HomeSort by relevance Sort by last modified time
    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 185 const AudioDevice* active_device = GetDeviceFromId(active_output_node_id_); local
186 if (!active_device || !device)
188 *device = *active_device;
  /external/chromium_org/content/renderer/media/
media_stream_impl.cc 677 const StreamDeviceInfo& active_device = source->device_info(); local
678 if (active_device.device.id == device.device.id &&
679 active_device.device.type == device.device.type &&
680 active_device.session_id == device.session_id) {
    [all...]

Completed in 399 milliseconds