Searched refs:InputProcessor (Results 1 – 6 of 6) sorted by relevance
368 InputProcessor::InputProcessor(InputListenerInterface& listener) : mQueuedListener(listener) {} in InputProcessor() function in android::InputProcessor370 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()[all …]
244 class InputProcessor : public InputProcessorInterface {246 explicit InputProcessor(InputListenerInterface& listener);261 ~InputProcessor();
150 mProcessor = std::make_unique<InputProcessor>(*mTracingStages.back()); in InputManager()
92 "InputProcessor.cpp",
36 std::make_unique<InputProcessor>(*mFuzzListener); in LLVMFuzzerTestOneInput()
63 void SetUp() override { mProcessor = std::make_unique<InputProcessor>(mTestListener); } in SetUp()