OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ueimpl
(Results
1 - 1
of
1
) sorted by null
/external/qemu/android/protocol/
user-events-impl.c
81
UserEventsImpl*
ueimpl
;
local
91
ueimpl
= (UserEventsImpl*)opaque;
93
status = asyncReader_read(&
ueimpl
->user_events_reader);
98
switch (
ueimpl
->state) {
101
ueimpl
->state = EXPECTS_PARAMETERS;
103
switch (
ueimpl
->event_header.event_type) {
105
asyncReader_init(&
ueimpl
->user_events_reader,
106
&
ueimpl
->mouse_event,
107
sizeof(
ueimpl
->mouse_event),
108
&
ueimpl
->io)
[
all
...]
Completed in 45 milliseconds