1. 2381d5d Merge "Add getHashChain() to IBase." by Yifan Hong · 7 years ago
  2. db93348 Add getHashChain() to IBase. by Yifan Hong · 7 years ago
  3. 6b9cc69 Ensure proper alignment of hidl_handle's fields. by Andreas Huber · 7 years ago
  4. a62432b Merge "Log if waitForHwService has to wait too long." by Treehugger Robot · 7 years ago
  5. f1e14f2 Log if waitForHwService has to wait too long. by Steven Moreland · 7 years ago
  6. dd92847 Merge "std::string from const hidl_string test" by Treehugger Robot · 7 years ago
  7. a597fa9 Merge "Update makefiles." by Steven Moreland · 7 years ago
  8. c1cee2c Revert "Revert "Wait for hwservicemanager in defaultServiceManager."" by Steven Moreland · 7 years ago
  9. ed8820a Update makefiles. by Steven Moreland · 7 years ago
  10. 727e3dd std::string from const hidl_string test by Steven Moreland · 7 years ago
  11. ec64c65 Revert "Wait for hwservicemanager in defaultServiceManager." by Steven Moreland · 7 years ago
  12. 7aca85a Wait for hwservicemanager in defaultServiceManager. by Steven Moreland · 7 years ago
  13. 8940377 Merge "LegacySupport: include interface name in errors" by Treehugger Robot · 7 years ago
  14. f1b7028 LegacySupport: include interface name in errors by Steven Moreland · 7 years ago
  15. cda4a16 Merge "Fix inconsistent logging in registerReference." by Treehugger Robot · 7 years ago
  16. 0aeaa78 Fix inconsistent logging in registerReference. by Steven Moreland · 7 years ago
  17. f11ca98 Merge changes from topic 'taskrunner_details' by Yifan Hong · 7 years ago
  18. 6f66754 TaskRunner starts the background thread only when needed by Yifan Hong · 7 years ago
  19. e3de4d0 IServiceManager.hal: add pid to debugDump by Steven Moreland · 7 years ago
  20. 8184c12 Simplify the implementation of TaskRunner. by Yifan Hong · 7 years ago
  21. 0a35139 Move TaskRunner and SynchronizedQueue to details by Yifan Hong · 7 years ago
  22. 05ccd99 Merge "Move hybrid interface from libbinder to here." by Treehugger Robot · 7 years ago
  23. bd3a930 Merge "ITokenManager in hal manifest." by Treehugger Robot · 7 years ago
  24. 2ef619d ITokenManager in hal manifest. by Steven Moreland · 7 years ago
  25. 155e9d3 Move hybrid interface from libbinder to here. by Pawin Vongmasa · 7 years ago
  26. d51a3e1 Passthrough service functions: warn unused result by Steven Moreland · 7 years ago
  27. 953e6b0 Hide global variables by Yifan Hong · 7 years ago
  28. 8fb656b defaultServiceManager locks before check. by Yifan Hong · 7 years ago
  29. 6fedcae Merge "Remove liblog usage in MQDescriptor.h" by Treehugger Robot · 7 years ago
  30. b737030 Remove liblog usage in MQDescriptor.h by Hridya Valsaraju · 7 years ago
  31. e450187 Merge "Hal Manifest: remove obsolete TODO." by Treehugger Robot · 7 years ago
  32. f815e05 Hal Manifest: remove obsolete TODO. by Steven Moreland · 7 years ago
  33. 7e6234e Merge "IMemory: add read/readRange APIs." by Steven Moreland · 7 years ago
  34. f021e91 Merge "Move toString() methods to android::hardware" by Treehugger Robot · 7 years ago
  35. 4ff88a3 Move toString() methods to android::hardware by Hridya Valsaraju · 7 years ago
  36. 1957f7a Merge "getTransport checks both manifests." by Treehugger Robot · 7 years ago
  37. 1152a2a getTransport checks both manifests. by Yifan Hong · 7 years ago
  38. 989d44b Merge "Move castInterface into details." by Yifan Hong · 7 years ago
  39. 8d498ef Move castInterface into details. by Yifan Hong · 7 years ago
  40. e22d2cc Move wrapPassthrough into details. by Yifan Hong · 7 years ago
  41. 761934a IMemory: add read/readRange APIs. by Steven Moreland · 7 years ago
  42. 72db40f Status.h: remove service specific error codes. by Steven Moreland · 7 years ago
  43. 499f210 Merge "Allow MQDescriptors with null native_handles to be passed over hwbinder" by Treehugger Robot · 7 years ago
  44. 1658ce9 Merge "Change size_t member of hidl_memory type to uint64_t" by Treehugger Robot · 7 years ago
  45. f6fa2a9 Allow MQDescriptors with null native_handles to be passed over hwbinder by Hridya Valsaraju · 7 years ago
  46. 81f41a1 Merge "Move configureRpcThreadpool into sources." by Treehugger Robot · 7 years ago
  47. 2530c01 Merge "Remove interfaceChain from IServiceManager::add()" by Martijn Coenen · 7 years ago
  48. 6d4acb1 Change size_t member of hidl_memory type to uint64_t by Hridya Valsaraju · 7 years ago
  49. 33e9cdb Merge "Update to add bitness info to system/manifest.xml" by Treehugger Robot · 7 years ago
  50. 24332ef Disable getDebugInfo address leak for production builds. by Yifan Hong · 7 years ago
  51. 7e8869b Update to add bitness info to system/manifest.xml by Yifan Hong · 7 years ago
  52. 11a732a Move configureRpcThreadpool into sources. by Steven Moreland · 7 years ago
  53. 67a0249 Remove interfaceChain from IServiceManager::add() by Martijn Coenen · 7 years ago
  54. 2be9418 Return<T>::description() provide more descriptive text than numbers by Yifan Hong · 7 years ago
  55. af4e43c return_status::checkStatus => assertOk by Yifan Hong · 7 years ago
  56. 6558c77 Merge "Update for providing architecture info" by Yifan Hong · 7 years ago
  57. 2567e84 IServiceManager/ITokenManager uses "default" service name by Yifan Hong · 7 years ago
  58. 705e5da Update for providing architecture info by Yifan Hong · 7 years ago
  59. 3d931cd Merge "use ro.persistent_properties.ready for persistent props access" by Keun-young Park · 7 years ago
  60. 25d42d5 Merge "Clear dlerror before executing anything." by Treehugger Robot · 7 years ago
  61. f4a5840 ITokenManager: Use strong pointers instead of weak pointers. by Pawin Vongmasa · 7 years ago
  62. 4657dc5 Merge "sintf.xml => manifest.xml" by Treehugger Robot · 7 years ago
  63. 8ecdc07 sintf.xml => manifest.xml by Yifan Hong · 7 years ago
  64. a256dc3 use ro.persistent_properties.ready for persistent props access by Keun-young Park · 7 years ago
  65. 37b3620 getTransport checks interface and instance names. by Yifan Hong · 7 years ago
  66. a29905c Clear dlerror before executing anything. by Steven Moreland · 7 years ago
  67. 0126889 Add move constructor/assignment operator to hidl_memory by Hridya Valsaraju · 7 years ago
  68. 64a41d5 getTransport respects system/manifest.xml by Yifan Hong · 7 years ago
  69. 12af8a6 Add system/manifest.xml on device by Yifan Hong · 7 years ago
  70. ad37e2b Merge "replace sleep wait into property wait" by Keun-young Park · 7 years ago
  71. ecfdacd Merge "Make operator= and constructor behavior consistent." by Treehugger Robot · 7 years ago
  72. 153f87a Make operator= and constructor behavior consistent. by Steven Moreland · 7 years ago
  73. 09456c2 ITokenManager: don't delete token on get. by Steven Moreland · 7 years ago
  74. 8575745 replace sleep wait into property wait by Keun-young Park · 7 years ago
  75. 311f9dd Merge changes from topic 'passthrough-service-manager' by Treehugger Robot · 7 years ago
  76. 348802d Try multiple passthrough for instance names. by Steven Moreland · 7 years ago
  77. f6f1b40 Fix registration reference of passthrough services by Steven Moreland · 7 years ago
  78. 5b177d1 Merge "Remove getNativeHandle() and getGrantors()" by Treehugger Robot · 7 years ago
  79. ed4e714 Remove getNativeHandle() and getGrantors() by Hridya Valsaraju · 7 years ago
  80. 225688a Merge "Use interfaceDescriptor instead of interfaceChain" by Treehugger Robot · 7 years ago
  81. 2ac326f Use interfaceDescriptor instead of interfaceChain by Yifan Hong · 7 years ago
  82. b7b89db Merge "Updating warning messages for getTransport." by Treehugger Robot · 7 years ago
  83. 7118883 Merge "make Return<T> non-copyable." by Treehugger Robot · 7 years ago
  84. 6d8960d Updating warning messages for getTransport. by Steven Moreland · 7 years ago
  85. 603cde9 make Return<T> non-copyable. by Yifan Hong · 7 years ago
  86. 1aebd1c Merge "Move definition of configureRpcThreadpool." by Treehugger Robot · 7 years ago
  87. 6cf8fa2 Move definition of configureRpcThreadpool. by Steven Moreland · 7 years ago
  88. f7780bd Merge "Static.h: include what you use." by Treehugger Robot · 7 years ago
  89. 637195c Static.h: include what you use. by Steven Moreland · 7 years ago
  90. ead33e2 Fix unused variable warnings. by Steven Moreland · 7 years ago
  91. 8dd6574 Build with -Wall and -Werror. by Steven Moreland · 7 years ago
  92. 99ab54b Merge "split android.hidl.memory" by Treehugger Robot · 7 years ago
  93. 182e0db Merge "Add move constructor and move operator= to Return<T>." by Treehugger Robot · 7 years ago
  94. c43bd9d Add move constructor and move operator= to Return<T>. by Yifan Hong · 7 years ago
  95. 346cf51 split android.hidl.memory by Steven Moreland · 7 years ago
  96. 8e0cfc6 vintf: VendorManifest -> HalManifest by Yifan Hong · 7 years ago
  97. a21d84f hidl_string: allow null cstr by Steven Moreland · 7 years ago
  98. eba5145 Merge "Revert "Revert "Move HidlInstrumentor to HidlInternal and namespace details.""" by Zhuoyao Zhang · 7 years ago
  99. a749556 Merge "ServiceManagement: remove logspam" by Treehugger Robot · 7 years ago
  100. e681aa5 ServiceManagement: remove logspam by Steven Moreland · 7 years ago