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

  /external/qemu/android/protocol/
core-commands-impl.c 65 uint8_t cmd_param[256]; member in struct:CoreCmdImpl
68 * of the parameters this buffer can point to cmd_param field of this
87 if (size < sizeof(corecmd->cmd_param)) {
88 // cmd_param can contain all request data.
89 corecmd->cmd_param_buf = &corecmd->cmd_param[0];
102 if (corecmd->cmd_param_buf != &corecmd->cmd_param[0]) {
104 corecmd->cmd_param_buf = &corecmd->cmd_param[0];
158 * cmd_param - Command data.
163 const uint8_t* cmd_param)
169 (UICmdSetCoarseOrientation*)cmd_param;
    [all...]
ui-commands-proxy.c 64 * cmd_type, cmd_param, cmd_param_size - Define the command to send.
70 void* cmd_param,
82 if (status > 0 && cmd_param != NULL && cmd_param_size > 0) {
83 status = syncsocket_write(_uiCmdProxy.sync_writer, cmd_param,
core-commands-proxy.c 49 * cmd_type, cmd_param, cmd_param_size - Define the command.
55 void* cmd_param,
71 if (status > 0 && cmd_param != NULL && cmd_param_size > 0) {
72 status = syncsocket_write(_coreCmdProxy.sync_writer, cmd_param,
  /external/libnfc-nxp/src/
phDnldNfc.c 423 uint8_t cmd_param; member in union:phDnldNfc_sData::param
    [all...]

Completed in 191 milliseconds