Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/1.0/vts/functional/
DVtsHalBroadcastradioV1_0TargetTest.cpp82 EXPECT_EQ(true, waitForCallback(kConnectCallbacktimeoutNs)); in SetUp()
215 bool waitForCallback(nsecs_t reltime = 0) { in waitForCallback() function in BroadcastRadioHidlTest
342 EXPECT_EQ(true, waitForCallback(kConfigCallbacktimeoutNs)); in openTuner()
438 EXPECT_TRUE(waitForCallback(kConfigCallbacktimeoutNs)); in TEST_P()
466 EXPECT_EQ(true, waitForCallback(kConfigCallbacktimeoutNs)); in TEST_P()
518 EXPECT_EQ(true, waitForCallback(kConfigCallbacktimeoutNs)); in TEST_P()
540 EXPECT_EQ(true, waitForCallback(kTuneCallbacktimeoutNs)); in TEST_P()
547 EXPECT_EQ(true, waitForCallback(kTuneCallbacktimeoutNs)); in TEST_P()
572 EXPECT_EQ(true, waitForCallback(kTuneCallbacktimeoutNs)); in TEST_P()
579 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.cpp56 using ::android::hardware::contexthub::vts_utils::waitForCallback;
121 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &appList)); in TEST_P()
169 if (!waitForCallback(std::forward<std::future<TransactionResult>>(future), &asyncResult)) { in checkFailureSyncOrAsync()
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp54 using ::android::hardware::contexthub::vts_utils::waitForCallback;
170 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &appList)); in TEST_P()
/hardware/interfaces/contexthub/common/vts/
DVtsHalContexthubUtils.h75 bool waitForCallback(std::future<ReturnType> future, ReturnType* result,