• Home
  • Raw
  • Download

Lines Matching refs:eHandle

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()
227 &(pContext->eHandle[SUB_FX_OFFLOAD])); in Effect_command()
228 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_OFFLOAD] == NULL)) { in Effect_command()
230 pContext->eHandle[SUB_FX_OFFLOAD] = NULL; in Effect_command()
257 if (pContext->eHandle[pContext->index] == NULL) { in Effect_command()
267 if (pContext->eHandle[SUB_FX_OFFLOAD]) { in Effect_command()
269 return (*pContext->eHandle[SUB_FX_OFFLOAD])->command( in Effect_command()
270 pContext->eHandle[SUB_FX_OFFLOAD], cmdCode, cmdSize, in Effect_command()
317 if (pContext->eHandle[i] == NULL) { in Effect_command()
329 *subStatus[i] = (*pContext->eHandle[i])->command( in Effect_command()
330 pContext->eHandle[i], cmdCode, cmdSize, in Effect_command()
358 if (pContext->eHandle[SUB_FX_OFFLOAD] != NULL) in Effect_getDescriptor()