Lines Matching refs:pReplyData
512 void *pReplyData)
523 if (pReplyData == NULL || *replySize != sizeof(int))
526 *(int *)pReplyData = 0;
532 pReplyData == NULL||
537 *(int *)pReplyData = session_set_config(effect->session, (effect_config_t *)pCmdData);
538 if (*(int *)pReplyData != 0)
542 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG);
547 if (pReplyData == NULL ||
553 session_get_config(effect->session, (effect_config_t *)pReplyData);
562 pReplyData == NULL ||
571 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize);
572 p = (effect_param_t *)pReplyData;
580 pReplyData == NULL ||
591 *(int *)pReplyData = -ENOSYS;
595 if (pReplyData == NULL || *replySize != sizeof(int)) {
599 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_ACTIVE);
603 if (pReplyData == NULL || *replySize != sizeof(int)) {
607 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG);