diff options
Diffstat (limited to 'cmds/servicemanager/ServiceManager.h')
-rw-r--r-- | cmds/servicemanager/ServiceManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/servicemanager/ServiceManager.h b/cmds/servicemanager/ServiceManager.h index c92141b393..964abee6af 100644 --- a/cmds/servicemanager/ServiceManager.h +++ b/cmds/servicemanager/ServiceManager.h @@ -114,7 +114,7 @@ private: void removeClientCallback(const wp<IBinder>& who, ClientCallbackMap::iterator* it); os::Service tryGetService(const std::string& name, bool startIfNotFound); - sp<IBinder> tryGetBinder(const std::string& name, bool startIfNotFound); + os::ServiceWithMetadata tryGetBinder(const std::string& name, bool startIfNotFound); binder::Status canAddService(const Access::CallingContext& ctx, const std::string& name, std::optional<std::string>* accessor); binder::Status canFindService(const Access::CallingContext& ctx, const std::string& name, |