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