Home
last modified time | relevance | path

Searched refs:getFullFramesAvailable (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/fifo/
DFifoControllerBase.cpp32 uint32_t FifoControllerBase::getFullFramesAvailable() const { in getFullFramesAvailable() function in oboe::FifoControllerBase
56 return static_cast<uint32_t>(mTotalFrames - getFullFramesAvailable()); in getEmptyFramesAvailable()
DFifoBuffer.h65 uint32_t getFullFramesAvailable() { in getFullFramesAvailable() function
66 return mFifo->getFullFramesAvailable(); in getFullFramesAvailable()
DFifoControllerBase.h50 uint32_t getFullFramesAvailable() const;
DFifoBuffer.cpp75 uint32_t framesAvailable = mFifo->getFullFramesAvailable(); in read()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamBuffered.cpp150 uint32_t fullFrames = mFifoBuffer->getFullFramesAvailable(); in transfer()