Searched refs:pCmdData (Results 1 – 1 of 1) sorted by relevance
57 void *pCmdData, uint32_t *replySize, void *pReplyData);735 void *pCmdData __unused, uint32_t *replySize, void *pReplyData) in visualizer_command()999 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument1033 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) in effect_command()1038 *(int *) pReplyData = set_config(context, (effect_config_t *) pCmdData); in effect_command()1090 if (pCmdData == NULL || in effect_command()1101 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + sizeof(uint32_t)); in effect_command()1107 if (pCmdData == NULL || in effect_command()1114 effect_param_t *p = (effect_param_t *)pCmdData; in effect_command()1127 if (cmdSize != sizeof(effect_offload_param_t) || pCmdData == NULL in effect_command()[all …]