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