Home | History | Annotate | Download | only in audio

Lines Matching refs:local_state_

89   return local_state_->GetBoolean(prefs::kAudioCaptureAllowed);
93 return local_state_->GetBoolean(prefs::kAudioOutputAllowed);
135 local_state_(local_state) {
146 pref_change_registrar_.Init(local_state_);
156 local_state_->GetDictionary(prefs::kAudioDevicesMute);
162 DictionaryPrefUpdate dict_update(local_state_, prefs::kAudioDevicesMute);
174 local_state_->GetDictionary(prefs::kAudioDevicesVolumePercent);
180 DictionaryPrefUpdate dict_update(local_state_,
194 int old_mute = local_state_->GetInteger(prefs::kAudioMute);
201 double old_volume = local_state_->GetDouble(prefs::kAudioVolumePercent);