Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DTimer.cpp91 void Timer::alarmIn(std::function<void()> const& cb, nsecs_t fireIn) { in alarmIn() function in android::scheduler::Timer
DVSyncDispatchTimerQueue.cpp194 void VSyncDispatchTimerQueue::TraceBuffer::note(std::string_view name, nsecs_t alarmIn, in note()
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchTimerQueueTest.cpp195 void alarmIn(std::function<void()> const& callback, nsecs_t time) final { in createTimeKeeper() function in android::scheduler::VSyncDispatchTimerQueueTest::createTimeKeeper::TimeKeeperWrapper