Searched refs:eHandle (Results 1 – 2 of 2) sorted by relevance
72 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL; in EffectProxyCreate()155 if (pContext->eHandle[SUB_FX_HOST]) in EffectProxyRelease()156 pContext->aeli[SUB_FX_HOST]->release_effect(pContext->eHandle[SUB_FX_HOST]); in EffectProxyRelease()157 if (pContext->eHandle[SUB_FX_OFFLOAD]) in EffectProxyRelease()158 pContext->aeli[SUB_FX_OFFLOAD]->release_effect(pContext->eHandle[SUB_FX_OFFLOAD]); in EffectProxyRelease()190 ret = (*pContext->eHandle[index])->process(pContext->eHandle[index], in Effect_process()211 if (pContext->eHandle[SUB_FX_HOST] == NULL) { in Effect_command()216 &(pContext->eHandle[SUB_FX_HOST])); in Effect_command()217 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_HOST] == NULL)) { in Effect_command()222 if (pContext->eHandle[SUB_FX_OFFLOAD] == NULL) { in Effect_command()[all …]
70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects member