Home
last modified time | relevance | path

Searched refs:getService (Results 1 – 15 of 15) sorted by relevance

/test/vts/runners/target/vts_hal_hidl_target/
DVtsHalHidlTargetTestBase.h91 static sp<T> getService(const string& serviceName = "default",
93 return T::getService(serviceName,
102 static sp <T> getService(VtsHalHidlTargetTestEnvBase* testEnv) { in getService() function
103 return T::getService(testEnv->getServiceName<T>(), in getService()
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DMemoryTest.driver.cpp21 …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()
DNfcClientCallback.driver.cpp21 …hw_binder_proxy_ = ::android::hardware::nfc::V1_0::INfcClientCallback::getService(service_name, ge… in GetService()
DNfc.driver.cpp21 hw_binder_proxy_ = ::android::hardware::nfc::V1_0::INfc::getService(service_name, get_stub); in GetService()
DTestMsgQ.driver.cpp41 …hw_binder_proxy_ = ::android::hardware::tests::msgq::V1_0::ITestMsgQ::getService(service_name, get… in GetService()
DBar.driver.cpp37 …hw_binder_proxy_ = ::android::hardware::tests::bar::V1_0::IBar::getService(service_name, get_stub); in GetService()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DGcsHelper.java40 .getService(); in getStorage()
/test/vti/dashboard/src/test/java/com/android/vts/util/
DObjectifyExtension.java36 LocalDatastoreExtension.getHelper(context).getOptions().getService(); in beforeEach()
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/
DDevice.fuzzer.cpp27 static ::android::sp<IDevice> renderscript = IDevice::getService(true); in LLVMFuzzerTestOneInput()
DContext.fuzzer.cpp27 static ::android::sp<IContext> renderscript = IContext::getService(true); in LLVMFuzzerTestOneInput()
/test/vts-testcase/hal/thermal/V1_0/target_stress/
Dthermal_hidl_stress_test.cpp43 thermal_ = IThermal::getService(); in SetUp()
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/java/src/com/android/nn/benchmark/vts/v1_2/
DNNAccuracyTest.java97 IServiceManager.getService().listManifestByInterface(HAL_SERVICE_TYPE); in parameterList()
/test/vts-testcase/hal/neuralnetworks/V1_3/benchmark/java/src/com/android/nn/benchmark/vts/v1_3/
DNNAccuracyTest.java97 IServiceManager.getService().listManifestByInterface(HAL_SERVICE_TYPE); in parameterList()
/test/vts/drivers/resource/hidl_memory_driver/
DVtsHidlMemoryDriver.cpp42 sp<IAllocator> ashmem_allocator = IAllocator::getService("ashmem"); in Allocate()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageOverviewServlet.java335 Datastore datastore = DatastoreOptions.getDefaultInstance().getService(); in getCoverageDataTable()