OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:active_device
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/audio/
audio_devices_pref_handler_impl.h
60
void MigrateDeviceMuteSettings(std::string
active_device
);
61
void MigrateDeviceVolumeSettings(std::string
active_device
);
audio_devices_pref_handler_impl.cc
161
std::string
active_device
) {
163
device_mute_settings_->SetInteger(
active_device
, old_mute);
168
std::string
active_device
) {
170
device_volume_settings_->SetDouble(
active_device
, old_volume);
/external/chromium_org/chromeos/audio/
cras_audio_handler.cc
174
const AudioDevice*
active_device
= GetDeviceFromId(active_output_node_id_);
local
175
if (!
active_device
|| !device)
177
*device = *
active_device
;
Completed in 3918 milliseconds