Lines Matching refs:waitForCall

194     auto args = mVSyncSetEnabledCallRecorder.waitForCall();  in expectVSyncSetEnabledCallReceived()
201 auto args = mVSyncSetDurationCallRecorder.waitForCall(); in expectVSyncSetDurationCallReceived()
208 auto callbackSet = mVSyncSetCallbackCallRecorder.waitForCall(); in expectVSyncSetCallbackCallReceived()
213 auto args = mInterceptVSyncCallRecorder.waitForCall(); in expectInterceptCallReceived()
219 auto args = mThrottleVsyncCallRecorder.waitForCall(); in expectThrottleVsyncReceived()
228 auto args = connectionEventRecorder.waitForCall(); in expectVsyncEventReceivedByConnection()
249 auto args = mConnectionEventCallRecorder.waitForCall(); in expectHotplugEventReceivedByConnection()
260 auto args = mConnectionEventCallRecorder.waitForCall(); in expectConfigChangedEventReceivedByConnection()
272 auto args = mConnectionEventCallRecorder.waitForCall(); in expectUidFrameRateMappingEventReceivedByConnection()
281 auto args = mConnectionEventCallRecorder.waitForCall(); in expectUidFrameRateMappingEventReceivedByConnection()
296 EXPECT_FALSE(mVSyncSetCallbackCallRecorder.waitForCall(0us).has_value()); in TEST_F()
297 EXPECT_FALSE(mVSyncSetDurationCallRecorder.waitForCall(0us).has_value()); in TEST_F()
298 EXPECT_FALSE(mResyncCallRecorder.waitForCall(0us).has_value()); in TEST_F()
299 EXPECT_FALSE(mInterceptVSyncCallRecorder.waitForCall(0us).has_value()); in TEST_F()
300 EXPECT_FALSE(mConnectionEventCallRecorder.waitForCall(0us).has_value()); in TEST_F()
319 EXPECT_TRUE(mResyncCallRecorder.waitForCall().has_value()); in TEST_F()
352 EXPECT_FALSE(mVSyncSetCallbackCallRecorder.waitForCall(0us).has_value()); in TEST_F()
591 auto args = suppressConnectionEventRecorder.waitForCall(); in TEST_F()
620 auto args = suppressConnectionEventRecorder.waitForCall(); in TEST_F()
629 EXPECT_TRUE(mResyncCallRecorder.waitForCall().has_value()); in TEST_F()