Home
last modified time | relevance | path

Searched refs:waitForHwService (Results 1 – 7 of 7) sorted by relevance

/system/libhidl/transport/include/hidl/
DServiceManagement.h48 void waitForHwService(const std::string &interface, const std::string &instanceName);
/system/libhwbinder/vts/performance/
DBenchmark.cpp96 android::hardware::details::waitForHwService(IBenchmark::descriptor, gServiceName); in BM_sendVec_binderize()
/system/libfmq/benchmarks/
Dmsgq_benchmark_client.cpp43 using android::hardware::details::waitForHwService;
76 waitForHwService(IBenchmarkMsgQ::descriptor, "default"); in SetUp()
/system/libfmq/tests/
Dmsgq_test_client.cpp53 using android::hardware::details::waitForHwService;
133 waitForHwService(ITestMsgQ::descriptor, "default"); in waitGetTestService()
217 waitForHwService(ITestMsgQ::descriptor, "default"); in waitGetTestService()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp218 ::android::hardware::details::waitForHwService(IBaz::descriptor, "default"); in SetUp()
223 ::android::hardware::details::waitForHwService(ISafeUnion::descriptor, "default"); in SetUp()
/system/libhidl/transport/
DServiceManagement.cpp859 void waitForHwService( in waitForHwService() function
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2593 ::android::hardware::details::waitForHwService(T::descriptor, serviceName); in run()