Lines Matching refs:replySize
67 void *pCmdData, uint32_t *replySize, void *pReplyData);
810 void *pCmdData __unused, uint32_t *replySize, void *pReplyData) in visualizer_command() argument
816 if (pReplyData == NULL || *replySize != visu_ctxt->capture_size) { in visualizer_command()
818 __func__, *replySize, visu_ctxt->capture_size); in visualizer_command()
1074 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument
1098 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()
1109 || pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()
1117 *replySize != sizeof(effect_config_t)) { in effect_command()
1133 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()
1149 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()
1168 *replySize < (int)(sizeof(effect_param_t) + sizeof(uint32_t) + sizeof(uint32_t))) { in effect_command()
1179 context->ops.get_parameter(context, p, replySize); in effect_command()
1184 pReplyData == NULL || *replySize != sizeof(int32_t)) { in effect_command()
1191 *(int32_t *)pReplyData = context->ops.set_parameter(context, p, *replySize); in effect_command()
1203 || pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()
1235 pCmdData, replySize, pReplyData); in effect_command()