Searched refs:cmdSize (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/audio/post_proc/ |
D | bundle.c | 534 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument 566 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) in effect_command() 622 cmdSize < (int)(sizeof(effect_param_t) + sizeof(uint32_t)) || in effect_command() 629 cmdSize, *replySize); in effect_command() 644 cmdSize < (int)(sizeof(effect_param_t) + sizeof(uint32_t) + in effect_command() 649 cmdSize, *replySize); in effect_command() 662 if (pCmdData == NULL || cmdSize < sizeof(uint32_t)) { in effect_command() 664 ALOGV("EFFECT_CMD_SET_DEVICE invalid command cmdSize %d", cmdSize); in effect_command() 678 if (cmdSize != sizeof(effect_offload_param_t) || pCmdData == NULL in effect_command() 710 status = context->ops.command(context, cmdCode, cmdSize, in effect_command()
|
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 | 509 uint32_t cmdSize, in fx_command() argument 531 cmdSize != sizeof(effect_config_t)|| in fx_command() 561 cmdSize < (int)sizeof(effect_param_t) || in fx_command() 579 cmdSize < (int)sizeof(effect_param_t) || in fx_command() 615 cmdSize != sizeof(uint32_t)) { in fx_command()
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 66 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize, 809 int visualizer_command(effect_context_t * context, uint32_t cmdCode, uint32_t cmdSize __unused, in visualizer_command() 1073 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument 1108 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) in effect_command() 1166 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t)) || in effect_command() 1183 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t) + sizeof(uint32_t)) || in effect_command() 1202 if (cmdSize != sizeof(effect_offload_param_t) || pCmdData == NULL in effect_command() 1234 status = context->ops.command(context, cmdCode, cmdSize, in effect_command()
|
/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 358 uint32_t cmdSize,
|