summaryrefslogtreecommitdiff
path: root/libs/binder/IServiceManager.cpp
AgeCommit message (Expand)Author
2025-01-28Enable compilation of libbinder on Fuchsia Kevin Lindkvist
2025-01-08[native] Restore ServiceManager#checkService() to return IBinder Alice Wang
2025-01-03Add listServices/isDeclared/getDeclaredInstances for Accessors Devin Moore
2024-12-03Remove static list in libbinder for caching Parth Sane
2024-11-29Add binder to libbinder cache after addService Parth Sane
2024-10-25Use ProcessState::selfOrNull in ServiceManager APIs Devin Moore
2024-10-09Add a method for libbinder to wrap an accessor in a delegator Devin Moore
2024-09-24Add libbinder_ndk systemapi support for injecting RPC binder accessors Devin Moore
2024-09-05std::move member initializer lists Devin Moore
2024-09-05Add a cache to getService with invalidation Parth Sane
2024-09-04Merge "Add support for injecting RPC binder accessors to libbinder" into main Devin Moore
2024-08-29Add support for injecting RPC binder accessors to libbinder Devin Moore
2024-08-16Merge changes I8555310a,I3d3bcfa3 into main Parth Sane
2024-08-14Rename ServiceManagerShim to CppBackendShim Parth Sane
2024-08-14Change constructor of ServiceManagerShim Parth Sane
2024-08-12Merge "libbinder: allow libbinder_ndk + libbinder.vendor" into main Steven Moreland
2024-08-09libbinder: allow libbinder_ndk + libbinder.vendor Steven Moreland
2024-07-26[native] Restore ServiceManager#getService() to return IBinder Alice Wang
2024-07-19Support IAccessor in libbinder for RPC services Alice Wang
2024-07-01Binder IPC: clean up includes Tomasz Wasilczyk
2024-06-28BackendUnifiedServiceManager: tidy up includes Tomasz Wasilczyk
2024-06-27Migrate from libutils SystemClock.h to std::chrono Tomasz Wasilczyk
2024-06-20Add a BackendUnifiedServiceManager wrapper Parth Sane
2024-05-17Fix libbinder_sdk build warnings Tomasz Wasilczyk
2024-02-06binder: add openDeclaredPassthroughHal() Jooyung Han
2023-10-31Binder: migrate off libutils Mutex Tomasz Wasilczyk
2023-08-25Use String8/16 c_str [binder] Tomasz Wasilczyk
2023-04-25Revert "libbinder: double cost for incorrect wait config" Steven Moreland
2023-02-16libbinder: double cost for incorrect wait config Steven Moreland
2022-12-08Fixed typo for isDeclared warning message Vova Sharaienko
2022-10-26servicemanager: getUpdatableNames() Jooyung Han
2022-09-20binder: Added info log in waitForService to display # of threads in threadpool. Elie Kheirallah
2022-09-12libbinder: clarify ServiceManager.cpp logs Steven Moreland
2022-07-25servicemanager started property Steven Moreland
2022-06-23Merge "Add host support to misc legacy AIDL libs" Treehugger Robot
2022-06-16Add AIDL HAL stack traces to bug-reports Jayant Chowdhary
2022-05-25Add host support to misc legacy AIDL libs Atneya Nair
2022-02-02IServiceManager: add registerForNotifications. Jayant Chowdhary
2021-10-11binder: host service manager limits max outgoing threads Yifan Hong
2021-09-21Add getConnectionInfo API to service manager Devin Moore
2021-07-29Merge "libbinder: Add an option to not log permission check failures." Treehugger Robot
2021-07-29libbinder: Add an option to not log permission check failures. Jayant Chowdhary
2021-06-25Implement host service manager Yifan Hong
2021-06-03libbinder: save another static heap allocation Steven Moreland
2021-05-24libbinder: servicemanagement errors Steven Moreland
2021-04-21servicemanager: expose updatable-via-apex Steven Moreland
2021-04-09libbinder use stronger refbase semantics Steven Moreland
2020-11-16binder: fix google-runtime-int Jiyong Park
2020-11-16binder: fix google-explicit-constructor Jiyong Park
2020-09-24servicemanager: vintf declared API Steven Moreland