OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uicmd
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/protocol/
ui-commands-impl.c
80
*
uicmd
- UICmdImpl instance that received the command.
85
_uiCmdImpl_handle_command(UICmdImpl*
uicmd
,
121
UICmdImpl*
uicmd
= opaque;
local
127
status = socket_recv(
uicmd
->sock,
128
uicmd
->reader_buffer +
uicmd
->reader_offset,
129
uicmd
->reader_bytes -
uicmd
->reader_offset);
146
uicmd
->reader_offset += status;
147
if (
uicmd
->reader_offset != uicmd->reader_bytes)
190
UICmdImpl*
uicmd
= &_uiCmdImpl;
local
232
UICmdImpl*
uicmd
= &_uiCmdImpl;
local
[
all
...]
attach-ui-proxy.c
58
AttachUIProxy*
uicmd
= (AttachUIProxy*)opaque;
local
69
asyncReader_init(&reader, read_buf, sizeof(read_buf), &
uicmd
->io);
ui-commands-proxy.c
107
UICmdProxy*
uicmd
= (UICmdProxy*)opaque;
local
118
asyncReader_init(&reader, read_buf, sizeof(read_buf), &
uicmd
->io);
Completed in 23 milliseconds