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

  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.h 86 double max_volume_; member in class:chromeos::AudioMixerAlsa
audio_mixer_alsa.cc 56 max_volume_(kDefaultMaxVolume),
131 *vol_max = max_volume_;
326 max_volume_ = static_cast<double>(long_hi) / 100.0;
345 max_volume_ += static_cast<double>(long_hi) / 100.0;
349 << max_volume_ << " dB"; local

Completed in 4958 milliseconds