Home | History | Annotate | Download | only in proxy

Lines Matching full:ehandle

75     pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
157 if (pContext->eHandle[SUB_FX_HOST])
158 pContext->aeli[SUB_FX_HOST]->release_effect(pContext->eHandle[SUB_FX_HOST]);
159 if (pContext->eHandle[SUB_FX_OFFLOAD])
160 pContext->aeli[SUB_FX_OFFLOAD]->release_effect(pContext->eHandle[SUB_FX_OFFLOAD]);
192 ret = (*pContext->eHandle[index])->process(pContext->eHandle[index],
213 if (pContext->eHandle[SUB_FX_HOST] == NULL) {
218 &(pContext->eHandle[SUB_FX_HOST]));
219 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_HOST] == NULL)) {
224 if (pContext->eHandle[SUB_FX_OFFLOAD] == NULL) {
229 &(pContext->eHandle[SUB_FX_OFFLOAD]));
230 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_OFFLOAD] == NULL)) {
232 pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
254 if (pContext->eHandle[pContext->index] == NULL) {
264 if (pContext->eHandle[SUB_FX_OFFLOAD]) {
266 return (*pContext->eHandle[SUB_FX_OFFLOAD])->command(
267 pContext->eHandle[SUB_FX_OFFLOAD], cmdCode, cmdSize,
314 if (pContext->eHandle[i] == NULL) {
326 *subStatus[i] = (*pContext->eHandle[i])->command(
327 pContext->eHandle[i], cmdCode, cmdSize,
355 if (pContext->eHandle[SUB_FX_OFFLOAD] != NULL)