HomeSort by relevance Sort by last modified time
    Searched defs:cmd_param (Results 1 - 2 of 2) 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...]
  /external/libnfc-nxp/src/
phDnldNfc.c 423 uint8_t cmd_param; member in union:phDnldNfc_sData::param
    [all...]

Completed in 46 milliseconds