Home
last modified time | relevance | path

Searched refs:FullDuplexStream (Results 1 – 10 of 10) sorted by relevance

/external/oboe/samples/LiveEffect/src/main/cpp/
DFullDuplexStream.cpp19 oboe::DataCallbackResult FullDuplexStream::onAudioReady( in onAudioReady()
87 oboe::Result FullDuplexStream::start() { in start()
106 oboe::Result FullDuplexStream::stop() { in stop()
122 int32_t FullDuplexStream::getNumInputBurstsCushion() const { in getNumInputBurstsCushion()
126 void FullDuplexStream::setNumInputBurstsCushion(int32_t numBursts) { in setNumInputBurstsCushion()
127 FullDuplexStream::mNumInputBurstsCushion = numBursts; in setNumInputBurstsCushion()
DFullDuplexStream.h25 class FullDuplexStream : public oboe::AudioStreamCallback {
27 FullDuplexStream() {} in FullDuplexStream() function
28 virtual ~FullDuplexStream() = default;
DFullDuplexPass.h22 class FullDuplexPass : public FullDuplexStream {
DCMakeLists.txt29 FullDuplexStream.cpp
/external/oboe/apps/OboeTester/app/src/main/cpp/
DFullDuplexStream.cpp20 oboe::DataCallbackResult FullDuplexStream::onAudioReady( in onAudioReady()
107 oboe::Result FullDuplexStream::start() { in start()
126 oboe::Result FullDuplexStream::stop() { in stop()
131 int32_t FullDuplexStream::getMNumInputBurstsCushion() const { in getMNumInputBurstsCushion()
135 void FullDuplexStream::setMNumInputBurstsCushion(int32_t numBursts) { in setMNumInputBurstsCushion()
136 FullDuplexStream::mNumInputBurstsCushion = numBursts; in setMNumInputBurstsCushion()
DFullDuplexStream.h25 class FullDuplexStream : public oboe::AudioStreamCallback {
27 FullDuplexStream() {} in FullDuplexStream() function
28 virtual ~FullDuplexStream() = default;
DFullDuplexEcho.h27 class FullDuplexEcho : public FullDuplexStream {
DFullDuplexAnalyzer.h28 class FullDuplexAnalyzer : public FullDuplexStream {
DFullDuplexEcho.cpp23 return FullDuplexStream::start(); in start()
DFullDuplexAnalyzer.cpp23 return FullDuplexStream::start(); in start()