Lines Matching refs:InputDeviceNode
41 using InputCbFunc = std::function<void(const std::shared_ptr<InputDeviceNode>&, InputEvent&, nsecs_…
42 using DeviceCbFunc = std::function<void(const std::shared_ptr<InputDeviceNode>&)>;
44 static const InputCbFunc kNoopInputCb = [](const std::shared_ptr<InputDeviceNode>&, InputEvent&, ns… in __anon5f3141d90102() argument
45 static const DeviceCbFunc kNoopDeviceCb = [](const std::shared_ptr<InputDeviceNode>&){}; in __anon5f3141d90202() argument
57 virtual void onInputEvent(const std::shared_ptr<InputDeviceNode>& node, InputEvent& event, in onInputEvent()
61 virtual void onDeviceAdded(const std::shared_ptr<InputDeviceNode>& node) override { in onDeviceAdded()
64 virtual void onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) override { in onDeviceRemoved()
101 [&](const std::shared_ptr<InputDeviceNode>& node) { in TEST_F()
133 std::shared_ptr<InputDeviceNode> tempNode; in TEST_F()
136 [&](const std::shared_ptr<InputDeviceNode>& node) { in TEST_F()
140 [&](const std::shared_ptr<InputDeviceNode>& node) { in TEST_F()
182 [&](const std::shared_ptr<InputDeviceNode>& node, InputEvent& event, in TEST_F()
212 [&](const std::shared_ptr<InputDeviceNode>&, InputEvent&, nsecs_t) { in TEST_F() argument
220 [&](const std::shared_ptr<InputDeviceNode>& node) { in TEST_F()