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

  /external/chromium_org/third_party/libjingle/source/talk/sound/
soundinputstreaminterface.h 39 class SoundInputStreamInterface {
41 virtual ~SoundInputStreamInterface() {}
74 SoundInputStreamInterface *> SignalSamplesRead;
77 SoundInputStreamInterface() {}
80 DISALLOW_COPY_AND_ASSIGN(SoundInputStreamInterface);
nullsoundsystem.h 36 class SoundInputStreamInterface;
58 virtual SoundInputStreamInterface *OpenCaptureDevice(
soundsysteminterface.h 38 class SoundInputStreamInterface;
113 virtual SoundInputStreamInterface *OpenCaptureDevice(
soundsystemproxy.h 54 virtual SoundInputStreamInterface *OpenCaptureDevice(
alsasoundsystem.h 68 virtual SoundInputStreamInterface *OpenCaptureDevice(
103 SoundInputStreamInterface *StartInputStream(
nullsoundsystem.cc 32 #include "talk/sound/soundinputstreaminterface.h"
55 class NullSoundInputStream : public SoundInputStreamInterface {
164 SoundInputStreamInterface *NullSoundSystem::OpenCaptureDevice(
soundsystemproxy.cc 58 SoundInputStreamInterface *SoundSystemProxy::OpenCaptureDevice(
pulseaudiosoundsystem.h 73 virtual SoundInputStreamInterface *OpenCaptureDevice(
166 SoundInputStreamInterface *ConnectInputStream(
alsasoundsystem.cc 37 #include "talk/sound/soundinputstreaminterface.h"
245 // Implementation of an input stream. See soundinputstreaminterface.h regarding
248 public SoundInputStreamInterface,
519 SoundInputStreamInterface *AlsaSoundSystem::OpenCaptureDevice(
522 return OpenDevice<SoundInputStreamInterface>(
738 SoundInputStreamInterface *AlsaSoundSystem::StartInputStream(
pulseaudiosoundsystem.cc 38 #include "talk/sound/soundinputstreaminterface.h"
228 // Implementation of an input stream. See soundinputstreaminterface.h regarding
231 public SoundInputStreamInterface,
    [all...]

Completed in 85 milliseconds