Searched refs:mAuxEffect (Results 1 – 4 of 4) sorted by relevance
112 android::sp<android::AudioEffect> mAuxEffect; member
529 ap->mAuxEffect = pFx; in android_fxSend_attach()531 ap->mAuxEffect.clear(); in android_fxSend_attach()
626 if ((ap->mTrackPlayer->mAudioTrack != 0) && (ap->mAuxEffect != 0)) { in audioPlayer_auxEffectUpdate()627 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel); in audioPlayer_auxEffectUpdate()1971 pAudioPlayer->mAuxEffect.~sp(); in android_audioPlayer_destroy()
240 (void) new (&thiz->mAuxEffect) android::sp<android::AudioEffect>(); in IEngine_CreateAudioPlayer()