Lines Matching refs:pReplyData
1340 void *pReplyData) in PreProcessingFx_Command() argument
1354 if (pReplyData == NULL || *replySize != sizeof(int)){ in PreProcessingFx_Command()
1360 *(int *)pReplyData = 0; in PreProcessingFx_Command()
1366 pReplyData == NULL|| in PreProcessingFx_Command()
1380 *(int *)pReplyData = Session_SetConfig(effect->session, (effect_config_t *)pCmdData); in PreProcessingFx_Command()
1386 if (*(int *)pReplyData != 0) { in PreProcessingFx_Command()
1390 *(int *)pReplyData = Effect_SetState(effect, PREPROC_EFFECT_STATE_CONFIG); in PreProcessingFx_Command()
1395 if (pReplyData == NULL || in PreProcessingFx_Command()
1402 Session_GetConfig(effect->session, (effect_config_t *)pReplyData); in PreProcessingFx_Command()
1408 pReplyData == NULL || in PreProcessingFx_Command()
1414 *(int *)pReplyData = Session_SetReverseConfig(effect->session, in PreProcessingFx_Command()
1416 if (*(int *)pReplyData != 0) { in PreProcessingFx_Command()
1422 if (pReplyData == NULL || in PreProcessingFx_Command()
1440 pReplyData == NULL || in PreProcessingFx_Command()
1448 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize); in PreProcessingFx_Command()
1450 p = (effect_param_t *)pReplyData; in PreProcessingFx_Command()
1465 pReplyData == NULL || in PreProcessingFx_Command()
1479 *(int *)pReplyData = effect->ops->set_parameter(effect, in PreProcessingFx_Command()
1486 if (pReplyData == NULL || *replySize != sizeof(int)){ in PreProcessingFx_Command()
1490 *(int *)pReplyData = Effect_SetState(effect, PREPROC_EFFECT_STATE_ACTIVE); in PreProcessingFx_Command()
1494 if (pReplyData == NULL || *replySize != sizeof(int)){ in PreProcessingFx_Command()
1498 *(int *)pReplyData = Effect_SetState(effect, PREPROC_EFFECT_STATE_CONFIG); in PreProcessingFx_Command()
1522 pReplyData == NULL || replySize == NULL) { in PreProcessingFx_Command()
1539 *(int *)pReplyData = 0; in PreProcessingFx_Command()
1542 if (pCmdData == NULL|| pReplyData == NULL || replySize == NULL) { in PreProcessingFx_Command()
1561 *(int *)pReplyData = 0; in PreProcessingFx_Command()
1564 if (pReplyData == NULL || replySize == NULL) { in PreProcessingFx_Command()
1578 *(int *)pReplyData = 0; in PreProcessingFx_Command()
1587 pReplyData == NULL || replySize == NULL) { in PreProcessingFx_Command()
1597 *(uint32_t *)pReplyData = -ENOSYS; in PreProcessingFx_Command()
1608 *((uint32_t *)pReplyData + 1) = CHANNEL_CFG_CNT; in PreProcessingFx_Command()
1612 *(uint32_t *)pReplyData = -ENOMEM; in PreProcessingFx_Command()
1615 *(uint32_t *)pReplyData = 0; in PreProcessingFx_Command()
1621 *((uint32_t *)pReplyData + 1) = num_configs; in PreProcessingFx_Command()
1622 … memcpy((uint32_t *)pReplyData + 2, &sDualMicConfigs, num_configs * sizeof(channel_config_t)); in PreProcessingFx_Command()
1629 pReplyData == NULL || replySize == NULL || in PreProcessingFx_Command()
1636 *(uint32_t *)pReplyData = -ENOSYS; in PreProcessingFx_Command()
1641 *(uint32_t *)pReplyData = 0; in PreProcessingFx_Command()
1643 memcpy((uint32_t *)pReplyData + 1, in PreProcessingFx_Command()
1655 pReplyData == NULL || replySize == NULL || in PreProcessingFx_Command()
1660 pCmdData, cmdSize, pReplyData, replySize, replySize ? *replySize : -1); in PreProcessingFx_Command()
1665 *(uint32_t *)pReplyData = -ENOSYS; in PreProcessingFx_Command()
1680 *(uint32_t *)pReplyData = -EINVAL; in PreProcessingFx_Command()
1685 *(uint32_t *)pReplyData = 0; in PreProcessingFx_Command()