Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
Dclasses.h111 android::sp<android::AudioEffect> mAuxEffect; member
/frameworks/wilhelm/src/android/
Dandroid_Effect.cpp527 ap->mAuxEffect = pFx; in android_fxSend_attach()
529 ap->mAuxEffect.clear(); in android_fxSend_attach()
DAudioPlayer_to_android.cpp624 if ((ap->mTrackPlayer->mAudioTrack != 0) && (ap->mAuxEffect != 0)) { in audioPlayer_auxEffectUpdate()
625 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel); in audioPlayer_auxEffectUpdate()
1993 pAudioPlayer->mAuxEffect.~sp(); in android_audioPlayer_destroy()
/frameworks/wilhelm/src/itf/
DIEngine.cpp240 (void) new (&thiz->mAuxEffect) android::sp<android::AudioEffect>(); in IEngine_CreateAudioPlayer()