Home
last modified time | relevance | path

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

/external/qemu/android/protocol/
Duser-events-impl.c81 UserEventsImpl* ueimpl; in _userEventsImpl_io_func() local
91 ueimpl = (UserEventsImpl*)opaque; in _userEventsImpl_io_func()
93 status = asyncReader_read(&ueimpl->user_events_reader); in _userEventsImpl_io_func()
98 switch (ueimpl->state) { in _userEventsImpl_io_func()
101 ueimpl->state = EXPECTS_PARAMETERS; in _userEventsImpl_io_func()
103 switch (ueimpl->event_header.event_type) { in _userEventsImpl_io_func()
105 asyncReader_init(&ueimpl->user_events_reader, in _userEventsImpl_io_func()
106 &ueimpl->mouse_event, in _userEventsImpl_io_func()
107 sizeof(ueimpl->mouse_event), in _userEventsImpl_io_func()
108 &ueimpl->io); in _userEventsImpl_io_func()
[all …]