Home
last modified time | relevance | path

Searched refs:GetDefaultDevice (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/sound/
Dalsasoundsystem.cc487 return GetDefaultDevice(device); in GetDefaultPlaybackDevice()
491 return GetDefaultDevice(device); in GetDefaultCaptureDevice()
602 bool AlsaSoundSystem::GetDefaultDevice(SoundDeviceLocator **device) { in GetDefaultDevice() function in rtc::AlsaSoundSystem
Dalsasoundsystem.h63 bool GetDefaultDevice(SoundDeviceLocator **device);
Dpulseaudiosoundsystem.h121 bool GetDefaultDevice(SoundDeviceLocator **device);
Dpulseaudiosoundsystem.cc1050 return GetDefaultDevice<&pa_server_info::default_sink_name>(device); in GetDefaultPlaybackDevice()
1055 return GetDefaultDevice<&pa_server_info::default_source_name>(device); in GetDefaultCaptureDevice()
1317 bool PulseAudioSoundSystem::GetDefaultDevice(SoundDeviceLocator **device) { in GetDefaultDevice() function in rtc::PulseAudioSoundSystem