Home
last modified time | relevance | path

Searched refs:getReadCounter (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/fifo/
H A DFifoControllerBase.cpp34 uint64_t readCounter = getReadCounter(); in getFullFramesAvailable()
48 return static_cast<uint32_t>(getReadCounter() % mTotalFrames); in getReadIndex()
H A DFifoBuffer.h73 uint64_t getReadCounter() const { in getReadCounter() function in oboe::FifoBuffer
74 return mFifo->getReadCounter(); in getReadCounter()
H A DFifoControllerBase.h79 virtual uint64_t getReadCounter() const = 0;
H A DFifoController.h36 virtual uint64_t getReadCounter() const override {
H A DFifoControllerIndirect.h38 virtual uint64_t getReadCounter() const override {
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DAudioStreamBuffered.cpp71 mFramesRead = static_cast<int64_t>(mFifoBuffer->getReadCounter()); in updateFramesRead()

Completed in 2 milliseconds