Home
last modified time | relevance | path

Searched refs:eHandle (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp72 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 …]
H A DEffectProxy.h70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects member
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java3998 long uuidLsb, int sHandle, int eHandle, int authReq); in gattClientReadUsingCharacteristicUuidNative() argument