summaryrefslogtreecommitdiff
path: root/libs/binder/BackendUnifiedServiceManager.cpp
AgeCommit message (Expand)Author
2025-03-10Remove log if cache is disabled. Parth Sane
2025-01-09[getService] Only set binder when getService2() succeeds Alice Wang
2025-01-08[native] Restore ServiceManager#checkService() to return IBinder Alice Wang
2025-01-03Add listServices/isDeclared/getDeclaredInstances for Accessors Devin Moore
2025-01-03Enable ServiceManager APIs without servicemanager process Devin Moore
2024-12-05Libbinder cache: ensure binder thread count is checked when removing static list Parth Sane
2024-12-03Remove static list in libbinder for caching Parth Sane
2024-11-29Add binder to libbinder cache after addService Parth Sane
2024-10-25Merge "Use ProcessState::selfOrNull in ServiceManager APIs" into main Treehugger Robot
2024-10-25Use ProcessState::selfOrNull in ServiceManager APIs Devin Moore
2024-10-23Remove BackendUnifiedServiceManager::getImpl Devin Moore
2024-10-21Merge changes from topic "goodbye_libnix" into main Treehugger Robot
2024-10-18Add `using binder::Status` to BackendUnifiedServiceManager.cpp Devin Moore
2024-10-18Merge "Add Tracing for Binder Caching" into main Treehugger Robot
2024-10-17Add processes to cacheable list Parth Sane
2024-10-15Add Tracing for Binder Caching Parth Sane
2024-09-20Add more cachable service to libbinder cache Parth Sane
2024-09-05Add a cache to getService with invalidation Parth Sane
2024-08-29Add support for injecting RPC binder accessors to libbinder Devin Moore
2024-07-26[native] Restore ServiceManager#getService() to return IBinder Alice Wang
2024-07-19Support IAccessor in libbinder for RPC services Alice Wang
2024-06-28BackendUnifiedServiceManager: tidy up includes Tomasz Wasilczyk
2024-06-20Add a BackendUnifiedServiceManager wrapper Parth Sane