Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/1.0/vts/functional/
DVtsHalBroadcastradioV1_0TargetTest.cpp80 EXPECT_EQ(true, waitForCallback(kConnectCallbacktimeoutNs)); in SetUp()
213 bool waitForCallback(nsecs_t reltime = 0) { in waitForCallback() function in BroadcastRadioHidlTest
340 EXPECT_EQ(true, waitForCallback(kConfigCallbacktimeoutNs)); in openTuner()
436 EXPECT_TRUE(waitForCallback(kConfigCallbacktimeoutNs)); in TEST_P()
464 EXPECT_EQ(true, waitForCallback(kConfigCallbacktimeoutNs)); in TEST_P()
516 EXPECT_EQ(true, waitForCallback(kConfigCallbacktimeoutNs)); in TEST_P()
538 EXPECT_EQ(true, waitForCallback(kTuneCallbacktimeoutNs)); in TEST_P()
545 EXPECT_EQ(true, waitForCallback(kTuneCallbacktimeoutNs)); in TEST_P()
570 EXPECT_EQ(true, waitForCallback(kTuneCallbacktimeoutNs)); in TEST_P()
577 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/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp158 bool waitForCallback( in waitForCallback() function
235 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &appList)); in TEST_P()
285 if (!waitForCallback(std::forward<std::future<TransactionResult>>(future), in checkFailureSyncOrAsync()