Searched refs:mAuxEffect (Results 1 – 4 of 4) sorted by relevance
111 android::sp<android::AudioEffect> mAuxEffect; member
527 ap->mAuxEffect = pFx; in android_fxSend_attach()529 ap->mAuxEffect.clear(); in android_fxSend_attach()
624 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()
240 (void) new (&thiz->mAuxEffect) android::sp<android::AudioEffect>(); in IEngine_CreateAudioPlayer()