Home
last modified time | relevance | path

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

/external/qemu/android/protocol/
Dcore-commands-impl.c42 typedef struct CoreCmdImpl { struct
71 } CoreCmdImpl; argument
74 static CoreCmdImpl _coreCmdImpl;
85 _alloc_cmd_param_buf(CoreCmdImpl* corecmd, uint32_t size) in _alloc_cmd_param_buf()
100 _free_cmd_param_buf(CoreCmdImpl* corecmd) in _free_cmd_param_buf()
130 _coreCmdImpl_respond(CoreCmdImpl* corecmd, UICmdRespHeader* resp, void* resp_data) in _coreCmdImpl_respond()
161 _coreCmdImpl_handle_command(CoreCmdImpl* corecmd, in _coreCmdImpl_handle_command()
336 CoreCmdImpl* corecmd; in _coreCmdImpl_io_func()
345 corecmd = (CoreCmdImpl*)opaque; in _coreCmdImpl_io_func()