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

  /external/chromium_org/chromeos/audio/
audio_devices_pref_handler.h 28 virtual double GetOutputVolumeValue(const AudioDevice* device) = 0;
audio_devices_pref_handler_stub.cc 17 double AudioDevicesPrefHandlerStub::GetOutputVolumeValue(
audio_devices_pref_handler_stub.h 25 virtual double GetOutputVolumeValue(const AudioDevice* device) OVERRIDE;
cras_audio_handler.cc 152 return static_cast<int>(audio_pref_handler_->GetOutputVolumeValue(device));
441 output_volume_ = audio_pref_handler_->GetOutputVolumeValue(device);
cras_audio_handler_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/audio/
audio_devices_pref_handler_impl.h 25 virtual double GetOutputVolumeValue(const AudioDevice* device) OVERRIDE;
audio_devices_pref_handler_impl.cc 46 double AudioDevicesPrefHandlerImpl::GetOutputVolumeValue(

Completed in 345 milliseconds