Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp135 [this] { touchTimerCallback(TimerState::Reset); }, in Scheduler()
136 [this] { touchTimerCallback(TimerState::Expired); }); in Scheduler()
565 void Scheduler::touchTimerCallback(TimerState state) { in touchTimerCallback() function in android::Scheduler
DScheduler.h190 void touchTimerCallback(TimerState);