Home | History | Annotate | Download | only in voice_processing

Lines Matching refs:pReplyData

515                             void                *pReplyData)
526 if (pReplyData == NULL || *replySize != sizeof(int))
529 *(int *)pReplyData = 0;
535 pReplyData == NULL||
540 *(int *)pReplyData = session_set_config(effect->session, (effect_config_t *)pCmdData);
541 if (*(int *)pReplyData != 0)
545 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG);
550 if (pReplyData == NULL ||
556 session_get_config(effect->session, (effect_config_t *)pReplyData);
565 pReplyData == NULL ||
574 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize);
575 p = (effect_param_t *)pReplyData;
583 pReplyData == NULL ||
594 *(int *)pReplyData = -ENOSYS;
598 if (pReplyData == NULL || *replySize != sizeof(int)) {
602 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_ACTIVE);
606 if (pReplyData == NULL || *replySize != sizeof(int)) {
610 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG);