Home
last modified time | relevance | path

Searched refs:getEmptyFramesAvailable (Results 1 – 3 of 3) sorted by relevance

/external/oboe/src/fifo/
DFifoControllerBase.h65 uint32_t getEmptyFramesAvailable() const;
DFifoControllerBase.cpp55 uint32_t FifoControllerBase::getEmptyFramesAvailable() const { in getEmptyFramesAvailable() function in oboe::FifoControllerBase
DFifoBuffer.cpp117 uint32_t framesAvailable = mFifo->getEmptyFramesAvailable(); in write()