HomeSort by relevance Sort by last modified time
    Searched full:_corecmdproxy_send_command (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/protocol/
core-commands-proxy.c 54 _coreCmdProxy_send_command(uint8_t cmd_type,
128 return _coreCmdProxy_send_command(AUICMD_SET_COARSE_ORIENTATION,
135 return _coreCmdProxy_send_command(AUICMD_TOGGLE_NETWORK, NULL, 0);
143 return _coreCmdProxy_send_command(AUICMD_TRACE_CONTROL,
154 status = _coreCmdProxy_send_command(AUICMD_CHK_NETWORK_DISABLED, NULL, 0);
175 status = _coreCmdProxy_send_command(AUICMD_GET_NETSPEED, &req, sizeof(req));
220 status = _coreCmdProxy_send_command(AUICMD_GET_NETDELAY, &req, sizeof(req));
274 status = _coreCmdProxy_send_command(AUICMD_GET_QEMU_PATH, req,
302 status = _coreCmdProxy_send_command(AUICMD_GET_LCD_DENSITY, NULL, 0);

Completed in 1828 milliseconds