Searched refs:mThrottleVsyncCallRecorder (Results 1 – 1 of 1) sorted by relevance
111 AsyncCallRecorder<void (*)(nsecs_t, uid_t)> mThrottleVsyncCallRecorder; member in android::EventThreadTest166 mThrottleVsyncCallRecorder.getInvocable()(expectedVsyncTimestamp, uid); in createThread()219 auto args = mThrottleVsyncCallRecorder.waitForCall(); in expectThrottleVsyncReceived()336 EXPECT_FALSE(mThrottleVsyncCallRecorder.waitForUnexpectedCall().has_value()); in TEST_F()409 EXPECT_FALSE(mThrottleVsyncCallRecorder.waitForUnexpectedCall().has_value()); in TEST_F()415 EXPECT_FALSE(mThrottleVsyncCallRecorder.waitForUnexpectedCall().has_value()); in TEST_F()421 EXPECT_FALSE(mThrottleVsyncCallRecorder.waitForUnexpectedCall().has_value()); in TEST_F()