1. 4b48edc Silence a -Wshorten-64-to-32 warning. by Chia-I Wu · 8 years ago
  2. b10ed9b Hidlize IBase and use IBase instead of IBinder. am: 2cd440cf0c by Yifan Hong · 8 years ago
  3. bf6b4d2 Convert (by copying) hidl_array from and to std::array. am: 44ab623ccf by Yifan Hong · 8 years ago
  4. 2cd440c Hidlize IBase and use IBase instead of IBinder. by Yifan Hong · 8 years ago
  5. 44ab623 Convert (by copying) hidl_array from and to std::array. by Yifan Hong · 8 years ago
  6. 891b0b3 Hidlized version of IMemory. am: 3079100878 by Martijn Coenen · 8 years ago
  7. 3079100 Hidlized version of IMemory. by Martijn Coenen · 8 years ago
  8. 5d2e57f Cleanup Return object. am: 337c3ae7f5 by Steven Moreland · 8 years ago
  9. 337c3ae Cleanup Return object. by Steven Moreland · 8 years ago
  10. 5cf9f41 Update IServiceManager makefiles for liblog. am: 4a2c01640a by Steven Moreland · 8 years ago
  11. 4a2c016 Update IServiceManager makefiles for liblog. by Steven Moreland · 8 years ago
  12. 8615775 Add support for hidl_handle. am: 4d1e9cccc1 by Martijn Coenen · 8 years ago
  13. 4d1e9cc Add support for hidl_handle. by Martijn Coenen · 8 years ago
  14. 04ab1f4 Add notifySyspropsChanged to IBase. am: 70822ead60 by Martijn Coenen · 8 years ago
  15. 70822ea Add notifySyspropsChanged to IBase. by Martijn Coenen · 8 years ago
  16. e7bf6cb Add hidl_vec iterator and hidl_string == am: bb840f73dc by Scott Randolph · 8 years ago
  17. bb840f7 Add hidl_vec iterator and hidl_string == by Scott Randolph · 8 years ago
  18. 5527879 Libhidl: Add a constructor to hidl_array. am: 3da68488e1 by Sasha Levitskiy · 8 years ago
  19. 3da6848 Libhidl: Add a constructor to hidl_array. by Sasha Levitskiy · 8 years ago
  20. 0279c9c Split libhidl into base and transport. am: 00f4a391c6 by Yifan Hong · 8 years ago
  21. 00f4a39 Split libhidl into base and transport. by Yifan Hong · 8 years ago
  22. f6319a7 Make hidl_vec/hidl_string safe for 32<->64 IPC. am: 4ca39a0103 by Martijn Coenen · 8 years ago
  23. 4ca39a0 Make hidl_vec/hidl_string safe for 32<->64 IPC. by Martijn Coenen · 8 years ago
  24. 6a444b0 Separate HidlSupport.h to HidlSupportTransport.h am: 7f97f44562 by Yifan Hong · 8 years ago
  25. 7f97f44 Separate HidlSupport.h to HidlSupportTransport.h by Yifan Hong · 8 years ago
  26. 680165e Allow hidl_vec initializer to take arbitrary type. am: b69926a728 by Steven Moreland · 8 years ago
  27. b69926a Allow hidl_vec initializer to take arbitrary type. by Steven Moreland · 8 years ago
  28. 508913e Add initializer list to hidl_vec. am: 9fbfe475d9 by Steven Moreland · 8 years ago
  29. 9fbfe47 Add initializer list to hidl_vec. by Steven Moreland · 8 years ago
  30. 4e47bf1 move read/writeEmbeddedFrom/ToParcel from hidl_string, hidl_vec, MQDescriptor by Yifan Hong · 8 years ago
  31. 089ae13 move read/writeEmbeddedFrom/ToParcel from hidl_string, hidl_vec, MQDescriptor by Yifan Hong · 8 years ago
  32. 9b70e48 Merge "Split defaultPassthroughServiceImplementation into reusable parts" by Mikhail Naganov · 8 years ago
  33. 059790f Split defaultPassthroughServiceImplementation into reusable parts am: 965aa98f00 by Mikhail Naganov · 8 years ago
  34. 3a78b44 Merge "Split defaultPassthroughServiceImplementation into reusable parts" by Mikhail Naganov · 8 years ago
  35. dff69ac Merge "Update for ::descriptor -> const char *." am: 323ae418ba by Steven Moreland · 8 years ago
  36. 323ae41 Merge "Update for ::descriptor -> const char *." by Treehugger Robot · 8 years ago
  37. 301efef Update comment on preexisting registrations. am: e77d32a30b by Steven Moreland · 8 years ago
  38. e77d32a Update comment on preexisting registrations. by Steven Moreland · 8 years ago
  39. 5a68232 Update for ::descriptor -> const char *. by Steven Moreland · 8 years ago
  40. e470e1a Update for getting service notifications. am: 40ede2cdb8 by Steven Moreland · 8 years ago
  41. 965aa98 Split defaultPassthroughServiceImplementation into reusable parts by Mikhail Naganov · 8 years ago
  42. 40ede2c Update for getting service notifications. by Steven Moreland · 8 years ago
  43. 56f055b Rename IHidlInterfaceBase to IBase am: c1a60efdf3 by Yifan Hong · 8 years ago
  44. c1a60ef Rename IHidlInterfaceBase to IBase by Yifan Hong · 8 years ago
  45. 8ce7adb Merge "Listing APIs in IServiceManager.hal." am: ec4f9f50ae by Steven Moreland · 8 years ago
  46. ec4f9f5 Merge "Listing APIs in IServiceManager.hal." by Treehugger Robot · 8 years ago
  47. 2fc6bdc Remove toBinder from IHidlInterfaceBase. am: 1e265bb9eb by Yifan Hong · 8 years ago
  48. 1e265bb Remove toBinder from IHidlInterfaceBase. by Yifan Hong · 8 years ago
  49. f1d03c7 Listing APIs in IServiceManager.hal. by Steven Moreland · 8 years ago
  50. 87aab6b Update for namespaced services in hwservicemanager. am: f0cc097b3a by Steven Moreland · 8 years ago
  51. f0cc097 Update for namespaced services in hwservicemanager. by Steven Moreland · 8 years ago
  52. d98ff70 Merge "Remove failure retry from getService." am: 7affbd38e1 by Steven Moreland · 8 years ago
  53. 7affbd3 Merge "Remove failure retry from getService." by Treehugger Robot · 8 years ago
  54. ef0723c Merge "Cleanup error messages from HidlInstrumentor." am: 54e74058d8 by Steven Moreland · 8 years ago
  55. 54e7405 Merge "Cleanup error messages from HidlInstrumentor." by Treehugger Robot · 8 years ago
  56. b8573e1 Remove failure retry from getService. by Steven Moreland · 8 years ago
  57. 8d43c20 Support genrules with multiple tools am: 2d732243df by Colin Cross · 8 years ago
  58. 7096f54 Cleanup error messages from HidlInstrumentor. by Steven Moreland · 8 years ago
  59. 2d73224 Support genrules with multiple tools by Colin Cross · 8 years ago
  60. 0ee485d Update for hidlized hwservicemanager. am: 5d5ef7fcf1 by Steven Moreland · 8 years ago
  61. 5d5ef7f Update for hidlized hwservicemanager. by Steven Moreland · 8 years ago
  62. 33f159a Merge "Support customize the path to lookup for hidl instrumenation libraries." by Zhuoyao Zhang · 8 years ago
  63. 6b1f0cd Merge "Support customize the path to lookup for hidl instrumenation libraries." by Zhuoyao Zhang · 8 years ago
  64. e678d8e Renamed libhidl-test to libhidl_test am: 31f2db8420 by Yifan Hong · 8 years ago
  65. 31f2db8 Renamed libhidl-test to libhidl_test by Yifan Hong · 8 years ago
  66. 38a3d59 InstrumentationEvents for passthrough callbacks. am: cefbd6e5a7 by Steven Moreland · 8 years ago
  67. cefbd6e InstrumentationEvents for passthrough callbacks. by Steven Moreland · 8 years ago
  68. bd89189 Add casting and toBinder method to all interfaces. am: 190e429292 by Yifan Hong · 8 years ago
  69. 190e429 Add casting and toBinder method to all interfaces. by Yifan Hong · 8 years ago
  70. 9d306b3 Fix asymmetry in hidl_string::operator== am: 5708fb4e11 by Yifan Hong · 8 years ago
  71. c73d134 Add TaskRunner to manage the thread for Bs*. am: 5e2318c9d5 by Yifan Hong · 8 years ago
  72. 5708fb4 Fix asymmetry in hidl_string::operator== by Yifan Hong · 8 years ago
  73. 5e2318c Add TaskRunner to manage the thread for Bs*. by Yifan Hong · 8 years ago
  74. 6f6dad6 Add license to libhidl and libhidl-test. am: b93f0504e8 by Yifan Hong · 8 years ago
  75. 8bed09f Support customize the path to lookup for hidl instrumenation libraries. by Zhuoyao Zhang · 8 years ago
  76. b93f050 Add license to libhidl and libhidl-test. by Yifan Hong · 8 years ago
  77. bd456a6 Make the wrapped Value of Status const accessible am: 2c163ee747 by Janis Danisevskis · 8 years ago
  78. 436a194 Fix memory leak in hidl_vec move semantic am: d3ddf6221c by Janis Danisevskis · 8 years ago
  79. 2c163ee Make the wrapped Value of Status const accessible by Janis Danisevskis · 8 years ago
  80. d3ddf62 Fix memory leak in hidl_vec move semantic by Janis Danisevskis · 8 years ago
  81. 28ccc36 IHidlInterfaceBase is the base class for all interfaces. am: a3c3184067 by Yifan Hong · 8 years ago
  82. a3c3184 IHidlInterfaceBase is the base class for all interfaces. by Yifan Hong · 8 years ago
  83. 3e814ae Add conversion methods to hidl_string and hidl_vec am: 602b85a846 by Yifan Hong · 8 years ago
  84. 602b85a Add conversion methods to hidl_string and hidl_vec by Yifan Hong · 8 years ago
  85. a8c7de7 Don't retry getting binderized services without servicemanager. am: 270cb501cd by Martijn Coenen · 8 years ago
  86. 270cb50 Don't retry getting binderized services without servicemanager. by Martijn Coenen · 8 years ago
  87. d1394dd Add conversion constructor for hidl_string. am: e03c08722d by Steven Moreland · 8 years ago
  88. e03c087 Add conversion constructor for hidl_string. by Steven Moreland · 8 years ago
  89. 35db63c Merge "Create HidlInstrumentor to wrap the instrumentation related code." by Zhuoyao Zhang · 8 years ago
  90. aa4455d Merge "Create HidlInstrumentor to wrap the instrumentation related code." by Zhuoyao Zhang · 8 years ago
  91. 28e03af Create HidlInstrumentor to wrap the instrumentation related code. by Zhuoyao Zhang · 8 years ago
  92. f0a2fd1 Merge "Add unsynchronized write flavor to MQDescriptor" am: 454292d3c2 by Hridya Valsaraju · 8 years ago
  93. 454292d Merge "Add unsynchronized write flavor to MQDescriptor" by Treehugger Robot · 8 years ago
  94. f9308f6 Merge "Add defaultPassthroughServiceImplementation." am: dd971e82d0 by Steven Moreland · 8 years ago
  95. dd971e8 Merge "Add defaultPassthroughServiceImplementation." by Treehugger Robot · 8 years ago
  96. 5657578 Add unsynchronized write flavor to MQDescriptor by Hridya Valsaraju · 8 years ago
  97. 9e78ba0 hidl_vec: optionally pass buffer ownership in setToExternal am: e229901631 by Alexey Polyudov · 8 years ago
  98. 4f6935c Add defaultPassthroughServiceImplementation. by Steven Moreland · 8 years ago
  99. e229901 hidl_vec: optionally pass buffer ownership in setToExternal by Alexey Polyudov · 8 years ago
  100. 8f6abdd Merge changes from topic 'hidl_vec' am: 1055ed24aa by Alexey Polyudov · 8 years ago