Home
last modified time | relevance | path

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

/external/qemu/android/protocol/
Dcore-commands.h93 typedef struct UICmdGetQemuPath { struct
96 } UICmdGetQemuPath; typedef
Dcore-commands-proxy.c266 uint32_t cmd_data_size = sizeof(UICmdGetQemuPath) + strlen(filename) + 1; in corecmd_get_qemu_path()
267 UICmdGetQemuPath* req = (UICmdGetQemuPath*)malloc(cmd_data_size); in corecmd_get_qemu_path()
Dcore-commands-impl.c295 UICmdGetQemuPath* cmd = (UICmdGetQemuPath*)cmd_param; in _coreCmdImpl_handle_command()