Home | History | Annotate | Download | only in proxy

Lines Matching full:ehandle

72     pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
155 if (pContext->eHandle[SUB_FX_HOST])
156 pContext->aeli[SUB_FX_HOST]->release_effect(pContext->eHandle[SUB_FX_HOST]);
157 if (pContext->eHandle[SUB_FX_OFFLOAD])
158 pContext->aeli[SUB_FX_OFFLOAD]->release_effect(pContext->eHandle[SUB_FX_OFFLOAD]);
190 ret = (*pContext->eHandle[index])->process(pContext->eHandle[index],
211 if (pContext->eHandle[SUB_FX_HOST] == NULL) {
216 &(pContext->eHandle[SUB_FX_HOST]));
217 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_HOST] == NULL)) {
222 if (pContext->eHandle[SUB_FX_OFFLOAD] == NULL) {
227 &(pContext->eHandle[SUB_FX_OFFLOAD]));
228 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_OFFLOAD] == NULL)) {
230 pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
257 if (pContext->eHandle[pContext->index] == NULL) {
267 if (pContext->eHandle[SUB_FX_OFFLOAD]) {
269 return (*pContext->eHandle[SUB_FX_OFFLOAD])->command(
270 pContext->eHandle[SUB_FX_OFFLOAD], cmdCode, cmdSize,
317 if (pContext->eHandle[i] == NULL) {
329 *subStatus[i] = (*pContext->eHandle[i])->command(
330 pContext->eHandle[i], cmdCode, cmdSize,
358 if (pContext->eHandle[SUB_FX_OFFLOAD] != NULL)