Searched refs:SoundOutputStreamInterface (Results 1 – 11 of 11) sorted by relevance
22 class SoundOutputStreamInterface {24 virtual ~SoundOutputStreamInterface();61 sigslot::signal2<size_t, SoundOutputStreamInterface *> SignalBufferSpace;64 SoundOutputStreamInterface();67 RTC_DISALLOW_COPY_AND_ASSIGN(SoundOutputStreamInterface);
15 SoundOutputStreamInterface::~SoundOutputStreamInterface() {} in ~SoundOutputStreamInterface()17 SoundOutputStreamInterface::SoundOutputStreamInterface() {} in SoundOutputStreamInterface() function in rtc::SoundOutputStreamInterface
20 class SoundOutputStreamInterface; variable38 SoundOutputStreamInterface *OpenPlaybackDevice(
22 class SoundOutputStreamInterface; variable93 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
48 SoundOutputStreamInterface *OpenPlaybackDevice(79 SoundOutputStreamInterface *StartOutputStream(
64 class NullSoundOutputStream : public SoundOutputStreamInterface {138 SoundOutputStreamInterface *NullSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()
53 virtual SoundOutputStreamInterface *OpenPlaybackDevice(141 SoundOutputStreamInterface *ConnectOutputStream(
340 class AlsaOutputStream : public SoundOutputStreamInterface,494 SoundOutputStreamInterface *AlsaSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()497 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice()707 SoundOutputStreamInterface *AlsaSoundSystem::StartOutputStream( in StartOutputStream()
34 SoundOutputStreamInterface *OpenPlaybackDevice(
35 SoundOutputStreamInterface *SoundSystemProxy::OpenPlaybackDevice( in OpenPlaybackDevice()
581 public SoundOutputStreamInterface,1058 SoundOutputStreamInterface *PulseAudioSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()1061 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice()1434 SoundOutputStreamInterface *PulseAudioSoundSystem::ConnectOutputStream( in ConnectOutputStream()