Home
last modified time | relevance | path

Searched refs:mCountInputBurstsCushion (Results 1 – 4 of 4) sorted by relevance

/external/oboe/samples/LiveEffect/src/main/cpp/
DFullDuplexStream.cpp49 } else if (mCountInputBurstsCushion > 0) { in onAudioReady()
51 mCountInputBurstsCushion--; in onAudioReady()
89 mCountInputBurstsCushion = mNumInputBurstsCushion; in start()
DFullDuplexStream.h90 int32_t mCountInputBurstsCushion = mNumInputBurstsCushion; variable
/external/oboe/apps/OboeTester/app/src/main/cpp/
DFullDuplexStream.cpp50 } else if (mCountInputBurstsCushion > 0) { in onAudioReady()
52 mCountInputBurstsCushion--; in onAudioReady()
109 mCountInputBurstsCushion = mNumInputBurstsCushion; in start()
DFullDuplexStream.h103 int32_t mCountInputBurstsCushion = mNumInputBurstsCushion; variable