Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/sound/
Dsoundoutputstreaminterface.h22 class SoundOutputStreamInterface {
24 virtual ~SoundOutputStreamInterface() {} in ~SoundOutputStreamInterface()
61 sigslot::signal2<size_t, SoundOutputStreamInterface *> SignalBufferSpace;
64 SoundOutputStreamInterface() {} in SoundOutputStreamInterface() function
67 DISALLOW_COPY_AND_ASSIGN(SoundOutputStreamInterface);
Dnullsoundsystem.h20 class SoundOutputStreamInterface; variable
38 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
Dsoundsysteminterface.h22 class SoundOutputStreamInterface; variable
93 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
Dnullsoundsystem.cc66 class NullSoundOutputStream : public SoundOutputStreamInterface {
141 SoundOutputStreamInterface *NullSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()
Dalsasoundsystem.h48 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
79 SoundOutputStreamInterface *StartOutputStream(
Dpulseaudiosoundsystem.h53 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
141 SoundOutputStreamInterface *ConnectOutputStream(
Dalsasoundsystem.cc337 public SoundOutputStreamInterface,
492 SoundOutputStreamInterface *AlsaSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()
495 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice()
710 SoundOutputStreamInterface *AlsaSoundSystem::StartOutputStream( in StartOutputStream()
Dsoundsystemproxy.h34 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
Dsoundsystemproxy.cc35 SoundOutputStreamInterface *SoundSystemProxy::OpenPlaybackDevice( in OpenPlaybackDevice()
Dpulseaudiosoundsystem.cc578 public SoundOutputStreamInterface,
1056 SoundOutputStreamInterface *PulseAudioSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()
1059 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice()
1432 SoundOutputStreamInterface *PulseAudioSoundSystem::ConnectOutputStream( in ConnectOutputStream()