Searched refs:eHandle (Results 1 – 3 of 3) sorted by relevance
72 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL; in EffectProxyCreate()165 if (pContext->eHandle[SUB_FX_HOST]) in EffectProxyRelease()167 if (pContext->eHandle[SUB_FX_OFFLOAD]) in EffectProxyRelease()200 ret = (*pContext->eHandle[index])->process(pContext->eHandle[index], in Effect_process()221 if (pContext->eHandle[SUB_FX_HOST] == NULL) { in Effect_command()232 if (pContext->eHandle[SUB_FX_OFFLOAD] == NULL) { in Effect_command()240 pContext->eHandle[SUB_FX_OFFLOAD] = NULL; in Effect_command()267 if (pContext->eHandle[pContext->index] == NULL) { in Effect_command()277 if (pContext->eHandle[SUB_FX_OFFLOAD]) { in Effect_command()327 if (pContext->eHandle[i] == NULL) { in Effect_command()[all …]
70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects member
3998 long uuidLsb, int sHandle, int eHandle, int authReq); in gattClientReadUsingCharacteristicUuidNative() argument