Searched refs:attachAuxEffect (Results 1 - 5 of 5) sorted by relevance

/system/media/wilhelm/src/android/
H A DAudioTrackProxy.h53 status_t attachAuxEffect(int effectId) function in class:android::AudioTrackProxy
54 { return mRaw->attachAuxEffect(effectId); }
H A Dandroid_GenericPlayer.h32 #define WHATPARAM_ATTACHAUXEFFECT "attachAuxEffect"
83 void attachAuxEffect(int32_t effectId);
H A Dandroid_Effect.cpp460 ap->mAPlayer->attachAuxEffect(pFx->id());
463 ap->mAPlayer->attachAuxEffect(0);
482 android::status_t status = ap->mAudioTrack->attachAuxEffect(pFx->id());
483 //SL_LOGV("attachAuxEffect(%d) returned %d", pFx->id(), status);
490 return ap->mAudioTrack->attachAuxEffect(0);
H A Dandroid_GenericMediaPlayer.cpp381 status = mPlayer->attachAuxEffect(effectId);
382 // attachAuxEffect returns a status but we have no way to report it back to app
H A Dandroid_GenericPlayer.cpp213 void GenericPlayer::attachAuxEffect(int32_t effectId) function in class:android::GenericPlayer
215 SL_LOGV("GenericPlayer::attachAuxEffect(id=%d)", effectId);

Completed in 1095 milliseconds