Home
last modified time | relevance | path

Searched refs:SoundOutputStreamInterface (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/sound/
Dsoundoutputstreaminterface.h22 class SoundOutputStreamInterface {
24 virtual ~SoundOutputStreamInterface();
61 sigslot::signal2<size_t, SoundOutputStreamInterface *> SignalBufferSpace;
64 SoundOutputStreamInterface();
67 RTC_DISALLOW_COPY_AND_ASSIGN(SoundOutputStreamInterface);
Dsoundoutputstreaminterface.cc15 SoundOutputStreamInterface::~SoundOutputStreamInterface() {} in ~SoundOutputStreamInterface()
17 SoundOutputStreamInterface::SoundOutputStreamInterface() {} in SoundOutputStreamInterface() function in rtc::SoundOutputStreamInterface
Dnullsoundsystem.h20 class SoundOutputStreamInterface; variable
38 SoundOutputStreamInterface *OpenPlaybackDevice(
Dsoundsysteminterface.h22 class SoundOutputStreamInterface; variable
93 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
Dalsasoundsystem.h48 SoundOutputStreamInterface *OpenPlaybackDevice(
79 SoundOutputStreamInterface *StartOutputStream(
Dnullsoundsystem.cc64 class NullSoundOutputStream : public SoundOutputStreamInterface {
138 SoundOutputStreamInterface *NullSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()
Dpulseaudiosoundsystem.h53 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
141 SoundOutputStreamInterface *ConnectOutputStream(
Dalsasoundsystem.cc340 class AlsaOutputStream : public SoundOutputStreamInterface,
494 SoundOutputStreamInterface *AlsaSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()
497 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice()
707 SoundOutputStreamInterface *AlsaSoundSystem::StartOutputStream( in StartOutputStream()
Dsoundsystemproxy.h34 SoundOutputStreamInterface *OpenPlaybackDevice(
Dsoundsystemproxy.cc35 SoundOutputStreamInterface *SoundSystemProxy::OpenPlaybackDevice( in OpenPlaybackDevice()
Dpulseaudiosoundsystem.cc581 public SoundOutputStreamInterface,
1058 SoundOutputStreamInterface *PulseAudioSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()
1061 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice()
1434 SoundOutputStreamInterface *PulseAudioSoundSystem::ConnectOutputStream( in ConnectOutputStream()