Searched defs:AudioDevicesPrefHandlerImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/audio/
H A Daudio_devices_pref_handler_impl.h20 class AudioDevicesPrefHandlerImpl : public AudioDevicesPrefHandler { class in namespace:chromeos
22 explicit AudioDevicesPrefHandlerImpl(PrefService* local_state);
43 virtual ~AudioDevicesPrefHandlerImpl();
77 DISALLOW_COPY_AND_ASSIGN(AudioDevicesPrefHandlerImpl);
H A Daudio_devices_pref_handler_impl.cc46 double AudioDevicesPrefHandlerImpl::GetOutputVolumeValue(
54 double AudioDevicesPrefHandlerImpl::GetInputGainValue(
60 void AudioDevicesPrefHandlerImpl::SetVolumeGainValue(
67 bool AudioDevicesPrefHandlerImpl::GetMuteValue(const AudioDevice& device) {
80 void AudioDevicesPrefHandlerImpl::SetMuteValue(const AudioDevice& device,
88 bool AudioDevicesPrefHandlerImpl::GetAudioCaptureAllowedValue() {
92 bool AudioDevicesPrefHandlerImpl::GetAudioOutputAllowedValue() {
96 void AudioDevicesPrefHandlerImpl::AddAudioPrefObserver(
101 void AudioDevicesPrefHandlerImpl::RemoveAudioPrefObserver(
106 double AudioDevicesPrefHandlerImpl
131 AudioDevicesPrefHandlerImpl::AudioDevicesPrefHandlerImpl( function in class:chromeos::AudioDevicesPrefHandlerImpl
[all...]

Completed in 281 milliseconds