1. 2cd440c Hidlize IBase and use IBase instead of IBinder. by Yifan Hong · 9 years ago
  2. 44ab623 Convert (by copying) hidl_array from and to std::array. by Yifan Hong · 9 years ago
  3. 3079100 Hidlized version of IMemory. by Martijn Coenen · 9 years ago
  4. 337c3ae Cleanup Return object. by Steven Moreland · 9 years ago
  5. 4a2c016 Update IServiceManager makefiles for liblog. by Steven Moreland · 9 years ago
  6. 4d1e9cc Add support for hidl_handle. by Martijn Coenen · 9 years ago
  7. 70822ea Add notifySyspropsChanged to IBase. by Martijn Coenen · 9 years ago
  8. bb840f7 Add hidl_vec iterator and hidl_string == by Scott Randolph · 9 years ago
  9. 3da6848 Libhidl: Add a constructor to hidl_array. by Sasha Levitskiy · 9 years ago
  10. 00f4a39 Split libhidl into base and transport. by Yifan Hong · 9 years ago
  11. 4ca39a0 Make hidl_vec/hidl_string safe for 32<->64 IPC. by Martijn Coenen · 9 years ago
  12. 7f97f44 Separate HidlSupport.h to HidlSupportTransport.h by Yifan Hong · 9 years ago
  13. b69926a Allow hidl_vec initializer to take arbitrary type. by Steven Moreland · 9 years ago
  14. 9fbfe47 Add initializer list to hidl_vec. by Steven Moreland · 9 years ago
  15. 089ae13 move read/writeEmbeddedFrom/ToParcel from hidl_string, hidl_vec, MQDescriptor by Yifan Hong · 9 years ago
  16. 3a78b44 Merge "Split defaultPassthroughServiceImplementation into reusable parts" by Mikhail Naganov · 9 years ago
  17. 323ae41 Merge "Update for ::descriptor -> const char *." by Treehugger Robot · 9 years ago
  18. e77d32a Update comment on preexisting registrations. by Steven Moreland · 9 years ago
  19. 5a68232 Update for ::descriptor -> const char *. by Steven Moreland · 9 years ago
  20. 965aa98 Split defaultPassthroughServiceImplementation into reusable parts by Mikhail Naganov · 9 years ago
  21. 40ede2c Update for getting service notifications. by Steven Moreland · 9 years ago
  22. c1a60ef Rename IHidlInterfaceBase to IBase by Yifan Hong · 9 years ago
  23. ec4f9f5 Merge "Listing APIs in IServiceManager.hal." by Treehugger Robot · 9 years ago
  24. 1e265bb Remove toBinder from IHidlInterfaceBase. by Yifan Hong · 9 years ago
  25. f1d03c7 Listing APIs in IServiceManager.hal. by Steven Moreland · 9 years ago
  26. f0cc097 Update for namespaced services in hwservicemanager. by Steven Moreland · 9 years ago
  27. 7affbd3 Merge "Remove failure retry from getService." by Treehugger Robot · 9 years ago
  28. 54e7405 Merge "Cleanup error messages from HidlInstrumentor." by Treehugger Robot · 9 years ago
  29. b8573e1 Remove failure retry from getService. by Steven Moreland · 9 years ago
  30. 7096f54 Cleanup error messages from HidlInstrumentor. by Steven Moreland · 9 years ago
  31. 2d73224 Support genrules with multiple tools by Colin Cross · 9 years ago
  32. 5d5ef7f Update for hidlized hwservicemanager. by Steven Moreland · 9 years ago
  33. 6b1f0cd Merge "Support customize the path to lookup for hidl instrumenation libraries." by Zhuoyao Zhang · 9 years ago
  34. 31f2db8 Renamed libhidl-test to libhidl_test by Yifan Hong · 9 years ago
  35. cefbd6e InstrumentationEvents for passthrough callbacks. by Steven Moreland · 9 years ago
  36. 190e429 Add casting and toBinder method to all interfaces. by Yifan Hong · 9 years ago
  37. 5708fb4 Fix asymmetry in hidl_string::operator== by Yifan Hong · 9 years ago
  38. 5e2318c Add TaskRunner to manage the thread for Bs*. by Yifan Hong · 9 years ago
  39. 8bed09f Support customize the path to lookup for hidl instrumenation libraries. by Zhuoyao Zhang · 9 years ago
  40. b93f050 Add license to libhidl and libhidl-test. by Yifan Hong · 9 years ago
  41. 2c163ee Make the wrapped Value of Status const accessible by Janis Danisevskis · 9 years ago
  42. d3ddf62 Fix memory leak in hidl_vec move semantic by Janis Danisevskis · 9 years ago
  43. a3c3184 IHidlInterfaceBase is the base class for all interfaces. by Yifan Hong · 9 years ago
  44. 602b85a Add conversion methods to hidl_string and hidl_vec by Yifan Hong · 9 years ago
  45. 270cb50 Don't retry getting binderized services without servicemanager. by Martijn Coenen · 9 years ago
  46. e03c087 Add conversion constructor for hidl_string. by Steven Moreland · 9 years ago
  47. aa4455d Merge "Create HidlInstrumentor to wrap the instrumentation related code." by Zhuoyao Zhang · 9 years ago
  48. 28e03af Create HidlInstrumentor to wrap the instrumentation related code. by Zhuoyao Zhang · 9 years ago
  49. 454292d Merge "Add unsynchronized write flavor to MQDescriptor" by Treehugger Robot · 9 years ago
  50. dd971e8 Merge "Add defaultPassthroughServiceImplementation." by Treehugger Robot · 9 years ago
  51. 5657578 Add unsynchronized write flavor to MQDescriptor by Hridya Valsaraju · 9 years ago
  52. 4f6935c Add defaultPassthroughServiceImplementation. by Steven Moreland · 9 years ago
  53. e229901 hidl_vec: optionally pass buffer ownership in setToExternal by Alexey Polyudov · 9 years ago
  54. 1055ed2 Merge changes from topic 'hidl_vec' by Alexey Polyudov · 9 years ago
  55. 4c91f3d Remove unused header file by Wei Wang · 9 years ago
  56. c98a99c hidl_vec: relinquish internal buffer ownership by Alexey Polyudov · 9 years ago
  57. 6f0c9a1 hidl_vec: add data() method by Alexey Polyudov · 9 years ago
  58. 0ebdbe8 hidl_vec: implement move semantics by Alexey Polyudov · 9 years ago
  59. 666b76b Fix compiler warnings. by Chia-I Wu · 9 years ago
  60. b1d8d4c Pointer support and embedded types in HIDL. by Yifan Hong · 9 years ago
  61. ea2b985 Merge "Adds hidl_array<T, SIZE1, SIZE...>::size() API" by Treehugger Robot · 9 years ago
  62. 00a985c Adds hidl_array<T, SIZE1, SIZE...>::size() API by Andreas Huber · 9 years ago
  63. d86a742 Merge "Allow various kinds of MQDescriptor." by Treehugger Robot · 9 years ago
  64. c2d231c Merge "Introduces hidl_array<T, SIZE ...>, a flat, possibly multi-dimensional array" by Treehugger Robot · 9 years ago
  65. 24fb4e2 Allow various kinds of MQDescriptor. by Hridya Valsaraju · 9 years ago
  66. e6b6ae6 Merge "Convert to Android.bp" by Dan Willemsen · 9 years ago
  67. 20dce08 Introduces hidl_array<T, SIZE ...>, a flat, possibly multi-dimensional array by Andreas Huber · 9 years ago
  68. 6365a87 Convert to Android.bp by Dan Willemsen · 9 years ago
  69. b42ce26 libhidl: modify getService by Iliyan Malchev · 9 years ago
  70. 62bb7a0 Add another constructor to MQDescriptor. by Hridya Valsaraju · 9 years ago
  71. 4fe70f0 Remove implementation-specific code for FMQ from libhidl by Hridya Valsaraju · 9 years ago
  72. 7e1286c Add utility methods to support hidl instrumentation. by Zhuoyao Zhang · 9 years ago
  73. 7391bc3 Wrap passthrough mode impl in Bs##INTERFACE by Steven Moreland · 9 years ago
  74. 7e3a2a2 Added threadsafe queue. by Steven Moreland · 9 years ago
  75. 692070a libhidl: explicitly include needed headers in HidlSupport.h by Iliyan Malchev · 9 years ago
  76. 770d91c ProcessState init fails when /dev/hwbinder is not RW-accessible by Iliyan Malchev · 9 years ago
  77. 0a45128 move to new MQDescriptor. by Andreas Huber · 9 years ago
  78. 0bacb86 Merge "Don't initialize ProcessState without /dev/hwbinder." by Treehugger Robot · 9 years ago
  79. 097a767 Remove version from getService/registerAsService(). by Martijn Coenen · 9 years ago
  80. f7a651d Remove String16 from client-facing code. by Martijn Coenen · 9 years ago
  81. bdf2666 getService needs to load default implementation. by Steven Moreland · 9 years ago
  82. 170c189 libhidl: introduce Return<void> by Iliyan Malchev · 9 years ago
  83. 277f061 Don't initialize ProcessState without /dev/hwbinder. by Martijn Coenen · 9 years ago
  84. ddedfae Merge "Move Status to libhidl." by TreeHugger Robot · 9 years ago
  85. bb5e9bb Move Status to libhidl. by Martijn Coenen · 9 years ago
  86. 44669ca remove vts suite tag by Keun Soo Yim · 9 years ago
  87. 38ff790 Merge "Deal with split between IFoo and IHwFoo." by Iliyan Malchev · 9 years ago
  88. c28f115 Deal with split between IFoo and IHwFoo. by Martijn Coenen · 9 years ago
  89. bacf9df Apache2 module license. by Martijn Coenen · 9 years ago
  90. ebfeb36 Expose offset of private member hidl_string::mBuffer. by Andreas Huber · 9 years ago
  91. 7211016 Move HidlSupport and IServiceManager from libhwbinder. by Martijn Coenen · 9 years ago
  92. 12cb797 Initial empty repository by Thomas Joseph Avila · 9 years ago