Home
last modified time | relevance | path

Searched refs:sles_to_android_amplification (Results 1 – 5 of 5) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_sles_conversions.h83 static inline float sles_to_android_amplification(SLmillibel level) { in sles_to_android_amplification() function
Dandroid_Effect.cpp516 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) ); in android_fxSend_attach()
542 sles_to_android_amplification(sendLevel) ); in android_fxSend_attach()
596 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) ); in android_fxSend_setSendLevel()
605 sles_to_android_amplification(sendLevel) ); in android_fxSend_setSendLevel()
DAudioPlayer_to_android.cpp337 float amplFromVolLevel = sles_to_android_amplification(volumeItf->mLevel); in android_player_volumeUpdate()
/frameworks/wilhelm/src/itf/
DIAndroidEffectSend.cpp98 ap->mAmplFromDirectLevel = sles_to_android_amplification(directLevel); in IAndroidEffectSend_SetDirectLevel()
DIEffectSend.cpp206 ap->mAmplFromDirectLevel = sles_to_android_amplification(directLevel); in IEffectSend_SetDirectLevel()