Searched refs:SoundOutputStreamInterface (Results 1 – 10 of 10) sorted by relevance
22 class SoundOutputStreamInterface {24 virtual ~SoundOutputStreamInterface() {} in ~SoundOutputStreamInterface()61 sigslot::signal2<size_t, SoundOutputStreamInterface *> SignalBufferSpace;64 SoundOutputStreamInterface() {} in SoundOutputStreamInterface() function67 DISALLOW_COPY_AND_ASSIGN(SoundOutputStreamInterface);
20 class SoundOutputStreamInterface; variable38 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
22 class SoundOutputStreamInterface; variable93 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
66 class NullSoundOutputStream : public SoundOutputStreamInterface {141 SoundOutputStreamInterface *NullSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()
48 virtual SoundOutputStreamInterface *OpenPlaybackDevice(79 SoundOutputStreamInterface *StartOutputStream(
53 virtual SoundOutputStreamInterface *OpenPlaybackDevice(141 SoundOutputStreamInterface *ConnectOutputStream(
337 public SoundOutputStreamInterface,492 SoundOutputStreamInterface *AlsaSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()495 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice()710 SoundOutputStreamInterface *AlsaSoundSystem::StartOutputStream( in StartOutputStream()
34 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
35 SoundOutputStreamInterface *SoundSystemProxy::OpenPlaybackDevice( in OpenPlaybackDevice()
578 public SoundOutputStreamInterface,1056 SoundOutputStreamInterface *PulseAudioSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice()1059 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice()1432 SoundOutputStreamInterface *PulseAudioSoundSystem::ConnectOutputStream( in ConnectOutputStream()