Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp111 AsyncCallRecorder<void (*)(nsecs_t, uid_t)> mThrottleVsyncCallRecorder; member in android::EventThreadTest
166 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()