1. 6b9cc69 Ensure proper alignment of hidl_handle's fields. by Andreas Huber · 8 years ago
  2. b737030 Remove liblog usage in MQDescriptor.h by Hridya Valsaraju · 8 years ago
  3. 4ff88a3 Move toString() methods to android::hardware by Hridya Valsaraju · 8 years ago
  4. 6d4acb1 Change size_t member of hidl_memory type to uint64_t by Hridya Valsaraju · 8 years ago
  5. 24332ef Disable getDebugInfo address leak for production builds. by Yifan Hong · 8 years ago
  6. 37b3620 getTransport checks interface and instance names. by Yifan Hong · 8 years ago
  7. 0126889 Add move constructor/assignment operator to hidl_memory by Hridya Valsaraju · 8 years ago
  8. a21d84f hidl_string: allow null cstr by Steven Moreland · 8 years ago
  9. 7a57de6 Revert "Revert "Move HidlInstrumentor to HidlInternal and namespace details."" by Zhuoyao Zhang · 8 years ago
  10. f9fd882 Revert "Move HidlInstrumentor to HidlInternal and namespace details." by Zhuoyao Zhang · 8 years ago
  11. f509bef Move HidlInstrumentor to HidlInternal and namespace details. by Zhuoyao Zhang · 8 years ago
  12. 551396a hidl_string: relational operators by Steven Moreland · 8 years ago
  13. 20273f9 Change getTransportFromManifest to getTransport. by Yifan Hong · 8 years ago
  14. 93c1e3a Update HidlInstrumentor. by Zhuoyao Zhang · 8 years ago
  15. 04b91c0 Fix hidl_handle/hidl_memory ownership semantics. by Martijn Coenen · 8 years ago
  16. 44c0e57 Add getTransportFromManifest by Yifan Hong · 8 years ago
  17. ec0e39d Revert "Add getTransportFromManifest" by Yifan Hong · 8 years ago
  18. fba2495 Add getTransportFromManifest by Yifan Hong · 8 years ago
  19. 6ffdc2a Fixed spelling. by Steven Moreland · 8 years ago
  20. a2a8184 hidl_string: add operator< by Steven Moreland · 8 years ago
  21. 337e6b6 Add passthrough service manager. by Steven Moreland · 8 years ago
  22. be7a688 add toString() for hidl types. by Yifan Hong · 8 years ago
  23. 53120f7 hidl_string: Add cstr + length constructor by Steven Moreland · 8 years ago
  24. 5a643b9 Support dynamically enable profiling. by Zhuoyao Zhang · 8 years ago
  25. 0f3461d Permit assignment from a null hidl_memory by Jeff Tinker · 8 years ago
  26. 9fcbb36 operator== and != for hidl_vec. by Yifan Hong · 8 years ago
  27. 9b8f9c3 Add (un)linkToDeath to IBase. by Martijn Coenen · 8 years ago
  28. ca1d1bf Fix hidl_vec's constructor with initializer_list doesn't cast size properly. by Yifan Hong · 8 years ago
  29. b81c827 Move macros from libhidl[transport] to auto-generated code. by Yifan Hong · 8 years ago
  30. 19f4db5 hidl_version: Add comparison operators by Eino-Ville Talvala · 8 years ago
  31. 64fdf4d fix and expand hidl_vec::iterator; add const_iterator. by Yifan Hong · 8 years ago
  32. 4b48edc Silence a -Wshorten-64-to-32 warning. by Chia-I Wu · 8 years ago
  33. 2cd440c Hidlize IBase and use IBase instead of IBinder. by Yifan Hong · 8 years ago
  34. 44ab623 Convert (by copying) hidl_array from and to std::array. by Yifan Hong · 8 years ago
  35. 3079100 Hidlized version of IMemory. by Martijn Coenen · 8 years ago
  36. 337c3ae Cleanup Return object. by Steven Moreland · 8 years ago
  37. 4d1e9cc Add support for hidl_handle. by Martijn Coenen · 8 years ago
  38. 70822ea Add notifySyspropsChanged to IBase. by Martijn Coenen · 8 years ago
  39. bb840f7 Add hidl_vec iterator and hidl_string == by Scott Randolph · 8 years ago
  40. 3da6848 Libhidl: Add a constructor to hidl_array. by Sasha Levitskiy · 8 years ago
  41. 00f4a39 Split libhidl into base and transport. by Yifan Hong · 8 years ago[Renamed from include/hidl/HidlSupport.h]
  42. 4ca39a0 Make hidl_vec/hidl_string safe for 32<->64 IPC. by Martijn Coenen · 8 years ago
  43. 7f97f44 Separate HidlSupport.h to HidlSupportTransport.h by Yifan Hong · 8 years ago
  44. b69926a Allow hidl_vec initializer to take arbitrary type. by Steven Moreland · 8 years ago
  45. 9fbfe47 Add initializer list to hidl_vec. by Steven Moreland · 8 years ago
  46. 089ae13 move read/writeEmbeddedFrom/ToParcel from hidl_string, hidl_vec, MQDescriptor by Yifan Hong · 8 years ago
  47. 5a68232 Update for ::descriptor -> const char *. by Steven Moreland · 8 years ago
  48. 40ede2c Update for getting service notifications. by Steven Moreland · 8 years ago
  49. c1a60ef Rename IHidlInterfaceBase to IBase by Yifan Hong · 8 years ago
  50. 1e265bb Remove toBinder from IHidlInterfaceBase. by Yifan Hong · 8 years ago
  51. f0cc097 Update for namespaced services in hwservicemanager. by Steven Moreland · 8 years ago
  52. b8573e1 Remove failure retry from getService. by Steven Moreland · 8 years ago
  53. 5d5ef7f Update for hidlized hwservicemanager. by Steven Moreland · 8 years ago
  54. cefbd6e InstrumentationEvents for passthrough callbacks. by Steven Moreland · 8 years ago
  55. 190e429 Add casting and toBinder method to all interfaces. by Yifan Hong · 8 years ago
  56. 5708fb4 Fix asymmetry in hidl_string::operator== by Yifan Hong · 8 years ago
  57. d3ddf62 Fix memory leak in hidl_vec move semantic by Janis Danisevskis · 8 years ago
  58. a3c3184 IHidlInterfaceBase is the base class for all interfaces. by Yifan Hong · 8 years ago
  59. 602b85a Add conversion methods to hidl_string and hidl_vec by Yifan Hong · 8 years ago
  60. 270cb50 Don't retry getting binderized services without servicemanager. by Martijn Coenen · 8 years ago
  61. e03c087 Add conversion constructor for hidl_string. by Steven Moreland · 8 years ago
  62. 28e03af Create HidlInstrumentor to wrap the instrumentation related code. by Zhuoyao Zhang · 8 years ago
  63. e229901 hidl_vec: optionally pass buffer ownership in setToExternal by Alexey Polyudov · 8 years ago
  64. c98a99c hidl_vec: relinquish internal buffer ownership by Alexey Polyudov · 8 years ago
  65. 6f0c9a1 hidl_vec: add data() method by Alexey Polyudov · 8 years ago
  66. 0ebdbe8 hidl_vec: implement move semantics by Alexey Polyudov · 8 years ago
  67. 666b76b Fix compiler warnings. by Chia-I Wu · 8 years ago
  68. b1d8d4c Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  69. 00a985c Adds hidl_array<T, SIZE1, SIZE...>::size() API by Andreas Huber · 8 years ago
  70. 20dce08 Introduces hidl_array<T, SIZE ...>, a flat, possibly multi-dimensional array by Andreas Huber · 8 years ago
  71. b42ce26 libhidl: modify getService by Iliyan Malchev · 8 years ago
  72. 7e1286c Add utility methods to support hidl instrumentation. by Zhuoyao Zhang · 8 years ago
  73. 7391bc3 Wrap passthrough mode impl in Bs##INTERFACE by Steven Moreland · 8 years ago
  74. 692070a libhidl: explicitly include needed headers in HidlSupport.h by Iliyan Malchev · 8 years ago
  75. 097a767 Remove version from getService/registerAsService(). by Martijn Coenen · 8 years ago
  76. f7a651d Remove String16 from client-facing code. by Martijn Coenen · 8 years ago
  77. bdf2666 getService needs to load default implementation. by Steven Moreland · 8 years ago
  78. c28f115 Deal with split between IFoo and IHwFoo. by Martijn Coenen · 8 years ago
  79. ebfeb36 Expose offset of private member hidl_string::mBuffer. by Andreas Huber · 8 years ago
  80. 7211016 Move HidlSupport and IServiceManager from libhwbinder. by Martijn Coenen · 8 years ago