HomeSort by relevance Sort by last modified time
    Searched refs:UICmdGetNetDelayResp (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/protocol/
core-commands.h 83 typedef struct UICmdGetNetDelayResp {
90 } UICmdGetNetDelayResp;
core-commands-impl.c 251 UICmdGetNetDelayResp* resp_data = NULL;
264 resp.resp_data_size = sizeof(UICmdGetNetDelayResp) +
274 (UICmdGetNetDelayResp*)qemu_malloc(resp.resp_data_size);
core-commands-proxy.c 215 UICmdGetNetDelayResp* resp_data = NULL;
237 resp.resp_data_size - sizeof(UICmdGetNetDelayResp));

Completed in 53 milliseconds