Searched refs:cmdCode (Results 1 – 1 of 1) sorted by relevance
/device/htc/flounder/audio/visualizer/ |
D | nv_offload_visualizer.c | 56 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize, 734 int visualizer_command(effect_context_t * context, uint32_t cmdCode, uint32_t cmdSize __unused, in visualizer_command() argument 739 switch (cmdCode) { in visualizer_command() 845 ALOGW("%s invalid command %d", __func__, cmdCode); in visualizer_command() 998 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument 1021 switch (cmdCode) { in effect_command() 1158 if (cmdCode >= EFFECT_CMD_FIRST_PROPRIETARY && context->ops.command) in effect_command() 1159 status = context->ops.command(context, cmdCode, cmdSize, in effect_command() 1162 ALOGW("%s invalid command %d", __func__, cmdCode); in effect_command()
|