HomeSort by relevance Sort by last modified time
    Searched refs:GetDefaultDevice (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/sound/
alsasoundsystem.h 63 bool GetDefaultDevice(SoundDeviceLocator **device);
pulseaudiosoundsystem.h 121 bool GetDefaultDevice(SoundDeviceLocator **device);
alsasoundsystem.cc 485 return GetDefaultDevice(device);
489 return GetDefaultDevice(device);
601 bool AlsaSoundSystem::GetDefaultDevice(SoundDeviceLocator **device) {
pulseaudiosoundsystem.cc 1048 return GetDefaultDevice<&pa_server_info::default_sink_name>(device);
1053 return GetDefaultDevice<&pa_server_info::default_source_name>(device);
    [all...]
  /external/chromium_org/media/audio/mac/
audio_manager_mac.h 56 static bool GetDefaultDevice(AudioDeviceID* device, bool input);
audio_manager_mac.cc 311 return GetDefaultDevice(device, true);
315 return GetDefaultDevice(device, false);
318 bool AudioManagerMac::GetDefaultDevice(AudioDeviceID* device, bool input) {

Completed in 192 milliseconds