1. 65a382f getRawServiceInternal works in recovery. am: deacf14671 by Yifan Hong · 6 years ago
  2. deacf14 getRawServiceInternal works in recovery. by Yifan Hong · 6 years ago
  3. 2113b03 Allow libhidl to be used in recovery am: 86ae999dd1 by Jerry Zhang · 6 years ago
  4. 86ae999 Allow libhidl to be used in recovery by Jerry Zhang · 6 years ago
  5. 1301da2 Remove semicolons after namespace declarations am: 0c28fd2257 am: c0163f6aa8 by Bernhard Rosenkrnzer · 6 years ago
  6. 0c28fd2 Remove semicolons after namespace declarations by Bernhard Rosenkränzer · 6 years ago
  7. d7bdebb Add definition for IServiceManager 1.2 am: 8990969b07 am: c28e66af61 by Steven Moreland · 6 years ago
  8. 8990969 Add definition for IServiceManager 1.2 by Steven Moreland · 6 years ago
  9. 6178821 getService: re-request HALs after timeout am: 0771d8a8b8 am: 2fbe92d87e by Steven Moreland · 6 years ago
  10. 0771d8a getService: re-request HALs after timeout by Steven Moreland · 6 years ago
  11. 3ae9bf9 getService: try getting service before waiting by Steven Moreland · 6 years ago
  12. 7637124 getService: try getting service before waiting by Steven Moreland · 6 years ago
  13. 7d09a40 tryShortenProcessName: for all threads. by Steven Moreland · 6 years ago
  14. 83cb4b3 registerReferences registers absolute subclass by Steven Moreland · 6 years ago
  15. e69e8d3 registerReferences registers absolute subclass by Steven Moreland · 6 years ago
  16. d35678f Only construct waiter when we need it. by Martijn Coenen · 6 years ago
  17. 0e6f8ba Only construct waiter when we need it. by Martijn Coenen · 6 years ago
  18. 3fa15c2 Unregister for notifications when we're done waiting. by Martijn Coenen · 6 years ago
  19. 88e886f Avoid waiting from polling binder threads by Tobias Lindskog · 7 years ago
  20. 757394b Use enforce_vintf_manifest instead of treble. by Steven Moreland · 7 years ago
  21. 1f04810 Insert vndk version to hal library path strings by Justin Yun · 7 years ago
  22. b88ae7f Don't use service notifications if we can't. by Martijn Coenen · 7 years ago
  23. e6cdfd3 Don't pass sp<this> in constructor. by Martijn Coenen · 7 years ago
  24. 773609e Clean up getService(). by Martijn Coenen · 7 years ago
  25. 86c3abb Move getRawServiceInternal to ServiceManagement. by Martijn Coenen · 7 years ago
  26. 77f4c85 Statically load passthrough HALs for tests. by Steven Moreland · 7 years ago
  27. 65c00cb if (!A) C else B -> if (A) B else C by Steven Moreland · 7 years ago
  28. fd9ecee Switch from NULL -> nullptr. by Stephen Hines · 7 years ago
  29. ba8ace1 libhidltransport is using libvndksupport by Jiyong Park · 7 years ago
  30. 56eb149 Add /system/lib/vndk-sp/hw to search paths for HAL impls by Jiyong Park · 7 years ago
  31. 41649d5 Fix clang-tidy performance-* warnings in system/libhidl. by Chih-Hung Hsieh · 7 years ago
  32. 82f80df Add 1.1 version of hwservicemanager. am: 2a2678e402 by Steven Moreland · 7 years ago
  33. 2a2678e Add 1.1 version of hwservicemanager. by Steven Moreland · 7 years ago
  34. 34299b8 Merge "Allow VTS to load test HALs from data." am: 65b7d3e7f9 by Zhuoyao Zhang · 7 years ago
  35. f7dea69 Allow VTS to load test HALs from data. by Steven Moreland · 7 years ago
  36. 5d70fb9 Merge "Add preloadPassthroughService." am: 5b14b7d285 by Steven Moreland · 7 years ago
  37. 519306f Add preloadPassthroughService. by Steven Moreland · 7 years ago
  38. 64c8dd5 Add pids for processes that dlopens implementations am: bd0d8f7823 am: 6fd759f86f by Yifan Hong · 7 years ago
  39. bd0d8f7 Add pids for processes that dlopens implementations by Yifan Hong · 7 years ago
  40. bf13ad0 Make registerPassthroughClient() synchronous. by Martijn Coenen · 7 years ago
  41. af4aba5 Make registerPassthroughClient() synchronous. by Martijn Coenen · 7 years ago
  42. eb0c337 Implicit const char* cast removed, operator<< added to hidl_string. by Scott Randolph · 7 years ago
  43. cd4dbdf Cut off process names for profiling. by Steven Moreland · 7 years ago
  44. 863c10e Merge "Load SP-HAL impls from the sphal namespace" into oc-dev by TreeHugger Robot · 7 years ago
  45. 3ab546c Load SP-HAL impls from the sphal namespace by Jiyong Park · 7 years ago
  46. 405d761 Cut off process names for profiling. by Steven Moreland · 7 years ago
  47. da8e617 Remove dependency on libhidl-gen-utils. by Steven Moreland · 7 years ago
  48. 28ee5d9 Merge "Remove dependency on libhidl-gen-utils." into oc-dev by Steven Moreland · 7 years ago
  49. 819c05d Remove dependency on libhidl-gen-utils. by Steven Moreland · 7 years ago
  50. 40ccc88 Merge "Implicit const char* cast removed, operator<< added to hidl_string." into oc-dev by Scott Randolph · 7 years ago
  51. 330e3e2 libhidl: remove libvintf dependency by Steven Moreland · 7 years ago
  52. c601c5f libhidl: remove libvintf dependency by Steven Moreland · 7 years ago
  53. 0c84ab4 Implicit const char* cast removed, operator<< added to hidl_string. by Scott Randolph · 7 years ago
  54. f1e14f2 Log if waitForHwService has to wait too long. by Steven Moreland · 7 years ago
  55. 4960510 Log if waitForHwService has to wait too long. by Steven Moreland · 7 years ago
  56. c1cee2c Revert "Revert "Wait for hwservicemanager in defaultServiceManager."" by Steven Moreland · 7 years ago
  57. ec64c65 Revert "Wait for hwservicemanager in defaultServiceManager." by Steven Moreland · 7 years ago
  58. 7aca85a Wait for hwservicemanager in defaultServiceManager. by Steven Moreland · 7 years ago
  59. 0aeaa78 Fix inconsistent logging in registerReference. by Steven Moreland · 7 years ago
  60. 953e6b0 Hide global variables by Yifan Hong · 7 years ago
  61. 8fb656b defaultServiceManager locks before check. by Yifan Hong · 7 years ago
  62. 67a0249 Remove interfaceChain from IServiceManager::add() by Martijn Coenen · 7 years ago
  63. 705e5da Update for providing architecture info by Yifan Hong · 7 years ago
  64. a29905c Clear dlerror before executing anything. by Steven Moreland · 7 years ago
  65. 348802d Try multiple passthrough for instance names. by Steven Moreland · 7 years ago
  66. f6f1b40 Fix registration reference of passthrough services by Steven Moreland · 7 years ago
  67. e681aa5 ServiceManagement: remove logspam by Steven Moreland · 7 years ago
  68. 7f49f59 Allow passthrough service manager to register client PIDs. by Yifan Hong · 7 years ago
  69. 777bef9 IBase::getReferenceInfo -> getDebugInfo by Yifan Hong · 7 years ago
  70. 3512154 Change InstanceDebugInfo.refCount to int64_t. by Yifan Hong · 7 years ago
  71. 9a22d1d Add debugDump() to IServiceManager. by Yifan Hong · 7 years ago
  72. cbefd35 Add waitForHwService. by Steven Moreland · 7 years ago
  73. 0091c09 Passthrough services: allow -impl*.so by Steven Moreland · 7 years ago
  74. 21ce165 Revert "Passthrough services: lookup multiple names." by Steven Moreland · 7 years ago
  75. 91e3f64 Passthrough services: lookup multiple names. by Steven Moreland · 7 years ago
  76. 337e6b6 Add passthrough service manager. by Steven Moreland · 7 years ago
  77. 4e92599 Bp/n/sFoo -> Bp/n/sHwFoo by Yifan Hong · 8 years ago
  78. 12f04d9 Introduce fromBinder() helper. by Martijn Coenen · 8 years ago
  79. 00f4a39 Split libhidl into base and transport. by Yifan Hong · 8 years ago[Renamed from ServiceManagement.cpp]
  80. 5d5ef7f Update for hidlized hwservicemanager. by Steven Moreland · 8 years ago