Searched refs:mAuxEffect (Results 1 – 4 of 4) sorted by relevance
106 android::sp<android::AudioEffect> mAuxEffect; member
525 ap->mAuxEffect = pFx; in android_fxSend_attach()527 ap->mAuxEffect.clear(); in android_fxSend_attach()
586 if ((ap->mAudioTrack != 0) && (ap->mAuxEffect != 0)) { in audioPlayer_auxEffectUpdate()587 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel); in audioPlayer_auxEffectUpdate()1942 pAudioPlayer->mAuxEffect.~sp(); in android_audioPlayer_destroy()
239 (void) new (&thiz->mAuxEffect) android::sp<android::AudioEffect>(); in IEngine_CreateAudioPlayer()