Home
last modified time | relevance | path

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

/hardware/qcom/audio/voice_processing/
Dvoice_processing.c507 uint32_t cmdCode, in fx_command() argument
520 switch (cmdCode) { in fx_command()
614 cmdCode == EFFECT_CMD_SET_DEVICE ? "EFFECT_CMD_SET_DEVICE" : in fx_command()
615 cmdCode == EFFECT_CMD_SET_INPUT_DEVICE ? "EFFECT_CMD_SET_INPUT_DEVICE" : in fx_command()
616 cmdCode == EFFECT_CMD_SET_VOLUME ? "EFFECT_CMD_SET_VOLUME" : in fx_command()
617 cmdCode == EFFECT_CMD_SET_AUDIO_MODE ? "EFFECT_CMD_SET_AUDIO_MODE" : in fx_command()
622 cmdCode == EFFECT_CMD_SET_DEVICE ? "EFFECT_CMD_SET_DEVICE" : in fx_command()
623 cmdCode == EFFECT_CMD_SET_INPUT_DEVICE ? "EFFECT_CMD_SET_INPUT_DEVICE" : in fx_command()
624 cmdCode == EFFECT_CMD_SET_VOLUME ? "EFFECT_CMD_SET_VOLUME" : in fx_command()
625 cmdCode == EFFECT_CMD_SET_AUDIO_MODE ? "EFFECT_CMD_SET_AUDIO_MODE": 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() argument
814 switch (cmdCode) { in visualizer_command()
920 ALOGW("%s invalid command %d", __func__, cmdCode); in visualizer_command()
1073 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument
1096 switch (cmdCode) { in effect_command()
1233 if (cmdCode >= EFFECT_CMD_FIRST_PROPRIETARY && context->ops.command) in effect_command()
1234 status = context->ops.command(context, cmdCode, cmdSize, in effect_command()
1237 ALOGW("%s invalid command %d", __func__, cmdCode); in effect_command()
/hardware/qcom/audio/post_proc/
Dbundle.c533 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument
553 switch (cmdCode) { in effect_command()
707 if (cmdCode >= EFFECT_CMD_FIRST_PROPRIETARY && context->ops.command) in effect_command()
708 status = context->ops.command(context, cmdCode, cmdSize, in effect_command()
711 ALOGW("%s invalid command %d", __func__, cmdCode); in effect_command()
Dbundle.h66 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize,
/hardware/libhardware/include/hardware/
Daudio_effect.h356 uint32_t cmdCode,