HomeSort by relevance Sort by last modified time
    Searched refs:SoundInputStreamInterface (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/webrtc/sound/
soundinputstreaminterface.h 22 class SoundInputStreamInterface {
24 virtual ~SoundInputStreamInterface() {}
57 SoundInputStreamInterface *> SignalSamplesRead;
60 SoundInputStreamInterface() {}
63 DISALLOW_COPY_AND_ASSIGN(SoundInputStreamInterface);
nullsoundsystem.h 19 class SoundInputStreamInterface;
41 virtual SoundInputStreamInterface *OpenCaptureDevice(
soundsysteminterface.h 21 class SoundInputStreamInterface;
96 virtual SoundInputStreamInterface *OpenCaptureDevice(
soundsystemproxy.h 37 virtual SoundInputStreamInterface *OpenCaptureDevice(
alsasoundsystem.h 51 virtual SoundInputStreamInterface *OpenCaptureDevice(
86 SoundInputStreamInterface *StartInputStream(
nullsoundsystem.cc 14 #include "webrtc/sound/soundinputstreaminterface.h"
38 class NullSoundInputStream : public SoundInputStreamInterface {
147 SoundInputStreamInterface *NullSoundSystem::OpenCaptureDevice(
soundsystemproxy.cc 41 SoundInputStreamInterface *SoundSystemProxy::OpenCaptureDevice(
pulseaudiosoundsystem.h 56 virtual SoundInputStreamInterface *OpenCaptureDevice(
149 SoundInputStreamInterface *ConnectInputStream(
alsasoundsystem.cc 14 #include "webrtc/sound/soundinputstreaminterface.h"
228 // Implementation of an input stream. See soundinputstreaminterface.h regarding
231 public SoundInputStreamInterface,
502 SoundInputStreamInterface *AlsaSoundSystem::OpenCaptureDevice(
505 return OpenDevice<SoundInputStreamInterface>(
721 SoundInputStreamInterface *AlsaSoundSystem::StartInputStream(
pulseaudiosoundsystem.cc 16 #include "webrtc/sound/soundinputstreaminterface.h"
211 // Implementation of an input stream. See soundinputstreaminterface.h regarding
214 public SoundInputStreamInterface,
1066 SoundInputStreamInterface *PulseAudioSoundSystem::OpenCaptureDevice(
1069 return OpenDevice<SoundInputStreamInterface>(
    [all...]

Completed in 80 milliseconds