Home
last modified time | relevance | path

Searched refs:EventDebugLoggingIsEnabled (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome-gestures/src/
H A Dinterpreter.cc158 bool Interpreter::EventDebugLoggingIsEnabled(ActivityLog::EventDebug event) { in EventDebugLoggingIsEnabled() function in gestures::Interpreter
194 if (EventDebugLoggingIsEnabled(EventDebug::Gesture)) in LogGestureConsume()
200 if (EventDebugLoggingIsEnabled(EventDebug::Gesture)) in LogGestureProduce()
206 if (EventDebugLoggingIsEnabled(EventDebug::HardwareState)) in LogHardwareStatePre()
212 if (EventDebugLoggingIsEnabled(EventDebug::HardwareState)) in LogHardwareStatePost()
218 if (EventDebugLoggingIsEnabled(EventDebug::HandleTimer)) in LogHandleTimerPre()
224 if (EventDebugLoggingIsEnabled(EventDebug::HandleTimer)) in LogHandleTimerPost()
/aosp_15_r20/external/libchrome-gestures/include/
H A Dtimestamp_filter_interpreter.h78 if (EventDebugLoggingIsEnabled(EventDebug::Timestamp)) in LogDebugData()
H A Dinterpreter.h101 bool EventDebugLoggingIsEnabled(ActivityLog::EventDebug event);
H A Daccel_filter_interpreter.h138 if (EventDebugLoggingIsEnabled(EventDebug::Accel)) in LogDebugData()