OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UICmdGetNetSpeedResp
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/protocol/
core-commands.h
66
typedef struct
UICmdGetNetSpeedResp
{
73
}
UICmdGetNetSpeedResp
;
core-commands-impl.c
207
UICmdGetNetSpeedResp
* resp_data = NULL;
220
resp.resp_data_size = sizeof(
UICmdGetNetSpeedResp
) +
230
(
UICmdGetNetSpeedResp
*)qemu_malloc(resp.resp_data_size);
core-commands-proxy.c
170
UICmdGetNetSpeedResp
* resp_data = NULL;
192
resp.resp_data_size - sizeof(
UICmdGetNetSpeedResp
));
Completed in 17 milliseconds