Searched refs:getService (Results 1 – 16 of 16) sorted by relevance
91 static sp<T> getService(const string& serviceName = "default",93 return T::getService(serviceName,102 static sp <T> getService(VtsHalHidlTargetTestEnvBase* testEnv) { in getService() function103 return T::getService(testEnv->getServiceName<T>(), in getService()
21 …hw_binder_proxy_ = ::android::hardware::tests::memory::V1_0::IMemoryTest::getService(service_name,… in GetService()133 …::IAllocator> ashmemAllocator = ::android::hidl::allocator::V1_0::IAllocator::getService("ashmem"); in CallFunction()162 …::IAllocator> ashmemAllocator = ::android::hidl::allocator::V1_0::IAllocator::getService("ashmem"); in CallFunction()201 …::IAllocator> ashmemAllocator = ::android::hidl::allocator::V1_0::IAllocator::getService("ashmem"); in CallFunction()
21 …hw_binder_proxy_ = ::android::hardware::nfc::V1_0::INfcClientCallback::getService(service_name, ge… in GetService()
21 hw_binder_proxy_ = ::android::hardware::nfc::V1_0::INfc::getService(service_name, get_stub); in GetService()
41 …hw_binder_proxy_ = ::android::hardware::tests::msgq::V1_0::ITestMsgQ::getService(service_name, get… in GetService()
37 …hw_binder_proxy_ = ::android::hardware::tests::bar::V1_0::IBar::getService(service_name, get_stub); in GetService()
44 sp<IBinder> binder = manager->getService(String16(service_name.c_str())); in GetBinderClient()
40 .getService(); in getStorage()
36 LocalDatastoreExtension.getHelper(context).getOptions().getService(); in beforeEach()
27 static ::android::sp<IDevice> renderscript = IDevice::getService(true); in LLVMFuzzerTestOneInput()
27 static ::android::sp<IContext> renderscript = IContext::getService(true); in LLVMFuzzerTestOneInput()
43 thermal_ = IThermal::getService(); in SetUp()
97 IServiceManager.getService().listManifestByInterface(HAL_SERVICE_TYPE); in parameterList()
42 sp<IAllocator> ashmem_allocator = IAllocator::getService("ashmem"); in Allocate()
335 Datastore datastore = DatastoreOptions.getDefaultInstance().getService(); in getCoverageDataTable()