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

  /external/chromium/chrome/browser/chromeos/
audio_mixer.h 43 virtual bool GetVolumeLimits(double* vol_min, double* vol_max) = 0;
audio_mixer_alsa.h 33 virtual bool GetVolumeLimits(double* vol_min, double* vol_max);
audio_handler.cc 138 if (mixer_->GetVolumeLimits(&min_volume_db_, &max_volume_db_)) {
audio_mixer_alsa.cc 124 bool AudioMixerAlsa::GetVolumeLimits(double* vol_min, double* vol_max) {

Completed in 577 milliseconds