Searched defs:alarmAt (Results 1 – 3 of 3) sorted by relevance
| /frameworks/native/services/surfaceflinger/Scheduler/src/ | ||
| D | Timer.cpp | 109 void Timer::alarmAt(std::function<void()> callback, nsecs_t time) { in alarmAt() function in android::scheduler::Timer |
| /frameworks/native/services/surfaceflinger/fuzzer/ | ||
| D | surfaceflinger_scheduler_fuzzer.h | 151 void alarmAt(std::function<void()> /* callback */, nsecs_t /* time */) override {} in alarmAt() function |
| /frameworks/native/services/surfaceflinger/tests/unittests/ | ||
| D | VSyncDispatchTimerQueueTest.cpp | 211 void alarmAt(std::function<void()> callback, nsecs_t time) final { in createTimeKeeper() function in android::scheduler::VSyncDispatchTimerQueueTest::createTimeKeeper::TimeKeeperWrapper |