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

  /external/chromium_org/ash/system/win/audio/
tray_audio_delegate_win.cc 17 const int kMuteThresholdPercent = 1;
28 if (GetOutputVolumeLevel() <= kMuteThresholdPercent)
33 return kMuteThresholdPercent;
  /external/chromium_org/chromeos/audio/
cras_audio_handler.cc 25 // Used when sound is unmuted, but volume was less than kMuteThresholdPercent.
29 const int kMuteThresholdPercent = 1;
128 return output_volume_ <= kMuteThresholdPercent;
148 return kMuteThresholdPercent;
348 if (output_volume_ <= kMuteThresholdPercent) {
621 if (volume_percent <= kMuteThresholdPercent)

Completed in 529 milliseconds