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

/frameworks/wilhelm/src/
H A Dclasses.h106 android::sp<android::AudioEffect> mAuxEffect; member in struct:CAudioPlayer_struct
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp493 ap->mAuxEffect = pFx;
495 ap->mAuxEffect.clear();
H A DAudioPlayer_to_android.cpp524 if ((ap->mAudioTrack != 0) && (ap->mAuxEffect != 0)) {
525 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel);
1296 // mAuxEffect
1788 pAudioPlayer->mAuxEffect.~sp();
/frameworks/wilhelm/src/itf/
H A DIEngine.c239 (void) new (&thiz->mAuxEffect) android::sp<android::AudioEffect>();

Completed in 377 milliseconds