Searched refs:onInputEvent (Results 1 – 5 of 5) sorted by relevance
28 void InputDeviceManager::onInputEvent(const std::shared_ptr<InputDeviceNode>& node, InputEvent& eve… in onInputEvent() function in android::InputDeviceManager
43 virtual void onInputEvent(const std::shared_ptr<InputDeviceNode>& node, InputEvent& event,
118 virtual void onInputEvent(const std::shared_ptr<InputDeviceNode>& node, InputEvent& event,
632 mInputCallback->onInputEvent(deviceNode, inputEvent, now); in poll()
57 virtual void onInputEvent(const std::shared_ptr<InputDeviceNode>& node, InputEvent& event, in onInputEvent() function in android::tests::TestInputCallback