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

  /frameworks/av/services/audioflinger/
AudioMixer.cpp 572 const float scaledVolume = newVolume * AudioMixer::UNITY_GAIN_INT; // not neg, subnormal, nan
573 const int32_t intVolume = (scaledVolume >= (float)AudioMixer::UNITY_GAIN_INT) ?
574 AudioMixer::UNITY_GAIN_INT : (int32_t)scaledVolume;
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java     [all...]

Completed in 70 milliseconds