Lines Matching refs:InputProcessor
368 InputProcessor::InputProcessor(InputListenerInterface& listener) : mQueuedListener(listener) {} in InputProcessor() function in android::InputProcessor
370 void InputProcessor::onBinderDied(void* cookie) { in onBinderDied()
371 InputProcessor* processor = static_cast<InputProcessor*>(cookie); in onBinderDied()
379 void InputProcessor::setMotionClassifierEnabled(bool enabled) { in setMotionClassifierEnabled()
416 void InputProcessor::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()
422 void InputProcessor::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()
428 void InputProcessor::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
434 void InputProcessor::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
456 void InputProcessor::notifySensor(const NotifySensorArgs& args) { in notifySensor()
462 void InputProcessor::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
468 void InputProcessor::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
474 void InputProcessor::notifyDeviceReset(const NotifyDeviceResetArgs& args) { in notifyDeviceReset()
487 void InputProcessor::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()
493 void InputProcessor::setMotionClassifierLocked( in setMotionClassifierLocked()
503 void InputProcessor::dump(std::string& dump) { in dump()
515 void InputProcessor::monitor() { in monitor()
520 InputProcessor::~InputProcessor() {} in ~InputProcessor()