Home
last modified time | relevance | path

Searched defs:HandleTimerImpl (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libchrome-gestures/src/
H A Dinterpreter_unittest.cc68 virtual void HandleTimerImpl(stime_t now, stime_t* timeout) { in HandleTimerImpl() function in gestures::InterpreterTestInterpreter
162 virtual void HandleTimerImpl(stime_t now, stime_t* timeout) {} in HandleTimerImpl() function in gestures::InterpreterResetLogTestInterpreter
H A Dintegral_gesture_filter_interpreter.cc42 void IntegralGestureFilterInterpreter::HandleTimerImpl( in HandleTimerImpl() function in gestures::IntegralGestureFilterInterpreter
H A Dfilter_interpreter.cc16 void FilterInterpreter::HandleTimerImpl(stime_t now, stime_t* timeout) { in HandleTimerImpl() function in gestures::FilterInterpreter
H A Dtimestamp_filter_interpreter.cc90 void TimestampFilterInterpreter::HandleTimerImpl(stime_t now, in HandleTimerImpl() function in gestures::TimestampFilterInterpreter
H A Dstuck_button_inhibitor_filter_interpreter.cc35 void StuckButtonInhibitorFilterInterpreter::HandleTimerImpl( in HandleTimerImpl() function in gestures::StuckButtonInhibitorFilterInterpreter
H A Dlogging_filter_interpreter_unittest.cc32 virtual void HandleTimerImpl(stime_t now, stime_t* timeout) {} in HandleTimerImpl() function in gestures::LoggingFilterInterpreterResetLogTestInterpreter
H A Dfling_stop_filter_interpreter.cc131 void FlingStopFilterInterpreter::HandleTimerImpl(stime_t now, in HandleTimerImpl() function in gestures::FlingStopFilterInterpreter
H A Dhaptic_button_generator_filter_interpreter.cc169 void HapticButtonGeneratorFilterInterpreter::HandleTimerImpl( in HandleTimerImpl() function in gestures::HapticButtonGeneratorFilterInterpreter
H A Dlookahead_filter_interpreter.cc432 void LookaheadFilterInterpreter::HandleTimerImpl(stime_t now, in HandleTimerImpl() function in gestures::LookaheadFilterInterpreter
H A Dimmediate_interpreter.cc1242 void ImmediateInterpreter::HandleTimerImpl(stime_t now, stime_t* timeout) { in HandleTimerImpl() function in gestures::ImmediateInterpreter
/aosp_15_r20/external/libchrome-gestures/include/
H A Dinterpreter.h96 virtual void HandleTimerImpl(stime_t now, stime_t* timeout) {} in HandleTimerImpl() function