Home
last modified time | relevance | path

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

/hardware/qcom/audio/voice_processing/
Dvoice_processing.c521 uint32_t cmdCode, in fx_command() argument
534 switch (cmdCode) { in fx_command()
630 cmdCode == EFFECT_CMD_SET_DEVICE ? "EFFECT_CMD_SET_DEVICE" : in fx_command()
631 cmdCode == EFFECT_CMD_SET_INPUT_DEVICE ? "EFFECT_CMD_SET_INPUT_DEVICE" : in fx_command()
632 cmdCode == EFFECT_CMD_SET_VOLUME ? "EFFECT_CMD_SET_VOLUME" : in fx_command()
633 cmdCode == EFFECT_CMD_SET_AUDIO_MODE ? "EFFECT_CMD_SET_AUDIO_MODE" : in fx_command()
638 cmdCode == EFFECT_CMD_SET_DEVICE ? "EFFECT_CMD_SET_DEVICE" : in fx_command()
639 cmdCode == EFFECT_CMD_SET_INPUT_DEVICE ? "EFFECT_CMD_SET_INPUT_DEVICE" : in fx_command()
640 cmdCode == EFFECT_CMD_SET_VOLUME ? "EFFECT_CMD_SET_VOLUME" : in fx_command()
641 cmdCode == EFFECT_CMD_SET_AUDIO_MODE ? "EFFECT_CMD_SET_AUDIO_MODE": in fx_command()
/hardware/libhardware/include/hardware/
Daudio_effect.h143 uint32_t cmdCode,
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c68 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() argument
824 switch (cmdCode) { in visualizer_command()
945 ALOGW("%s invalid command %d", __func__, cmdCode); in visualizer_command()
1098 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument
1121 switch (cmdCode) { in effect_command()
1258 if (cmdCode >= EFFECT_CMD_FIRST_PROPRIETARY && context->ops.command) in effect_command()
1259 status = context->ops.command(context, cmdCode, cmdSize, in effect_command()
1262 ALOGW("%s invalid command %d", __func__, cmdCode); in effect_command()
/hardware/qcom/audio/post_proc/
Dbundle.h66 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize,
Dbundle.c536 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument
556 switch (cmdCode) { in effect_command()
718 if (cmdCode >= EFFECT_CMD_FIRST_PROPRIETARY && context->ops.command) in effect_command()
719 status = context->ops.command(context, cmdCode, cmdSize, in effect_command()
722 ALOGW("%s invalid command %d", __func__, cmdCode); in effect_command()