Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/tests/
DTimerTest.cpp35 struct TimerTest : testing::Test { struct
44 TEST_F(TimerTest, callsCallbackIfScheduledInPast) { in TEST_F() argument
46 mTimer.alarmAt(std::bind(&TimerTest::timerCallback, this), systemTime() - 1'000'000); in TEST_F()
52 TEST_F(TimerTest, recoversAfterEpollError) { in TEST_F() argument
55 mTimer.alarmAt(std::bind(&TimerTest::timerCallback, this), systemTime() - 1'000'000); in TEST_F()
/frameworks/native/services/surfaceflinger/Scheduler/
DAndroid.bp63 "tests/TimerTest.cpp",