Lines Matching refs:replySize
537 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument
558 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()
569 || pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()
577 *replySize != sizeof(effect_config_t)) { in effect_command()
593 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()
608 if (pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()
626 *replySize < (int)(sizeof(effect_param_t) + sizeof(uint32_t) + sizeof(uint16_t)) || in effect_command()
628 ((effect_param_t *)pCmdData)->psize > *replySize - sizeof(effect_param_t)) { in effect_command()
631 cmdSize, *replySize); in effect_command()
642 context->ops.get_parameter(context, p, replySize); in effect_command()
648 pReplyData == NULL || *replySize != sizeof(int32_t)) { in effect_command()
651 cmdSize, *replySize); in effect_command()
658 *replySize); in effect_command()
679 replySize == NULL || *replySize < 2*sizeof(int32_t)) { in effect_command()
690 || pReplyData == NULL || *replySize != sizeof(int)) { in effect_command()
720 pCmdData, replySize, pReplyData); in effect_command()