Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/common/vsoc/lib/
Dinput_events_region_view.h27 struct InputEvent { struct
51 intptr_t GetScreenEventsOrWait(InputEvent* buffer, int max_event_count); argument
/device/google/cuttlefish_common/guest/commands/vsoc_input_service/
Dvsoc_input_service.cpp41 std::function<int(InputEvent*, int)> next_events) { in EventLoop()