Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binderthreadstate/
H A Dtest.cpp189 android::hardware::details::waitForHwService(IHidlStuff::descriptor, id2name(kP1Id).c_str()); in main()
191 android::hardware::details::waitForHwService(IHidlStuff::descriptor, id2name(kP2Id).c_str()); in main()
/aosp12/system/libhidl/transport/include/hidl/
H A DServiceManagement.h48 void waitForHwService(const std::string &interface, const std::string &instanceName);
/aosp12/system/libfmq/benchmarks/
H A Dmsgq_benchmark_client.cpp43 using android::hardware::details::waitForHwService;
76 waitForHwService(IBenchmarkMsgQ::descriptor, "default"); in SetUp()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp148 ::android::hardware::details::waitForHwService(ISystemSuspend::descriptor, "default"); in getSuspendHal()
/aosp12/system/libfmq/tests/
H A Dmsgq_test_client.cpp50 using android::hardware::details::waitForHwService;
127 waitForHwService(ITestMsgQ::descriptor, "default"); in waitGetTestService()
204 waitForHwService(ITestMsgQ::descriptor, "default"); in waitGetTestService()
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp218 ::android::hardware::details::waitForHwService(IBaz::descriptor, "default"); in SetUp()
223 ::android::hardware::details::waitForHwService(ISafeUnion::descriptor, "default"); in SetUp()
/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DSystemSuspendUnitTest.cpp142 ::android::hardware::details::waitForHwService(ISystemSuspend::descriptor, kServiceName); in SetUpTestSuite()
165 ::android::hardware::details::waitForHwService(ISystemSuspend::descriptor, kServiceName); in SetUp()
/aosp12/system/libhidl/transport/
H A DServiceManagement.cpp700 void waitForHwService( in waitForHwService() function
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp2577 ::android::hardware::details::waitForHwService(T::descriptor, serviceName); in run()