/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/ |
i915_drm_winsys.h | 22 boolean send_cmd; member in struct:i915_drm_winsys
|
i915_drm_winsys.c | 69 idws->send_cmd = !debug_get_bool_option("I915_NO_HW", FALSE);
|
i915_drm_batchbuffer.c | 180 if (ret == 0 && i915_drm_winsys(ibatch->iws)->send_cmd)
|
/external/mesa3d/src/gallium/winsys/i915/drm/ |
i915_drm_winsys.h | 22 boolean send_cmd; member in struct:i915_drm_winsys
|
i915_drm_winsys.c | 69 idws->send_cmd = !debug_get_bool_option("I915_NO_HW", FALSE);
|
i915_drm_batchbuffer.c | 180 if (ret == 0 && i915_drm_winsys(ibatch->iws)->send_cmd)
|
/hardware/qcom/keymaster/ |
keymaster_qcom.cpp | 336 keymaster_gen_keypair_cmd_t *send_cmd = NULL; local 343 send_cmd = (keymaster_gen_keypair_cmd_t *)handle->ion_sbuffer; 346 send_cmd->cmd_id = KEYMASTER_GENERATE_KEYPAIR; 347 send_cmd->key_type = key_type; 348 send_cmd->rsa_params.modulus_size = rsa_params->modulus_size; 349 send_cmd->rsa_params.public_exponent = rsa_params->public_exponent; 359 ret = (*km_handle->QSEECom_send_cmd)(handle, send_cmd, 418 keymaster_import_keypair_cmd_t *send_cmd = NULL; local 423 send_cmd = (keymaster_import_keypair_cmd_t *)handle->ion_sbuffer; 426 send_cmd->cmd_id = KEYMASTER_IMPORT_KEYPAIR 499 keymaster_sign_data_cmd_t *send_cmd = NULL; local 598 keymaster_verify_data_cmd_t *send_cmd = NULL; local [all...] |
QSEEComAPI.h | 200 * This API is same as send_cmd except it takes in addition parameter, 268 * in QSEE. It should be called before issuing send_cmd/send_modified_cmd 271 * enable high performance mode and after completion of the send_cmd to
|
/external/libnfc-nci/src/nfa/hci/ |
nfa_hci_act.c | 867 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_cmd.pipe)) != NULL) 869 app_handle = nfa_hciu_get_pipe_owner (p_evt_data->send_cmd.pipe); 872 &&((app_handle == p_evt_data->send_cmd.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) ) 882 nfa_hci_cb.pipe_in_use = p_evt_data->send_cmd.pipe; 883 if ((status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_COMMAND_TYPE, p_evt_data->send_cmd.cmd_code, 884 p_evt_data->send_cmd.cmd_len, p_evt_data->send_cmd.data)) == NFA_STATUS_OK) 900 NFA_TRACE_WARNING1 ("nfa_hci_api_send_cmd pipe:%d not found", p_evt_data->send_cmd.pipe); [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 305 tNFA_HCI_API_SEND_CMD_EVT send_cmd; /* Send a event on a pipe to a host */ member in union:__anon20739
|