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

  /external/chromium_org/chromeos/audio/
audio_devices_pref_handler.h 29 virtual double GetInputGainValue(const AudioDevice* device) = 0;
audio_devices_pref_handler_stub.cc 24 double AudioDevicesPrefHandlerStub::GetInputGainValue(
audio_devices_pref_handler_stub.h 26 virtual double GetInputGainValue(const AudioDevice* device) OVERRIDE;
cras_audio_handler.cc 165 return static_cast<int>(audio_pref_handler_->GetInputGainValue(device));
423 input_gain_ = audio_pref_handler_->GetInputGainValue(device);
cras_audio_handler_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/audio/
audio_devices_pref_handler_impl.h 26 virtual double GetInputGainValue(const AudioDevice* device) OVERRIDE;
audio_devices_pref_handler_impl.cc 54 double AudioDevicesPrefHandlerImpl::GetInputGainValue(

Completed in 939 milliseconds