Home
last modified time | relevance | path

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

/external/qemu/android/protocol/
Dcore-commands.h83 typedef struct UICmdGetNetDelayResp { struct
90 } UICmdGetNetDelayResp; argument
Dcore-commands-impl.c251 UICmdGetNetDelayResp* resp_data = NULL; in _coreCmdImpl_handle_command()
264 resp.resp_data_size = sizeof(UICmdGetNetDelayResp) + in _coreCmdImpl_handle_command()
274 (UICmdGetNetDelayResp*)qemu_malloc(resp.resp_data_size); in _coreCmdImpl_handle_command()
Dcore-commands-proxy.c215 UICmdGetNetDelayResp* resp_data = NULL; in corecmd_get_netdelay()
237 resp.resp_data_size - sizeof(UICmdGetNetDelayResp)); in corecmd_get_netdelay()