Searched refs:cmdSize (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() 998 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in effect_command() argument 1033 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) in effect_command() 1091 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t)) || in effect_command() 1108 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t) + sizeof(uint32_t)) || in effect_command() 1127 if (cmdSize != sizeof(effect_offload_param_t) || pCmdData == NULL in effect_command() 1159 status = context->ops.command(context, cmdCode, cmdSize, in effect_command()
|