Home
last modified time | relevance | path

Searched refs:touchTimerCallback (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableScheduler.h154 touchTimerCallback(TimerState::Reset);
160 touchTimerCallback(TimerState::Expired);
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp106 [this] { touchTimerCallback(TimerState::Reset); }, in startTimers()
107 [this] { touchTimerCallback(TimerState::Expired); }); in startTimers()
824 void Scheduler::touchTimerCallback(TimerState state) { in touchTimerCallback() function in android::scheduler::Scheduler
DScheduler.h368 void touchTimerCallback(TimerState);