Searched refs:waitForHwService (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/native/libs/binderthreadstate/ |
H A D | test.cpp | 189 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 D | ServiceManagement.h | 48 void waitForHwService(const std::string &interface, const std::string &instanceName);
|
/aosp12/system/libfmq/benchmarks/ |
H A D | msgq_benchmark_client.cpp | 43 using android::hardware::details::waitForHwService; 76 waitForHwService(IBenchmarkMsgQ::descriptor, "default"); in SetUp()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_power_PowerManagerService.cpp | 148 ::android::hardware::details::waitForHwService(ISystemSuspend::descriptor, "default"); in getSuspendHal()
|
/aosp12/system/libfmq/tests/ |
H A D | msgq_test_client.cpp | 50 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 D | hidl_test_java_native.cpp | 218 ::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 D | SystemSuspendUnitTest.cpp | 142 ::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 D | ServiceManagement.cpp | 700 void waitForHwService( in waitForHwService() function
|
/aosp12/system/tools/hidl/test/hidl_test/ |
H A D | hidl_test_client.cpp | 2577 ::android::hardware::details::waitForHwService(T::descriptor, serviceName); in run()
|