Home
last modified time | relevance | path

Searched defs:InputEvent (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputHub.h33 struct InputEvent { struct
34 nsecs_t when;
36 int32_t type;
37 int32_t code;
38 int32_t value;
/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp44 static const InputCbFunc kNoopInputCb = [](const std::shared_ptr<InputDeviceNode>&, InputEvent&, ns… in __anon06b3e8220102() argument
212 [&](const std::shared_ptr<InputDeviceNode>&, InputEvent&, nsecs_t) { in TEST_F() argument