Home
last modified time | relevance | path

Searched refs:InputDeviceMetricsCollector (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDeviceMetricsCollector.cpp115 InputDeviceMetricsCollector::InputDeviceMetricsCollector(InputListenerInterface& listener) in InputDeviceMetricsCollector() function in android::InputDeviceMetricsCollector
116 : InputDeviceMetricsCollector(listener, sStatsdLogger, DEFAULT_USAGE_SESSION_TIMEOUT) {} in InputDeviceMetricsCollector()
118 InputDeviceMetricsCollector::InputDeviceMetricsCollector(InputListenerInterface& listener, in InputDeviceMetricsCollector() function in android::InputDeviceMetricsCollector
126 void InputDeviceMetricsCollector::notifyInputDevicesChanged( in notifyInputDevicesChanged()
136 void InputDeviceMetricsCollector::notifyConfigurationChanged( in notifyConfigurationChanged()
145 void InputDeviceMetricsCollector::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
157 void InputDeviceMetricsCollector::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
168 void InputDeviceMetricsCollector::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
176 void InputDeviceMetricsCollector::notifySensor(const NotifySensorArgs& args) { in notifySensor()
184 void InputDeviceMetricsCollector::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
[all …]
DInputDeviceMetricsCollector.h100 class InputDeviceMetricsCollector : public InputDeviceMetricsCollectorInterface {
102 explicit InputDeviceMetricsCollector(InputListenerInterface& listener);
103 ~InputDeviceMetricsCollector() override = default;
106 InputDeviceMetricsCollector(InputListenerInterface& listener, InputDeviceMetricsLogger& logger,
DInputManager.cpp145 mCollector = std::make_unique<InputDeviceMetricsCollector>(*mTracingStages.back()); in InputManager()
DAndroid.bp89 "InputDeviceMetricsCollector.cpp",
/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsCollector_test.cpp89 InputDeviceMetricsCollector mMetricsCollector{mTestListener, *this, USAGE_TIMEOUT};