Home | History | Annotate | Download | only in voicefx

Lines Matching refs:pReplyData

742                             void                *pReplyData)
756 if (pReplyData == NULL || *replySize != sizeof(int)){
762 *(int *)pReplyData = 0;
768 pReplyData == NULL||
775 *(int *)pReplyData = AdncSession_SetConfig(effect->session, (effect_config_t *)pCmdData);
777 if (*(int *)pReplyData != 0) {
781 *(int *)pReplyData = AdncPreProFx_SetState(effect, PFX_EFFECT_STATE_CONFIG);
786 if (pReplyData == NULL ||
793 AdncSession_GetConfig(effect->session, (effect_config_t *)pReplyData);
799 pReplyData == NULL ||
805 *(int *)pReplyData = AdncSession_SetReverseConfig(effect->session,
807 if (*(int *)pReplyData != 0) {
813 if (pReplyData == NULL ||
831 pReplyData == NULL ||
839 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize);
841 p = (effect_param_t *)pReplyData;
856 pReplyData == NULL ||
870 *(int *)pReplyData = effect->ops->set_parameter(effect,
877 if (pReplyData == NULL || *replySize != sizeof(int)){
881 *(int *)pReplyData = AdncPreProFx_SetState(effect, PFX_EFFECT_STATE_ACTIVE);
885 if (pReplyData == NULL || *replySize != sizeof(int)){
889 *(int *)pReplyData = AdncPreProFx_SetState(effect, PFX_EFFECT_STATE_CONFIG);