OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UICmdRespHeader
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/protocol/
ui-common.h
43
typedef struct
UICmdRespHeader
{
51
}
UICmdRespHeader
;
core-commands-proxy.c
95
_coreCmdProxy_get_response(
UICmdRespHeader
* resp, void** resp_data)
101
sizeof(
UICmdRespHeader
),
102
core_connection_get_timeout(sizeof(
UICmdRespHeader
)));
150
UICmdRespHeader
resp;
169
UICmdRespHeader
resp;
214
UICmdRespHeader
resp;
261
UICmdRespHeader
resp;
298
UICmdRespHeader
resp;
core-commands-impl.c
130
_coreCmdImpl_respond(CoreCmdImpl* corecmd,
UICmdRespHeader
* resp, void* resp_data)
136
sizeof(
UICmdRespHeader
),
137
_coreCmdImpl_get_timeout(sizeof(
UICmdRespHeader
)));
197
UICmdRespHeader
resp;
206
UICmdRespHeader
resp;
250
UICmdRespHeader
resp;
294
UICmdRespHeader
resp;
313
UICmdRespHeader
resp;
Completed in 28 milliseconds