1. c68b413 Revert "Add IMemoryToken and the HidlMemoryToken" by Joachim Sauer · 8 years ago
  2. 2c16d02 Add IMemoryToken and the HidlMemoryToken by Howard Chen · 8 years ago
  3. 62a38df Fix comparisson operation of const char* with hidl_string by Janis Danisevskis · 8 years ago
  4. ca0328c Merge "Add global definition of hidl_enum_iterator." by Treehugger Robot · 8 years ago
  5. a8b6eab HidlTransportSupport: fix build. by Yifan Hong · 8 years ago
  6. b7f9ca5 Merge "HidlTransportSupport: add getPidIfSharable." by Yifan Hong · 8 years ago
  7. 7a4b756 HidlTransportSupport: add getPidIfSharable. by Yifan Hong · 8 years ago
  8. abce0c7 Add global definition of hidl_enum_iterator. by Steven Moreland · 8 years ago
  9. 27b096e Merge "Add environment flag to disable gcov path config." by Ryan Campbell · 8 years ago
  10. de6c76a Add environment flag to disable gcov path config. by Ryan Campbell · 8 years ago
  11. 21796bf Merge "libhidladapter is now static." by Treehugger Robot · 8 years ago
  12. b518491 libhidladapter is now static. by Steven Moreland · 8 years ago
  13. 30b7dab Merge "Refine HidlMemory" by Treehugger Robot · 8 years ago
  14. e6cdfd3 Don't pass sp<this> in constructor. by Martijn Coenen · 8 years ago
  15. e32af44 Merge "Clean up getService()." by Martijn Coenen · 8 years ago
  16. 8e42f5a Refine HidlMemory by Howard Chen · 8 years ago
  17. 30b8a42 Update makefiles for Soong plugin. by Steven Moreland · 9 years ago
  18. 33db33d Merge "Double gBn/sConstructorMap" by Yifan Hong · 8 years ago
  19. 97f88f3 Double gBn/sConstructorMap by Yifan Hong · 8 years ago
  20. 773609e Clean up getService(). by Martijn Coenen · 8 years ago
  21. 280af0a Fix ~HidlMemory by Howard Chen · 8 years ago
  22. 6c99a67 Merge "libhidlbase / libhidltransport is static" by Treehugger Robot · 8 years ago
  23. 0abe5aa libhidlbase / libhidltransport is static by Yifan Hong · 8 years ago
  24. 951fb13 Move preload test to libhidl_test. by Steven Moreland · 8 years ago
  25. b2b99bf Merge "Disable legacy hidl static target on PDK builds." by Treehugger Robot · 8 years ago
  26. 6f75c04 Disable legacy hidl static target on PDK builds. by Steven Moreland · 8 years ago
  27. 21d59d9 Support gcov flushing in libhidlbase. by Ryan Campbell · 8 years ago
  28. e949257 Merge "Fix copyFrom overflow when arg is UINT32_MAX." by Treehugger Robot · 8 years ago
  29. 9889380 Fix copyFrom overflow when arg is UINT32_MAX. by Steven Moreland · 8 years ago
  30. 6d1c356 Merge "Move getRawServiceInternal to ServiceManagement." am: 63391f5c02 by Martijn Coenen · 8 years ago
  31. 63391f5 Merge "Move getRawServiceInternal to ServiceManagement." by Martijn Coenen · 8 years ago
  32. 8fcbec3 Add missing includes. am: e843e54393 by Dan Albert · 8 years ago
  33. e843e54 Add missing includes. by Dan Albert · 8 years ago
  34. 86c3abb Move getRawServiceInternal to ServiceManagement. by Martijn Coenen · 8 years ago
  35. 0ded9d7 Add header guard to mapping.h am: 1a0eee28cc by Howard Chen · 8 years ago
  36. 1a0eee2 Add header guard to mapping.h by Howard Chen · 8 years ago
  37. ee276fc Better constructors for hidl_memory. am: 3f8c416406 by Steven Moreland · 8 years ago
  38. 6061db4 libhidlallocatorutils: IMemoryHeap -> hidl_memory am: cb9e4900dc by Steven Moreland · 8 years ago
  39. cb7f1ff Add HidlMemory am: 9bc35c40a9 by Howard Chen · 8 years ago
  40. 3f8c416 Better constructors for hidl_memory. by Steven Moreland · 8 years ago
  41. cb9e490 libhidlallocatorutils: IMemoryHeap -> hidl_memory by Steven Moreland · 8 years ago
  42. 9bc35c4 Add HidlMemory by Howard Chen · 8 years ago
  43. 05535d6 Statically load passthrough HALs for tests. am: 77f4c859c9 by Steven Moreland · 8 years ago
  44. 8a951b9 if (!A) C else B -> if (A) B else C am: 65c00cba81 by Steven Moreland · 8 years ago
  45. 77f4c85 Statically load passthrough HALs for tests. by Steven Moreland · 8 years ago
  46. 65c00cb if (!A) C else B -> if (A) B else C by Steven Moreland · 8 years ago
  47. 074ccac Merge "libhidlmemory: clarify mapMemory function." am: b18d9b4764 by Steven Moreland · 8 years ago
  48. b18d9b4 Merge "libhidlmemory: clarify mapMemory function." by Treehugger Robot · 8 years ago
  49. 1298d10 Merge "libhwminijail from hardware/interfaces to libhidl." am: c216323b1b by Steven Moreland · 8 years ago
  50. c216323 Merge "libhwminijail from hardware/interfaces to libhidl." by Treehugger Robot · 8 years ago
  51. e665697 libhwminijail from hardware/interfaces to libhidl. by Steven Moreland · 8 years ago
  52. c6b3fc2 Move wrapPassthroughInternal out of headers. am: 0b1e62a08d by Steven Moreland · 8 years ago
  53. 7066e00 Merge "Update makefiles for Android.bp Java." am: 514cf29060 by Steven Moreland · 8 years ago
  54. 0b1e62a Move wrapPassthroughInternal out of headers. by Steven Moreland · 8 years ago
  55. 514cf29 Merge "Update makefiles for Android.bp Java." by Treehugger Robot · 8 years ago
  56. d5e146f Update makefiles for Android.bp Java. by Steven Moreland · 8 years ago
  57. f5c3794 Move getService into libhidl. am: a15479f360 by Steven Moreland · 8 years ago
  58. a15479f Move getService into libhidl. by Steven Moreland · 8 years ago
  59. 95566b9 Merge "Use -Werror in system/libhidl" am: 9104cf2472 by Chih-Hung Hsieh · 8 years ago
  60. 9104cf2 Merge "Use -Werror in system/libhidl" by Treehugger Robot · 8 years ago
  61. 5e87f70 Remove flaky test and clarify documentation. am: aa661fc957 by Steven Moreland · 8 years ago
  62. aa661fc Remove flaky test and clarify documentation. by Steven Moreland · 8 years ago
  63. c20a611 Initialize uninitialized var in SynchronizedQueue. am: 0dab326103 by Steven Moreland · 8 years ago
  64. 0dab326 Initialize uninitialized var in SynchronizedQueue. by Steven Moreland · 8 years ago
  65. e6a7feb Use -Werror in system/libhidl by Chih-Hung Hsieh · 8 years ago
  66. 510d200 Update for hidl adapter module defaults. am: 0109873dca by Steven Moreland · 8 years ago
  67. 0109873 Update for hidl adapter module defaults. by Steven Moreland · 8 years ago
  68. d1f5fc8 Change wrapPassthrough function. am: 104c7f02dc by Steven Moreland · 8 years ago
  69. 104c7f0 Change wrapPassthrough function. by Steven Moreland · 8 years ago
  70. 534d2af libhidlmemory: clarify mapMemory function. by Steven Moreland · 8 years ago
  71. 5b5e3cf Add size constructor to hidl_vec. am: 96e9de049f by Steven Moreland · 8 years ago
  72. 96e9de0 Add size constructor to hidl_vec. by Steven Moreland · 8 years ago
  73. 2b2cd8b Switch from NULL -> nullptr. am: fd9ecee043 by Stephen Hines · 8 years ago
  74. fd9ecee Switch from NULL -> nullptr. by Stephen Hines · 8 years ago
  75. d6f7090 Merge "libhidladapter: handle nullptr interface" am: b9d434fb14 by Steven Moreland · 8 years ago
  76. b9d434f Merge "libhidladapter: handle nullptr interface" by Treehugger Robot · 8 years ago
  77. bc4ece3 libhidladapter: handle nullptr interface by Steven Moreland · 8 years ago
  78. 0849f66 Merge "Fix typo in update makefiles." am: b1770f1085 by Steven Moreland · 8 years ago
  79. b1770f1 Merge "Fix typo in update makefiles." by Treehugger Robot · 8 years ago
  80. 818c042 Fix typo in update makefiles. by Steven Moreland · 8 years ago
  81. cfae35b libhidladapter: += vendor_available am: abf0ea1426 by Steven Moreland · 8 years ago
  82. abf0ea1 libhidladapter: += vendor_available by Steven Moreland · 8 years ago
  83. 8f68874 libhidladapter: Support for HIDL adapters am: ff189a023c by Steven Moreland · 8 years ago
  84. ff189a0 libhidladapter: Support for HIDL adapters by Steven Moreland · 8 years ago
  85. 3aba1a2 Pad hidl_pointer in all cases. am: 10618f3d46 by Steven Moreland · 8 years ago
  86. 10618f3 Pad hidl_pointer in all cases. by Steven Moreland · 8 years ago
  87. 5094261 TaskRunner: name the threads am: 0542004680 by Chia-I Wu · 8 years ago
  88. 0542004 TaskRunner: name the threads by Chia-I Wu · 8 years ago
  89. a1ef6a6 libhidltransport is using libvndksupport am: ba8ace1c4d -s ours by Jiyong Park · 8 years ago
  90. ba8ace1 libhidltransport is using libvndksupport by Jiyong Park · 9 years ago
  91. ccf107d Add /system/lib/vndk-sp/hw to search paths for HAL impls am: 56eb149bea am: 7e31bacd96 by Jiyong Park · 9 years ago
  92. 471dcb8 Mark android.hidl.memory@1.0-impl as vndk-sp am: 8b992c4242 am: 70e807ce73 by Jiyong Park · 9 years ago
  93. 156a33b Add /system/lib/vndk-sp/hw to search paths for HAL impls am: 56eb149bea by Jiyong Park · 9 years ago
  94. cb6f936 Mark android.hidl.memory@1.0-impl as vndk-sp am: 8b992c4242 am: 70e807ce73 by Jiyong Park · 9 years ago
  95. 7e31bac Add /system/lib/vndk-sp/hw to search paths for HAL impls am: 56eb149bea by Jiyong Park · 9 years ago
  96. 70e807c Mark android.hidl.memory@1.0-impl as vndk-sp am: 8b992c4242 by Jiyong Park · 9 years ago
  97. 56eb149 Add /system/lib/vndk-sp/hw to search paths for HAL impls by Jiyong Park · 9 years ago
  98. 8b992c4 Mark android.hidl.memory@1.0-impl as vndk-sp by Jiyong Park · 9 years ago
  99. e09e2a3 Merge "Fix clang-tidy performance-* warnings in system/libhidl." am: 806505ea2e am: cbbd4b3478 by Chih-Hung Hsieh · 9 years ago
  100. 97b8737 Merge "Remove clang: true" am: b0f52a0eff am: d259172333 am: 284c2e9678 by Lennart Wieboldt · 9 years ago