OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_device
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/audio/
audio_devices_pref_handler_impl.h
64
void MigrateDeviceMuteSettings(std::string
active_device
);
65
void MigrateDeviceVolumeSettings(std::string
active_device
);
audio_devices_pref_handler_impl.cc
193
std::string
active_device
) {
195
device_mute_settings_->SetInteger(
active_device
, old_mute);
200
std::string
active_device
) {
202
device_volume_settings_->SetDouble(
active_device
, old_volume);
/external/chromium_org/chromeos/audio/
cras_audio_handler.cc
175
const AudioDevice*
active_device
= GetDeviceFromId(active_output_node_id_);
local
176
if (!
active_device
|| !device)
178
*device = *
active_device
;
/external/chromium_org/content/renderer/media/
media_stream_impl.cc
551
const StreamDeviceInfo&
active_device
= extra_data->device_info();
local
552
if (
active_device
.device.id == device.device.id &&
553
active_device
.device.type == device.device.type &&
554
active_device
.session_id == device.session_id) {
Completed in 35 milliseconds