Searched refs:effectId (Results 1 - 6 of 6) sorted by relevance

/system/media/wilhelm/src/android/
H A DAudioTrackProxy.h53 status_t attachAuxEffect(int effectId) argument
54 { return mRaw->attachAuxEffect(effectId); }
H A Dandroid_GenericMediaPlayer.cpp377 int32_t effectId = 0; local
378 if (msg->findInt32(WHATPARAM_ATTACHAUXEFFECT, &effectId)) {
381 status = mPlayer->attachAuxEffect(effectId);
H A Dandroid_GenericPlayer.h83 void attachAuxEffect(int32_t effectId);
H A Dandroid_Effect.h134 extern bool android_fx_initEffectDescriptor(const SLInterfaceID effectId,
H A Dandroid_GenericPlayer.cpp213 void GenericPlayer::attachAuxEffect(int32_t effectId) argument
215 SL_LOGV("GenericPlayer::attachAuxEffect(id=%d)", effectId);
217 msg->setInt32(WHATPARAM_ATTACHAUXEFFECT, effectId);
H A Dandroid_Effect.cpp619 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, argument
636 (0 == memcmp(effectId, &descriptor.type, sizeof(effect_uuid_t)))) {

Completed in 663 milliseconds