Home
last modified time | relevance | path

Searched refs:cmdSize (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/audio/post_proc/
Dbundle.c534 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()
Dbundle.h66 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize,
/hardware/qcom/audio/voice_processing/
Dvoice_processing.c509 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/
Doffload_visualizer.c66 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/
Daudio_effect.h358 uint32_t cmdSize,