1. 592e02c Merge "Check registerPassthroughServiceImplementation ret" by Treehugger Robot · 8 years ago
  2. fd9311c Check registerPassthroughServiceImplementation ret by Steven Moreland · 8 years ago
  3. ec0e39d Revert "Add getTransportFromManifest" by Yifan Hong · 8 years ago
  4. fba2495 Add getTransportFromManifest by Yifan Hong · 8 years ago
  5. fe00b35 Merge "Fixed spelling." by Treehugger Robot · 8 years ago
  6. 6ffdc2a Fixed spelling. by Steven Moreland · 8 years ago
  7. 6cae1a9 Merge "Passthrough services: allow -impl*.so" by Treehugger Robot · 8 years ago
  8. 0091c09 Passthrough services: allow -impl*.so by Steven Moreland · 8 years ago
  9. 83d5a82 Merge changes from topic 'hidl-dump-sys' by Treehugger Robot · 8 years ago
  10. a2a8184 hidl_string: add operator< by Steven Moreland · 8 years ago
  11. 21ce165 Revert "Passthrough services: lookup multiple names." by Steven Moreland · 8 years ago
  12. d473c2b IServiceManager.hal: list must be sorted by Steven Moreland · 8 years ago
  13. 91e3f64 Passthrough services: lookup multiple names. by Steven Moreland · 8 years ago
  14. 000f245 Merge "Update HIDL makefiles." by Treehugger Robot · 8 years ago
  15. 337e6b6 Add passthrough service manager. by Steven Moreland · 8 years ago
  16. caec4df Update HIDL makefiles. by Steven Moreland · 8 years ago
  17. e780c45 Better error message when hidl call fails. by Steven Moreland · 8 years ago
  18. 1f6b314 Reorder methods for IBase to conform to call enums. by Yifan Hong · 8 years ago
  19. b35aa24 Merge "Force alignment for GrantorDescriptor struct." by Treehugger Robot · 8 years ago
  20. 710eaf0 Merge "Allow hidl_vec to contain a null buffer." by Martijn Coenen · 8 years ago
  21. 1abf30f Merge "Add interfaceDescriptor() to IBase." by Treehugger Robot · 8 years ago
  22. a1f408c Merge "Add name "default" as default to register service" by Treehugger Robot · 8 years ago
  23. 45eb91d Force alignment for GrantorDescriptor struct. by Hridya Valsaraju · 8 years ago
  24. 6091d18 Allow hidl_vec to contain a null buffer. by Martijn Coenen · 8 years ago
  25. d403ab3 Add name "default" as default to register service by Chris Phoenix · 8 years ago
  26. df0376c Add interfaceDescriptor() to IBase. by Yifan Hong · 8 years ago
  27. be7a688 add toString() for hidl types. by Yifan Hong · 8 years ago
  28. 10b6007 Merge "hidl_string: Add cstr + length constructor" by Treehugger Robot · 8 years ago
  29. 53120f7 hidl_string: Add cstr + length constructor by Steven Moreland · 8 years ago
  30. 1f535a2 Use new read(Embedded)Buffer/readNativeHandle APIs. by Steven Moreland · 8 years ago
  31. d5007e3 Merge "Token Manager: update documentation." by Treehugger Robot · 8 years ago
  32. dfb50c3 Merge "Align all shared memory offsets to word boundary." by Treehugger Robot · 8 years ago
  33. d7e938d Merge "Bp/n/sFoo -> Bp/n/sHwFoo" by Treehugger Robot · 8 years ago
  34. 7100c1d Token Manager: update documentation. by Steven Moreland · 8 years ago
  35. 5d148b3 Align all shared memory offsets to word boundary. by Hridya Valsaraju · 8 years ago
  36. dae2db6 Merge "Support dynamically enable profiling." by Zhuoyao Zhang · 8 years ago
  37. 5a643b9 Support dynamically enable profiling. by Zhuoyao Zhang · 8 years ago
  38. 4e92599 Bp/n/sFoo -> Bp/n/sHwFoo by Yifan Hong · 8 years ago
  39. f85a177 Merge "Revert "Revert "Remove getStatus from Return<*>.""" by Treehugger Robot · 8 years ago
  40. f4811a5 memory service: Remove memory@1.0-impl from req'd. by Steven Moreland · 8 years ago
  41. f7fdb09 Revert "Revert "Remove getStatus from Return<*>."" by Steven Moreland · 8 years ago
  42. 33eb6bd Merge "Revert "Remove getStatus from Return<*>."" by Steven Moreland · 8 years ago
  43. 7803967 Revert "Remove getStatus from Return<*>." by Steven Moreland · 8 years ago
  44. 11f82b7 Merge "Permit assignment from a null hidl_memory" by Treehugger Robot · 8 years ago
  45. 0f3461d Permit assignment from a null hidl_memory by Jeff Tinker · 8 years ago
  46. c25de84 Remove getStatus from Return<*>. by Steven Moreland · 8 years ago
  47. d272cb9 Callback elision for HIDL interfaces. by Martijn Coenen · 8 years ago
  48. 7e6404d Add templatization to MQDescriptor by Hridya Valsaraju · 8 years ago
  49. e76c7a2 Transport threadpool configuration. by Martijn Coenen · 8 years ago
  50. 4be08f0 Merge "Update IMemory.hal comments." by Steven Moreland · 8 years ago
  51. 0e326a0 Create a default MQDescriptor constructor. by Hridya Valsaraju · 8 years ago
  52. baf52d2 Merge "operator== and != for hidl_vec." by Treehugger Robot · 8 years ago
  53. a1dabe2 Update IMemory.hal comments. by Steven Moreland · 8 years ago
  54. 1e29797 Merge "Add a parameter to allow EventFlag configuration." by Treehugger Robot · 8 years ago
  55. 9f77329 memory: IAllocator is always binderized. by Steven Moreland · 8 years ago
  56. 2ef31d8 Add android.hidl.token@1.0. by Steven Moreland · 8 years ago
  57. 9ec5730 Add a parameter to allow EventFlag configuration. by Hridya Valsaraju · 8 years ago
  58. 9fcbb36 operator== and != for hidl_vec. by Yifan Hong · 8 years ago
  59. 49831bf Merge "Remove String8 from Status. Add description to Return<T>." by Yifan Hong · 8 years ago
  60. 9b8f9c3 Add (un)linkToDeath to IBase. by Martijn Coenen · 8 years ago
  61. 43298f9 Remove String8 from Status. Add description to Return<T>. by Yifan Hong · 8 years ago
  62. dcc90d7 Merge "create gBsConstructorMap; add wrapPassthrough" by Yifan Hong · 8 years ago
  63. ca1d1bf Fix hidl_vec's constructor with initializer_list doesn't cast size properly. by Yifan Hong · 8 years ago
  64. 6bf733e create gBsConstructorMap; add wrapPassthrough by Yifan Hong · 8 years ago
  65. b81c827 Move macros from libhidl[transport] to auto-generated code. by Yifan Hong · 8 years ago
  66. e293c62 Merge "Do not register instrumentation callbacks if property is false." by Yifan Hong · 8 years ago
  67. ea006c5 registerAsService fails gracefully. by Steven Moreland · 8 years ago
  68. 9e0a6d1 Merge "hidl_version: Add comparison operators" by Treehugger Robot · 8 years ago
  69. 09cd6bd Do not register instrumentation callbacks if property is false. by Yifan Hong · 8 years ago
  70. 63b95d8 Merge "Introduce fromBinder() helper." by Martijn Coenen · 8 years ago
  71. 3106718 Merge "Return<T>: fail hard on unchecked error." by Treehugger Robot · 8 years ago
  72. 19f4db5 hidl_version: Add comparison operators by Eino-Ville Talvala · 8 years ago
  73. 12f04d9 Introduce fromBinder() helper. by Martijn Coenen · 8 years ago
  74. 7596933 Return<T>: fail hard on unchecked error. by Steven Moreland · 8 years ago
  75. 071afa9 Update makefiles for java package path. by Yifan Hong · 8 years ago
  76. cbc1020 Merge "fix and expand hidl_vec::iterator; add const_iterator." by Treehugger Robot · 8 years ago
  77. 64fdf4d fix and expand hidl_vec::iterator; add const_iterator. by Yifan Hong · 8 years ago
  78. 150727b Merge "Use hidl_pointer<native_handle_t> in MQDescriptor" by Treehugger Robot · 8 years ago
  79. b2c9c75 Cleanup Hidl*Support.* files. by Yifan Hong · 8 years ago
  80. 4484344 Use hidl_pointer<native_handle_t> in MQDescriptor by Hridya Valsaraju · 8 years ago
  81. c825686 Merge "Remove explicit cast from Return<*>." by Yifan Hong · 8 years ago
  82. 4b48edc Silence a -Wshorten-64-to-32 warning. by Chia-I Wu · 8 years ago
  83. 1cfaee7 Remove explicit cast from Return<*>. by Steven Moreland · 8 years ago
  84. b10ed9b Hidlize IBase and use IBase instead of IBinder. am: 2cd440cf0c by Yifan Hong · 8 years ago
  85. bf6b4d2 Convert (by copying) hidl_array from and to std::array. am: 44ab623ccf by Yifan Hong · 8 years ago
  86. 2cd440c Hidlize IBase and use IBase instead of IBinder. by Yifan Hong · 8 years ago
  87. 44ab623 Convert (by copying) hidl_array from and to std::array. by Yifan Hong · 8 years ago
  88. 891b0b3 Hidlized version of IMemory. am: 3079100878 by Martijn Coenen · 8 years ago
  89. 3079100 Hidlized version of IMemory. by Martijn Coenen · 8 years ago
  90. 5d2e57f Cleanup Return object. am: 337c3ae7f5 by Steven Moreland · 8 years ago
  91. 337c3ae Cleanup Return object. by Steven Moreland · 8 years ago
  92. 5cf9f41 Update IServiceManager makefiles for liblog. am: 4a2c01640a by Steven Moreland · 8 years ago
  93. 4a2c016 Update IServiceManager makefiles for liblog. by Steven Moreland · 8 years ago
  94. 8615775 Add support for hidl_handle. am: 4d1e9cccc1 by Martijn Coenen · 8 years ago
  95. 4d1e9cc Add support for hidl_handle. by Martijn Coenen · 8 years ago
  96. 04ab1f4 Add notifySyspropsChanged to IBase. am: 70822ead60 by Martijn Coenen · 8 years ago
  97. 70822ea Add notifySyspropsChanged to IBase. by Martijn Coenen · 8 years ago
  98. e7bf6cb Add hidl_vec iterator and hidl_string == am: bb840f73dc by Scott Randolph · 8 years ago
  99. bb840f7 Add hidl_vec iterator and hidl_string == by Scott Randolph · 8 years ago
  100. 5527879 Libhidl: Add a constructor to hidl_array. am: 3da68488e1 by Sasha Levitskiy · 8 years ago