Searched refs:mAuxEffect (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/
H A Dclasses.h105 android::sp<android::AudioEffect> mAuxEffect; member in struct:CAudioPlayer_struct
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp482 ap->mAuxEffect = pFx;
484 ap->mAuxEffect.clear();
H A DAudioPlayer_to_android.cpp519 if ((ap->mAudioTrack != 0) && (ap->mAuxEffect != 0)) {
520 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel);
1248 // mAuxEffect
1700 pAudioPlayer->mAuxEffect.~sp();
/frameworks/wilhelm/src/itf/
H A DIEngine.c238 (void) new (&thiz->mAuxEffect) android::sp<android::AudioEffect>();

Completed in 164 milliseconds