Lines Matching refs:pReplyData

1401                             void                *pReplyData)  in PreProcessingFx_Command()  argument
1413 if (pReplyData == NULL || *replySize != sizeof(int)){ in PreProcessingFx_Command()
1419 *(int *)pReplyData = 0; in PreProcessingFx_Command()
1425 pReplyData == NULL|| in PreProcessingFx_Command()
1439 *(int *)pReplyData = Session_SetConfig(effect->session, (effect_config_t *)pCmdData); in PreProcessingFx_Command()
1445 if (*(int *)pReplyData != 0) { in PreProcessingFx_Command()
1449 *(int *)pReplyData = Effect_SetState(effect, PREPROC_EFFECT_STATE_CONFIG); in PreProcessingFx_Command()
1454 if (pReplyData == NULL || in PreProcessingFx_Command()
1461 Session_GetConfig(effect->session, (effect_config_t *)pReplyData); in PreProcessingFx_Command()
1467 pReplyData == NULL || in PreProcessingFx_Command()
1473 *(int *)pReplyData = Session_SetReverseConfig(effect->session, in PreProcessingFx_Command()
1475 if (*(int *)pReplyData != 0) { in PreProcessingFx_Command()
1481 if (pReplyData == NULL || in PreProcessingFx_Command()
1501 pReplyData == NULL || replySize == NULL || in PreProcessingFx_Command()
1508 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize); in PreProcessingFx_Command()
1510 p = (effect_param_t *)pReplyData; in PreProcessingFx_Command()
1525 pReplyData == NULL || replySize == NULL || in PreProcessingFx_Command()
1539 *(int *)pReplyData = effect->ops->set_parameter(effect, in PreProcessingFx_Command()
1546 if (pReplyData == NULL || replySize == NULL || *replySize != sizeof(int)){ in PreProcessingFx_Command()
1550 *(int *)pReplyData = Effect_SetState(effect, PREPROC_EFFECT_STATE_ACTIVE); in PreProcessingFx_Command()
1554 if (pReplyData == NULL || replySize == NULL || *replySize != sizeof(int)){ in PreProcessingFx_Command()
1558 *(int *)pReplyData = Effect_SetState(effect, PREPROC_EFFECT_STATE_CONFIG); in PreProcessingFx_Command()
1582 pReplyData == NULL || replySize == NULL) { in PreProcessingFx_Command()
1599 *(int *)pReplyData = 0; in PreProcessingFx_Command()
1602 if (pCmdData == NULL|| pReplyData == NULL || replySize == NULL) { in PreProcessingFx_Command()
1621 *(int *)pReplyData = 0; in PreProcessingFx_Command()
1624 if (pReplyData == NULL || replySize == NULL) { in PreProcessingFx_Command()
1638 *(int *)pReplyData = 0; in PreProcessingFx_Command()
1647 pReplyData == NULL || replySize == NULL) { in PreProcessingFx_Command()
1657 *(uint32_t *)pReplyData = -ENOSYS; in PreProcessingFx_Command()
1668 *((uint32_t *)pReplyData + 1) = CHANNEL_CFG_CNT; in PreProcessingFx_Command()
1672 *(uint32_t *)pReplyData = -ENOMEM; in PreProcessingFx_Command()
1675 *(uint32_t *)pReplyData = 0; in PreProcessingFx_Command()
1681 *((uint32_t *)pReplyData + 1) = num_configs; in PreProcessingFx_Command()
1682 … memcpy((uint32_t *)pReplyData + 2, &sDualMicConfigs, num_configs * sizeof(channel_config_t)); in PreProcessingFx_Command()
1689 pReplyData == NULL || replySize == NULL || in PreProcessingFx_Command()
1696 *(uint32_t *)pReplyData = -ENOSYS; in PreProcessingFx_Command()
1701 *(uint32_t *)pReplyData = 0; in PreProcessingFx_Command()
1703 memcpy((uint32_t *)pReplyData + 1, in PreProcessingFx_Command()
1715 pReplyData == NULL || replySize == NULL || in PreProcessingFx_Command()
1720 pCmdData, cmdSize, pReplyData, replySize, replySize ? *replySize : -1); in PreProcessingFx_Command()
1725 *(uint32_t *)pReplyData = -ENOSYS; in PreProcessingFx_Command()
1740 *(uint32_t *)pReplyData = -EINVAL; in PreProcessingFx_Command()
1745 *(uint32_t *)pReplyData = 0; in PreProcessingFx_Command()