Searched defs:alarmIn (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/Scheduler/ | ||
D | Timer.cpp | 91 void Timer::alarmIn(std::function<void()> const& cb, nsecs_t fireIn) { in alarmIn() function in android::scheduler::Timer |
D | VSyncDispatchTimerQueue.cpp | 194 void VSyncDispatchTimerQueue::TraceBuffer::note(std::string_view name, nsecs_t alarmIn, in note() |
/frameworks/native/services/surfaceflinger/tests/unittests/ | ||
D | VSyncDispatchTimerQueueTest.cpp | 195 void alarmIn(std::function<void()> const& callback, nsecs_t time) final { in createTimeKeeper() function in android::scheduler::VSyncDispatchTimerQueueTest::createTimeKeeper::TimeKeeperWrapper |