Searched refs:waitForCallback (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
D | VtsHalBroadcastradioV1_0TargetTest.cpp | 82 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/ |
D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 58 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/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 56 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/ |
D | VtsHalContexthubV1_2TargetTest.cpp | 54 using ::android::hardware::contexthub::vts_utils::waitForCallback; 170 ASSERT_TRUE(waitForCallback(cb->promise.get_future(), &appList)); in TEST_P()
|
/hardware/interfaces/contexthub/common/vts/ |
D | VtsHalContexthubUtils.h | 75 bool waitForCallback(std::future<ReturnType> future, ReturnType* result,
|