Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp108 mVSyncSetDurationCallRecorder; member in android::EventThreadTest
140 .WillRepeatedly(Invoke(mVSyncSetDurationCallRecorder.getInvocable())); in EventThreadTest()
201 auto args = mVSyncSetDurationCallRecorder.waitForCall(); in expectVSyncSetDurationCallReceived()
297 EXPECT_FALSE(mVSyncSetDurationCallRecorder.waitForCall(0us).has_value()); in TEST_F()