Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DTimer.cpp91 void Timer::alarmAt(std::function<void()> const& cb, nsecs_t time) { in alarmAt() function in android::scheduler::Timer
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchTimerQueueTest.cpp199 void alarmAt(std::function<void()> const& callback, nsecs_t time) final { in createTimeKeeper() function in android::scheduler::VSyncDispatchTimerQueueTest::createTimeKeeper::TimeKeeperWrapper