Home
last modified time | relevance | path

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

/external/webrtc/webrtc/sound/
Dsoundinputstreaminterface.h22 class SoundInputStreamInterface {
24 virtual ~SoundInputStreamInterface();
57 SoundInputStreamInterface *> SignalSamplesRead;
60 SoundInputStreamInterface();
63 RTC_DISALLOW_COPY_AND_ASSIGN(SoundInputStreamInterface);
Dsoundinputstreaminterface.cc14 SoundInputStreamInterface::~SoundInputStreamInterface() {} in ~SoundInputStreamInterface()
16 SoundInputStreamInterface::SoundInputStreamInterface() {} in SoundInputStreamInterface() function in rtc::SoundInputStreamInterface
Dnullsoundsystem.h19 class SoundInputStreamInterface; variable
41 SoundInputStreamInterface *OpenCaptureDevice(
Dsoundsysteminterface.h21 class SoundInputStreamInterface; variable
96 virtual SoundInputStreamInterface *OpenCaptureDevice(
Dalsasoundsystem.h51 SoundInputStreamInterface *OpenCaptureDevice(
86 SoundInputStreamInterface *StartInputStream(
Dnullsoundsystem.cc36 class NullSoundInputStream : public SoundInputStreamInterface {
144 SoundInputStreamInterface *NullSoundSystem::OpenCaptureDevice( in OpenCaptureDevice()
Dpulseaudiosoundsystem.h56 virtual SoundInputStreamInterface *OpenCaptureDevice(
149 SoundInputStreamInterface *ConnectInputStream(
Dalsasoundsystem.cc235 public SoundInputStreamInterface,
504 SoundInputStreamInterface *AlsaSoundSystem::OpenCaptureDevice( in OpenCaptureDevice()
507 return OpenDevice<SoundInputStreamInterface>( in OpenCaptureDevice()
718 SoundInputStreamInterface *AlsaSoundSystem::StartInputStream( in StartInputStream()
Dsoundsystemproxy.h37 SoundInputStreamInterface *OpenCaptureDevice(
Dsoundsystemproxy.cc41 SoundInputStreamInterface *SoundSystemProxy::OpenCaptureDevice( in OpenCaptureDevice()
Dpulseaudiosoundsystem.cc218 public SoundInputStreamInterface,
1068 SoundInputStreamInterface *PulseAudioSoundSystem::OpenCaptureDevice( in OpenCaptureDevice()
1071 return OpenDevice<SoundInputStreamInterface>( in OpenCaptureDevice()
1467 SoundInputStreamInterface *PulseAudioSoundSystem::ConnectInputStream( in ConnectInputStream()