Searched defs:NullSoundSystem (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/sound/
H A Dnullsoundsystem.h24 class NullSoundSystem : public SoundSystemInterface { class in namespace:rtc
27 return new NullSoundSystem();
30 ~NullSoundSystem() override;
H A Dnullsoundsystem.cc97 NullSoundSystem::~NullSoundSystem() {
100 bool NullSoundSystem::Init() {
104 void NullSoundSystem::Terminate() {
108 bool NullSoundSystem::EnumeratePlaybackDevices(
117 bool NullSoundSystem::EnumerateCaptureDevices(
126 bool NullSoundSystem::GetDefaultPlaybackDevice(
132 bool NullSoundSystem::GetDefaultCaptureDevice(
138 SoundOutputStreamInterface *NullSoundSystem::OpenPlaybackDevice(
144 SoundInputStreamInterface *NullSoundSystem
[all...]

Completed in 139 milliseconds