Searched refs:AudioStreamInterface (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/ios/
H A Daudio_device_unittest_ios.cc94 class AudioStreamInterface { class in namespace:webrtc
100 virtual ~AudioStreamInterface() {}
105 class FileAudioStream : public AudioStreamInterface {
126 // AudioStreamInterface::Write() is not implemented.
160 class FifoAudioStream : public AudioStreamInterface {
246 class LatencyMeasuringAudioStream : public AudioStreamInterface {
360 // of AudioStreamInterface.
394 // implementations (of AudioStreamInterface) here.
396 AudioStreamInterface* audio_stream,
425 // Process the recorded audio stream if an AudioStreamInterface
[all...]
/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_device_unittest.cc92 class AudioStreamInterface { class in namespace:webrtc
97 virtual ~AudioStreamInterface() {}
102 class FileAudioStream : public AudioStreamInterface {
124 // AudioStreamInterface::Write() is not implemented.
159 class FifoAudioStream : public AudioStreamInterface {
252 class LatencyMeasuringAudioStream : public AudioStreamInterface {
370 // of AudioStreamInterface.
404 // implementations (of AudioStreamInterface) here.
406 AudioStreamInterface* audio_stream,
435 // Process the recorded audio stream if an AudioStreamInterface
[all...]

Completed in 61 milliseconds