Searched refs:_coreCmdProxy_send_command (Results 1 – 1 of 1) sorted by relevance
/external/qemu/android/protocol/ |
D | core-commands-proxy.c | 54 _coreCmdProxy_send_command(uint8_t cmd_type, in _coreCmdProxy_send_command() function 128 return _coreCmdProxy_send_command(AUICMD_SET_COARSE_ORIENTATION, in corecmd_set_coarse_orientation() 135 return _coreCmdProxy_send_command(AUICMD_TOGGLE_NETWORK, NULL, 0); in corecmd_toggle_network() 143 return _coreCmdProxy_send_command(AUICMD_TRACE_CONTROL, in corecmd_trace_control() 154 status = _coreCmdProxy_send_command(AUICMD_CHK_NETWORK_DISABLED, NULL, 0); in corecmd_is_network_disabled() 175 status = _coreCmdProxy_send_command(AUICMD_GET_NETSPEED, &req, sizeof(req)); in corecmd_get_netspeed() 220 status = _coreCmdProxy_send_command(AUICMD_GET_NETDELAY, &req, sizeof(req)); in corecmd_get_netdelay() 274 status = _coreCmdProxy_send_command(AUICMD_GET_QEMU_PATH, req, in corecmd_get_qemu_path() 302 status = _coreCmdProxy_send_command(AUICMD_GET_LCD_DENSITY, NULL, 0); in corecmd_get_hw_lcd_density()
|