index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
binder
/
BackendUnifiedServiceManager.cpp
Age
Commit message (
Expand
)
Author
2025-03-10
Remove 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-03
Add listServices/isDeclared/getDeclaredInstances for Accessors
Devin Moore
2025-01-03
Enable ServiceManager APIs without servicemanager process
Devin Moore
2024-12-05
Libbinder cache: ensure binder thread count is checked when removing static list
Parth Sane
2024-12-03
Remove static list in libbinder for caching
Parth Sane
2024-11-29
Add binder to libbinder cache after addService
Parth Sane
2024-10-25
Merge "Use ProcessState::selfOrNull in ServiceManager APIs" into main
Treehugger Robot
2024-10-25
Use ProcessState::selfOrNull in ServiceManager APIs
Devin Moore
2024-10-23
Remove BackendUnifiedServiceManager::getImpl
Devin Moore
2024-10-21
Merge changes from topic "goodbye_libnix" into main
Treehugger Robot
2024-10-18
Add `using binder::Status` to BackendUnifiedServiceManager.cpp
Devin Moore
2024-10-18
Merge "Add Tracing for Binder Caching" into main
Treehugger Robot
2024-10-17
Add processes to cacheable list
Parth Sane
2024-10-15
Add Tracing for Binder Caching
Parth Sane
2024-09-20
Add more cachable service to libbinder cache
Parth Sane
2024-09-05
Add a cache to getService with invalidation
Parth Sane
2024-08-29
Add support for injecting RPC binder accessors to libbinder
Devin Moore
2024-07-26
[native] Restore ServiceManager#getService() to return IBinder
Alice Wang
2024-07-19
Support IAccessor in libbinder for RPC services
Alice Wang
2024-06-28
BackendUnifiedServiceManager: tidy up includes
Tomasz Wasilczyk
2024-06-20
Add a BackendUnifiedServiceManager wrapper
Parth Sane