HomeSort by relevance Sort by last modified time
    Searched defs:NullSoundSystem (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/sound/
nullsoundsystem.h 24 class NullSoundSystem : public SoundSystemInterface {
27 return new NullSoundSystem();
30 ~NullSoundSystem() override;
nullsoundsystem.cc 11 #include "webrtc/sound/nullsoundsystem.h"
97 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
    [all...]

Completed in 254 milliseconds