Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp101 void expectThrottleVsyncReceived(nsecs_t expectedTimestamp, uid_t);
218 void EventThreadTest::expectThrottleVsyncReceived(nsecs_t expectedTimestamp, uid_t uid) { in expectThrottleVsyncReceived() function in android::EventThreadTest
328 expectThrottleVsyncReceived(456, mConnectionUid); in TEST_F()
383 expectThrottleVsyncReceived(456, mConnectionUid); in TEST_F()
389 expectThrottleVsyncReceived(123, mConnectionUid); in TEST_F()
395 expectThrottleVsyncReceived(777, mConnectionUid); in TEST_F()
638 expectThrottleVsyncReceived(456, mThrottledConnectionUid); in TEST_F()
646 expectThrottleVsyncReceived(123, mThrottledConnectionUid); in TEST_F()