Searched refs:InputDeviceMetricsCollector (Results 1 – 5 of 5) sorted by relevance
115 InputDeviceMetricsCollector::InputDeviceMetricsCollector(InputListenerInterface& listener) in InputDeviceMetricsCollector() function in android::InputDeviceMetricsCollector116 : InputDeviceMetricsCollector(listener, sStatsdLogger, DEFAULT_USAGE_SESSION_TIMEOUT) {} in InputDeviceMetricsCollector()118 InputDeviceMetricsCollector::InputDeviceMetricsCollector(InputListenerInterface& listener, in InputDeviceMetricsCollector() function in android::InputDeviceMetricsCollector126 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 …]
100 class InputDeviceMetricsCollector : public InputDeviceMetricsCollectorInterface {102 explicit InputDeviceMetricsCollector(InputListenerInterface& listener);103 ~InputDeviceMetricsCollector() override = default;106 InputDeviceMetricsCollector(InputListenerInterface& listener, InputDeviceMetricsLogger& logger,
145 mCollector = std::make_unique<InputDeviceMetricsCollector>(*mTracingStages.back()); in InputManager()
89 "InputDeviceMetricsCollector.cpp",
89 InputDeviceMetricsCollector mMetricsCollector{mTestListener, *this, USAGE_TIMEOUT};