Searched refs:NullSoundDeviceLocator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/sound/
H A Dnullsoundsystem.cc29 class NullSoundDeviceLocator : public SoundDeviceLocator { class in namespace:rtc
31 NullSoundDeviceLocator() : SoundDeviceLocator(kNullName, kNullName) {} function in class:rtc::NullSoundDeviceLocator
34 return new NullSoundDeviceLocator();
131 *device = new NullSoundDeviceLocator();
137 *device = new NullSoundDeviceLocator();

Completed in 68 milliseconds