HomeSort by relevance Sort by last modified time
    Searched refs:mAndroidEffect (Results 1 - 4 of 4) sorted by null

  /frameworks/wilhelm/src/itf/
IAndroidEffectSend.c 162 if (android_genericFx_hasEffect(&outputMix->mAndroidEffect, effectImplementationId)) {
201 if (android_genericFx_hasEffect(&outputMix->mAndroidEffect, effectImplementationId)) {
  /frameworks/wilhelm/src/
classes.h 50 IAndroidEffect mAndroidEffect;
290 IAndroidEffect mAndroidEffect;
classes.c 88 {MPH_ANDROIDEFFECT, INTERFACE_EXPLICIT, offsetof(CAudioPlayer, mAndroidEffect)},
356 {MPH_ANDROIDEFFECT, INTERFACE_EXPLICIT, offsetof(COutputMix, mAndroidEffect)},
  /frameworks/wilhelm/src/android/
android_Effect.cpp 513 ssize_t index = outputMix->mAndroidEffect.mEffects->indexOfKey(KEY_FROM_GUID(pUuid));
520 android::AudioEffect* pFx = outputMix->mAndroidEffect.mEffects->valueAt(index);

Completed in 67 milliseconds