Searched refs:GetService (Results 1 - 9 of 9) sorted by relevance

/system/tools/aidl/tests/
H A Daidl_test_client.cpp56 bool GetService(sp<ITestService>* service) { function in namespace:android::aidl::tests::client
79 if (!client_tests::GetService(&service)) return 1;
/system/core/libbinderwrapper/include/binderwrapper/
H A Dbinder_wrapper.h60 virtual sp<IBinder> GetService(const std::string& service_name) = 0;
H A Dstub_binder_wrapper.h61 // sp<IBinder> binder = BinderWrapper::Get()->GetService("foo");
83 // Sets the binder to return when |service_name| is passed to GetService() or
96 sp<IBinder> GetService(const std::string& service_name) override;
109 // Map from service name to associated binder handle. Used by GetService() and
/system/core/libbinderwrapper/
H A Dreal_binder_wrapper.h36 sp<IBinder> GetService(const std::string& service_name) override;
H A Dstub_binder_wrapper.cc48 sp<IBinder> StubBinderWrapper::GetService(const std::string& service_name) { function in class:android::StubBinderWrapper
H A Dreal_binder_wrapper.cc52 sp<IBinder> RealBinderWrapper::GetService(const std::string& service_name) { function in class:android::RealBinderWrapper
/system/tpm/tpm_manager/client/
H A Dtpm_ownership_binder_proxy.cc52 android::BinderWrapper::GetOrCreateInstance()->GetService(
H A Dtpm_nvram_binder_proxy.cc51 android::BinderWrapper::GetOrCreateInstance()->GetService(
/system/tpm/trunks/
H A Dtrunks_binder_proxy.cc64 android::BinderWrapper::GetOrCreateInstance()->GetService(

Completed in 201 milliseconds