Lines Matching refs:pReplyData
1094 void* pCmdData, uint32_t* replySize, void* pReplyData) { in PreProcessingFx_Command() argument
1105 if (pReplyData == NULL || *replySize != sizeof(int)) { in PreProcessingFx_Command()
1111 *(int*)pReplyData = 0; in PreProcessingFx_Command()
1115 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) || pReplyData == NULL || in PreProcessingFx_Command()
1129 *(int*)pReplyData = Session_SetConfig(effect->session, (effect_config_t*)pCmdData); in PreProcessingFx_Command()
1135 if (*(int*)pReplyData != 0) { in PreProcessingFx_Command()
1139 *(int*)pReplyData = Effect_SetState(effect, PREPROC_EFFECT_STATE_CONFIG); in PreProcessingFx_Command()
1144 if (pReplyData == NULL || *replySize != sizeof(effect_config_t)) { in PreProcessingFx_Command()
1150 Session_GetConfig(effect->session, (effect_config_t*)pReplyData); in PreProcessingFx_Command()
1154 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) || pReplyData == NULL || in PreProcessingFx_Command()
1160 *(int*)pReplyData = in PreProcessingFx_Command()
1162 if (*(int*)pReplyData != 0) { in PreProcessingFx_Command()
1168 if (pReplyData == NULL || *replySize != sizeof(effect_config_t)) { in PreProcessingFx_Command()
1186 cmdSize < (sizeof(effect_param_t) + p->psize) || pReplyData == NULL || in PreProcessingFx_Command()
1193 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize); in PreProcessingFx_Command()
1195 p = (effect_param_t*)pReplyData; in PreProcessingFx_Command()
1207 if (pCmdData == NULL || cmdSize < sizeof(effect_param_t) || pReplyData == NULL || in PreProcessingFx_Command()
1221 *(int*)pReplyData = in PreProcessingFx_Command()
1227 if (pReplyData == NULL || replySize == NULL || *replySize != sizeof(int)) { in PreProcessingFx_Command()
1231 *(int*)pReplyData = Effect_SetState(effect, PREPROC_EFFECT_STATE_ACTIVE); in PreProcessingFx_Command()
1235 if (pReplyData == NULL || replySize == NULL || *replySize != sizeof(int)) { in PreProcessingFx_Command()
1239 *(int*)pReplyData = Effect_SetState(effect, PREPROC_EFFECT_STATE_CONFIG); in PreProcessingFx_Command()
1261 if (pCmdData == NULL || cmdSize != sizeof(uint32_t) || pReplyData == NULL || in PreProcessingFx_Command()
1279 *(int*)pReplyData = 0; in PreProcessingFx_Command()
1282 if (pCmdData == NULL || pReplyData == NULL || replySize == NULL) { in PreProcessingFx_Command()
1300 *(int*)pReplyData = 0; in PreProcessingFx_Command()
1303 if (pReplyData == NULL || replySize == NULL) { in PreProcessingFx_Command()
1317 *(int*)pReplyData = 0; in PreProcessingFx_Command()
1325 if (pCmdData == NULL || cmdSize != 2 * sizeof(uint32_t) || pReplyData == NULL || in PreProcessingFx_Command()
1336 *(uint32_t*)pReplyData = -ENOSYS; in PreProcessingFx_Command()
1346 *((uint32_t*)pReplyData + 1) = CHANNEL_CFG_CNT; in PreProcessingFx_Command()
1349 *(uint32_t*)pReplyData = -ENOMEM; in PreProcessingFx_Command()
1352 *(uint32_t*)pReplyData = 0; in PreProcessingFx_Command()
1358 *((uint32_t*)pReplyData + 1) = num_configs; in PreProcessingFx_Command()
1359 memcpy((uint32_t*)pReplyData + 2, &sDualMicConfigs, in PreProcessingFx_Command()
1366 if (pCmdData == NULL || cmdSize != sizeof(uint32_t) || pReplyData == NULL || in PreProcessingFx_Command()
1373 *(uint32_t*)pReplyData = -ENOSYS; in PreProcessingFx_Command()
1378 *(uint32_t*)pReplyData = 0; in PreProcessingFx_Command()
1380 memcpy((uint32_t*)pReplyData + 1, &sDualMicConfigs[effect->cur_channel_config], in PreProcessingFx_Command()
1391 pReplyData == NULL || replySize == NULL || *replySize < sizeof(uint32_t)) { in PreProcessingFx_Command()
1395 pCmdData, cmdSize, pReplyData, replySize, replySize ? *replySize : -1); in PreProcessingFx_Command()
1400 *(uint32_t*)pReplyData = -ENOSYS; in PreProcessingFx_Command()
1415 *(uint32_t*)pReplyData = -EINVAL; in PreProcessingFx_Command()
1421 *(uint32_t*)pReplyData = 0; in PreProcessingFx_Command()