Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/1.0/vts/functional/
DVtsHalBroadcastradioV1_0TargetTest.cpp81 EXPECT_EQ(true, waitForCallback(kConnectCallbacktimeoutNs)); in SetUp()
214 bool waitForCallback(nsecs_t reltime = 0) { in waitForCallback() function in BroadcastRadioHidlTest
341 EXPECT_EQ(true, waitForCallback(kConfigCallbacktimeoutNs)); in openTuner()
437 EXPECT_TRUE(waitForCallback(kConfigCallbacktimeoutNs)); in TEST_P()
465 EXPECT_EQ(true, waitForCallback(kConfigCallbacktimeoutNs)); in TEST_P()
517 EXPECT_EQ(true, waitForCallback(kConfigCallbacktimeoutNs)); in TEST_P()
539 EXPECT_EQ(true, waitForCallback(kTuneCallbacktimeoutNs)); in TEST_P()
546 EXPECT_EQ(true, waitForCallback(kTuneCallbacktimeoutNs)); in TEST_P()
571 EXPECT_EQ(true, waitForCallback(kTuneCallbacktimeoutNs)); in TEST_P()
578 EXPECT_EQ(true, waitForCallback(kTuneCallbacktimeoutNs)); in TEST_P()
[all …]
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp58 bool waitForCallback( in waitForCallback() function
261 ASSERT_TRUE(waitForCallback(cb->promise.get_future())); in TEST_P()
276 ASSERT_TRUE(waitForCallback(cb->promise.get_future())); in TEST_P()
305 ASSERT_TRUE(waitForCallback(cb->promise.get_future())); in TEST_P()
323 ASSERT_TRUE(waitForCallback(cb->promise.get_future())); in TEST_P()
337 ASSERT_TRUE(waitForCallback(cb->promise.get_future())); in TEST_P()
385 ASSERT_TRUE(waitForCallback(cb->promise.get_future())); in TEST_P()
408 ASSERT_TRUE(waitForCallback(cb->promise.get_future())); in TEST_P()
428 ASSERT_TRUE(waitForCallback(cb->promise.get_future())); in TEST_P()
448 ASSERT_TRUE(waitForCallback(cb->promise.get_future())); in TEST_P()
[all …]
/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp51 using ::android::hardware::contexthub::vts_utils::waitForCallback;
209 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &appInfoList)); in TEST_P()
321 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &transactionSuccess)); in TEST_P()
335 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &transactionSuccess)); in TEST_P()
349 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &transactionSuccess)); in TEST_P()
363 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &transactionSuccess)); in TEST_P()
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp57 using ::android::hardware::contexthub::vts_utils::waitForCallback;
122 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &appList)); in TEST_P()
170 if (!waitForCallback(std::forward<std::future<TransactionResult>>(future), &asyncResult)) { in checkFailureSyncOrAsync()
/hardware/interfaces/contexthub/common/vts/
DVtsHalContexthubUtilsCommon.h46 bool waitForCallback(std::future<ReturnType> future, ReturnType* result,
/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp97 [[nodiscard]] bool waitForCallback(std::chrono::duration<R, P> duration) { in waitForCallback() function in aidl::android::hardware::thermal::__anonc56554370111::ThermalCallback
123 [[nodiscard]] bool waitForCallback(std::chrono::duration<R, P> duration) { in waitForCallback() function in aidl::android::hardware::thermal::__anonc56554370111::CoolingDeviceCallback
193 ASSERT_TRUE(thermalCallback->waitForCallback(200ms)); in TEST_P()
208 ASSERT_TRUE(cdevCallback->waitForCallback(200ms)); in TEST_P()
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp55 using ::android::hardware::contexthub::vts_utils::waitForCallback;
171 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &appList)); in TEST_P()