Searched refs:mAndroidEffect (Results 1 – 4 of 4) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IAndroidEffectSend.cpp | 161 if (android_genericFx_hasEffect(&outputMix->mAndroidEffect, effectImplementationId)) { in IAndroidEffectSend_SetSendLevel() 200 if (android_genericFx_hasEffect(&outputMix->mAndroidEffect, effectImplementationId)) { in IAndroidEffectSend_GetSendLevel()
|
/frameworks/wilhelm/src/ |
D | classes.h | 53 IAndroidEffect mAndroidEffect; member 304 IAndroidEffect mAndroidEffect; member
|
D | classes.cpp | 88 {MPH_ANDROIDEFFECT, INTERFACE_EXPLICIT, offsetof(CAudioPlayer, mAndroidEffect)}, 364 {MPH_ANDROIDEFFECT, INTERFACE_EXPLICIT, offsetof(COutputMix, mAndroidEffect)},
|
/frameworks/wilhelm/src/android/ |
D | android_Effect.cpp | 559 ssize_t index = outputMix->mAndroidEffect.mEffects->indexOfKey(KEY_FROM_GUID(pUuid)); in android_fxSend_attachToAux() 567 outputMix->mAndroidEffect.mEffects->valueAt(index); in android_fxSend_attachToAux()
|