Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/commands/vsoc_input_service/
Dvsoc_input_service.cpp32 using vsoc::input_events::InputEvent;
45 std::function<InputEvent()> next_event) { in EventLoop()
47 InputEvent event = next_event(); in EventLoop()
107 return InputEvent { in ProcessEvents()
120 return InputEvent { in ProcessEvents()
Dvsoc_input_service.h27 struct InputEvent { struct