Searched defs:InputEvent (Results 1 – 2 of 2) sorted by relevance
33 struct InputEvent { struct34 nsecs_t when;36 int32_t type;37 int32_t code;38 int32_t value;
44 static const InputCbFunc kNoopInputCb = [](const std::shared_ptr<InputDeviceNode>&, InputEvent&, ns… in __anon06b3e8220102() argument212 [&](const std::shared_ptr<InputDeviceNode>&, InputEvent&, nsecs_t) { in TEST_F() argument