HomeSort by relevance Sort by last modified time
    Searched refs:sles_to_android_amplification (Results 1 - 5 of 5) sorted by null

  /frameworks/wilhelm/src/android/
android_sles_conversions.h 83 static inline float sles_to_android_amplification(SLmillibel level) { function
android_Effect.cpp 516 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );
542 sles_to_android_amplification(sendLevel) );
596 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );
605 sles_to_android_amplification(sendLevel) );
    [all...]
AudioPlayer_to_android.cpp 337 float amplFromVolLevel = sles_to_android_amplification(volumeItf->mLevel);
    [all...]
  /frameworks/wilhelm/src/itf/
IAndroidEffectSend.cpp 98 ap->mAmplFromDirectLevel = sles_to_android_amplification(directLevel);
IEffectSend.cpp 206 ap->mAmplFromDirectLevel = sles_to_android_amplification(directLevel);

Completed in 91 milliseconds