Home | History | Annotate | Download | only in visualizer

Lines Matching refs:cmdSize

68     int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize,
810 int visualizer_command(effect_context_t * context, uint32_t cmdCode, uint32_t cmdSize __unused,
1086 int effect_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize,
1107 // "%s command %d cmdSize %d", __func__, cmdCode, cmdSize);
1121 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t)
1179 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t)) ||
1196 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t) + sizeof(uint32_t)) ||
1215 if (cmdSize != sizeof(effect_offload_param_t) || pCmdData == NULL
1247 status = context->ops.command(context, cmdCode, cmdSize,