Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableScheduler.h83 [this] { touchTimerCallback(TimerState::Reset); }, in replaceTouchTimer()
84 [this] { touchTimerCallback(TimerState::Expired); }); in replaceTouchTimer()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.cpp136 [this] { touchTimerCallback(TimerState::Reset); }, in Scheduler()
137 [this] { touchTimerCallback(TimerState::Expired); }); in Scheduler()
725 void Scheduler::touchTimerCallback(TimerState state) { in touchTimerCallback() function in android::Scheduler
H A DScheduler.h255 void touchTimerCallback(TimerState);