Home
last modified time | relevance | path

Searched defs:TimerTest (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DTimerTest.cpp29 struct TimerTest : testing::Test { struct
30 static constexpr int mIterations = 20;
32 AsyncCallRecorder<void (*)()> mCallbackRecorder;
33 Timer mTimer;
35 void timerCallback() { mCallbackRecorder.recordCall(); } in timerCallback()
38 TEST_F(TimerTest, callsCallbackIfScheduledInPast) { in TEST_F() argument