Home | History | Annotate | Download | only in voice_processing

Lines Matching refs:pReplyData

511                             void                *pReplyData)
522 if (pReplyData == NULL || *replySize != sizeof(int))
525 *(int *)pReplyData = 0;
531 pReplyData == NULL||
536 *(int *)pReplyData = session_set_config(effect->session, (effect_config_t *)pCmdData);
537 if (*(int *)pReplyData != 0)
541 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG);
546 if (pReplyData == NULL ||
552 session_get_config(effect->session, (effect_config_t *)pReplyData);
561 pReplyData == NULL ||
568 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize);
569 p = (effect_param_t *)pReplyData;
577 pReplyData == NULL ||
588 *(int *)pReplyData = -ENOSYS;
592 if (pReplyData == NULL || *replySize != sizeof(int)) {
596 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_ACTIVE);
600 if (pReplyData == NULL || *replySize != sizeof(int)) {
604 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG);