Searched defs:InputDeviceNode (Results 1 – 3 of 3) sorted by relevance
24 class InputDeviceNode; variable
33 class InputDeviceNode; variable
44 static const InputCbFunc kNoopInputCb = [](const std::shared_ptr<InputDeviceNode>&, InputEvent&, ns… in __anon526e126d0102()45 static const DeviceCbFunc kNoopDeviceCb = [](const std::shared_ptr<InputDeviceNode>&){}; in __anon526e126d0202()212 [&](const std::shared_ptr<InputDeviceNode>&, InputEvent&, nsecs_t) { in TEST_F()