Searched refs:cmdSize (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/audio/post_proc/ |
D | bundle.c | 536 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument 568 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) in effect_command() 624 cmdSize < (int)(sizeof(effect_param_t) + sizeof(uint32_t)) || in effect_command() 631 cmdSize, *replySize); in effect_command() 646 cmdSize < (int)(sizeof(effect_param_t) + sizeof(uint32_t) + in effect_command() 651 cmdSize, *replySize); in effect_command() 664 if (pCmdData == NULL || cmdSize < sizeof(uint32_t)) { in effect_command() 666 ALOGV("EFFECT_CMD_SET_DEVICE invalid command cmdSize %d", cmdSize); in effect_command() 678 if (pCmdData == NULL || cmdSize != 2 * sizeof(uint32_t) || in effect_command() 689 if (cmdSize != sizeof(effect_offload_param_t) || pCmdData == NULL in effect_command() [all …]
|
D | bundle.h | 66 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize,
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 522 uint32_t cmdSize, in fx_command() argument 544 cmdSize != sizeof(effect_config_t)|| in fx_command() 574 cmdSize < (int)sizeof(effect_param_t) || in fx_command() 592 cmdSize < (int)sizeof(effect_param_t) || in fx_command() 628 cmdSize != sizeof(uint32_t)) { in fx_command()
|
/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 144 uint32_t cmdSize,
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 68 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize, 819 int visualizer_command(effect_context_t * context, uint32_t cmdCode, uint32_t cmdSize __unused, in visualizer_command() 1095 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument 1130 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) in effect_command() 1188 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t)) || in effect_command() 1205 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t) + sizeof(uint32_t)) || in effect_command() 1224 if (cmdSize != sizeof(effect_offload_param_t) || pCmdData == NULL in effect_command() 1256 status = context->ops.command(context, cmdCode, cmdSize, in effect_command()
|