1. b328f01 hidl_version: add operator!= by Steven Moreland · 8 years ago
  2. 2f2c963 hidl_enum_iterator: deprecate w/ message by Steven Moreland · 8 years ago
  3. 5f3a8cf Replace hidl_enum_{iterator -> range}. by Steven Moreland · 8 years ago
  4. ed4c5d0 Remove extra semicolon at end of namespace by Pirama Arumuga Nainar · 8 years ago
  5. 57c6fcb Add earlier CHECK in hidl_string by Steven Moreland · 8 years ago
  6. a675212 Introduce hidl_bitfield. by Steven Moreland · 8 years ago
  7. 1f04810 Insert vndk version to hal library path strings by Justin Yun · 8 years ago
  8. 62a38df Fix comparisson operation of const char* with hidl_string by Janis Danisevskis · 8 years ago
  9. abce0c7 Add global definition of hidl_enum_iterator. by Steven Moreland · 8 years ago
  10. 8e42f5a Refine HidlMemory by Howard Chen · 8 years ago
  11. 280af0a Fix ~HidlMemory by Howard Chen · 9 years ago
  12. 3f8c416 Better constructors for hidl_memory. by Steven Moreland · 9 years ago
  13. 9bc35c4 Add HidlMemory by Howard Chen · 9 years ago
  14. aa661fc Remove flaky test and clarify documentation. by Steven Moreland · 9 years ago
  15. 96e9de0 Add size constructor to hidl_vec. by Steven Moreland · 9 years ago
  16. fd9ecee Switch from NULL -> nullptr. by Stephen Hines · 9 years ago
  17. ff189a0 libhidladapter: Support for HIDL adapters by Steven Moreland · 9 years ago
  18. 10618f3 Pad hidl_pointer in all cases. by Steven Moreland · 9 years ago
  19. 56eb149 Add /system/lib/vndk-sp/hw to search paths for HAL impls by Jiyong Park · 9 years ago
  20. 41649d5 Fix clang-tidy performance-* warnings in system/libhidl. by Chih-Hung Hsieh · 9 years ago
  21. 932de1e Merge "Create thread in passthrough objects lazily." am: 546ebf4c7d by Steven Moreland · 9 years ago
  22. c03f943 Create thread in passthrough objects lazily. by Steven Moreland · 9 years ago
  23. 4617ff6 Merge "Expose HidlInstrumentor data." am: 1ba6751d20 by Steven Moreland · 9 years ago
  24. a29d03a Expose HidlInstrumentor data. by Steven Moreland · 9 years ago
  25. 9ce2b88 Merge "Suppress misc-macro-parentheses warnings in system/libhidl." by Chih-Hung Hsieh · 9 years ago
  26. b30feca Suppress misc-macro-parentheses warnings in system/libhidl. by Chih-Hung Hsieh · 9 years ago
  27. f910a6e Fix typo in BsFoo tag comment. am: 396f195c52 by Steven Moreland · 9 years ago
  28. 396f195 Fix typo in BsFoo tag comment. by Steven Moreland · 9 years ago
  29. 41a206a Merge "Add tags for hidl interfaces." am: 1b8051072b by Steven Moreland · 9 years ago
  30. 5f82d3e Add tags for hidl interfaces. by Steven Moreland · 9 years ago
  31. 2801531 Add range constructor to hidl_vec. am: a9f6073068 by Tomasz Wasilczyk · 9 years ago
  32. a9f6073 Add range constructor to hidl_vec. by Tomasz Wasilczyk · 9 years ago
  33. 019fa8d isDeadObject conditionally sets mCheckedStatus. am: 13f7f62af6 am: cdde11fc29 by Steven Moreland · 9 years ago
  34. 13f7f62 isDeadObject conditionally sets mCheckedStatus. by Steven Moreland · 9 years ago
  35. 91950f1 Merge "Mark move constructor/assignment noexcept." into oc-dev am: ba8b925011 by Martijn Coenen · 9 years ago
  36. e8c36e1 Mark move constructor/assignment noexcept. by Martijn Coenen · 9 years ago
  37. 0540d28 TaskRunner: move implementation to cpp by Steven Moreland · 9 years ago
  38. 141a4d3 libhidlbase: don't export libbase by Steven Moreland · 9 years ago
  39. 4917296 libhidl: add withDefault by Steven Moreland · 9 years ago
  40. eb0c337 Implicit const char* cast removed, operator<< added to hidl_string. by Scott Randolph · 9 years ago
  41. 89308d0 Merge "Remove unused include in MQDescriptor.h of utils/Log.h." by Treehugger Robot · 9 years ago
  42. 3d17632 Merge "Remove unused include in MQDescriptor.h of utils/Log.h." into oc-dev by TreeHugger Robot · 9 years ago
  43. f022e5b Remove unused include in MQDescriptor.h of utils/Log.h. by Dan Willemsen · 9 years ago
  44. 8a9b8ab Merge "libhidl: remove libvintf dependency" by Steven Moreland · 9 years ago
  45. 40ccc88 Merge "Implicit const char* cast removed, operator<< added to hidl_string." into oc-dev by Scott Randolph · 9 years ago
  46. 330e3e2 libhidl: remove libvintf dependency by Steven Moreland · 9 years ago
  47. c601c5f libhidl: remove libvintf dependency by Steven Moreland · 9 years ago
  48. cccef01 Remove unused include in MQDescriptor.h of utils/Log.h. by Dan Willemsen · 9 years ago
  49. 8476eb8 Merge "Fix getService should retry on DEAD_OBJECT" by Yifan Hong · 9 years ago
  50. a7b2bb7 Fix getService should retry on DEAD_OBJECT by Yifan Hong · 9 years ago
  51. 6cd7d98 Fix getService should retry on DEAD_OBJECT by Yifan Hong · 9 years ago
  52. 0c84ab4 Implicit const char* cast removed, operator<< added to hidl_string. by Scott Randolph · 9 years ago
  53. 2c046f8 Merge "Check if alignment to word boundary would cause an overflow" into oc-dev by TreeHugger Robot · 9 years ago
  54. b088500 Check if alignment to word boundary would cause an overflow by Hridya Valsaraju · 9 years ago
  55. 2143e74 Check if alignment to word boundary would cause an overflow by Hridya Valsaraju · 9 years ago
  56. 6688d60 Ensure proper alignment of hidl_handle's fields. by Andreas Huber · 9 years ago
  57. 6b9cc69 Ensure proper alignment of hidl_handle's fields. by Andreas Huber · 9 years ago
  58. 6f66754 TaskRunner starts the background thread only when needed by Yifan Hong · 9 years ago
  59. 8184c12 Simplify the implementation of TaskRunner. by Yifan Hong · 9 years ago
  60. 0a35139 Move TaskRunner and SynchronizedQueue to details by Yifan Hong · 9 years ago
  61. b737030 Remove liblog usage in MQDescriptor.h by Hridya Valsaraju · 9 years ago
  62. 4ff88a3 Move toString() methods to android::hardware by Hridya Valsaraju · 9 years ago
  63. 72db40f Status.h: remove service specific error codes. by Steven Moreland · 9 years ago
  64. 6d4acb1 Change size_t member of hidl_memory type to uint64_t by Hridya Valsaraju · 9 years ago
  65. 24332ef Disable getDebugInfo address leak for production builds. by Yifan Hong · 9 years ago
  66. af4e43c return_status::checkStatus => assertOk by Yifan Hong · 9 years ago
  67. 705e5da Update for providing architecture info by Yifan Hong · 9 years ago
  68. 37b3620 getTransport checks interface and instance names. by Yifan Hong · 9 years ago
  69. 0126889 Add move constructor/assignment operator to hidl_memory by Hridya Valsaraju · 9 years ago
  70. ed4e714 Remove getNativeHandle() and getGrantors() by Hridya Valsaraju · 9 years ago
  71. 603cde9 make Return<T> non-copyable. by Yifan Hong · 9 years ago
  72. c43bd9d Add move constructor and move operator= to Return<T>. by Yifan Hong · 9 years ago
  73. a21d84f hidl_string: allow null cstr by Steven Moreland · 9 years ago
  74. 7a57de6 Revert "Revert "Move HidlInstrumentor to HidlInternal and namespace details."" by Zhuoyao Zhang · 9 years ago
  75. f9fd882 Revert "Move HidlInstrumentor to HidlInternal and namespace details." by Zhuoyao Zhang · 9 years ago
  76. f509bef Move HidlInstrumentor to HidlInternal and namespace details. by Zhuoyao Zhang · 9 years ago
  77. c43ccae Merge "hidl_string: relational operators" by Treehugger Robot · 9 years ago
  78. 551396a hidl_string: relational operators by Steven Moreland · 9 years ago
  79. dda2562 Modify hidl_pointer default constructor by Hridya Valsaraju · 9 years ago
  80. 20273f9 Change getTransportFromManifest to getTransport. by Yifan Hong · 9 years ago
  81. 93c1e3a Update HidlInstrumentor. by Zhuoyao Zhang · 9 years ago
  82. 04b91c0 Fix hidl_handle/hidl_memory ownership semantics. by Martijn Coenen · 9 years ago
  83. 44c0e57 Add getTransportFromManifest by Yifan Hong · 9 years ago
  84. ec0e39d Revert "Add getTransportFromManifest" by Yifan Hong · 9 years ago
  85. fba2495 Add getTransportFromManifest by Yifan Hong · 9 years ago
  86. 6ffdc2a Fixed spelling. by Steven Moreland · 9 years ago
  87. a2a8184 hidl_string: add operator< by Steven Moreland · 9 years ago
  88. 337e6b6 Add passthrough service manager. by Steven Moreland · 9 years ago
  89. e780c45 Better error message when hidl call fails. by Steven Moreland · 9 years ago
  90. 45eb91d Force alignment for GrantorDescriptor struct. by Hridya Valsaraju · 9 years ago
  91. be7a688 add toString() for hidl types. by Yifan Hong · 9 years ago
  92. 10b6007 Merge "hidl_string: Add cstr + length constructor" by Treehugger Robot · 9 years ago
  93. 53120f7 hidl_string: Add cstr + length constructor by Steven Moreland · 9 years ago
  94. dfb50c3 Merge "Align all shared memory offsets to word boundary." by Treehugger Robot · 9 years ago
  95. 5d148b3 Align all shared memory offsets to word boundary. by Hridya Valsaraju · 9 years ago
  96. dae2db6 Merge "Support dynamically enable profiling." by Zhuoyao Zhang · 9 years ago
  97. 5a643b9 Support dynamically enable profiling. by Zhuoyao Zhang · 9 years ago
  98. f85a177 Merge "Revert "Revert "Remove getStatus from Return<*>.""" by Treehugger Robot · 9 years ago
  99. f7fdb09 Revert "Revert "Remove getStatus from Return<*>."" by Steven Moreland · 9 years ago
  100. 33eb6bd Merge "Revert "Remove getStatus from Return<*>."" by Steven Moreland · 9 years ago