Searched refs:getReadCounter (Results 1 – 6 of 6) sorted by relevance
34 uint64_t readCounter = getReadCounter(); in getFullFramesAvailable()48 return static_cast<uint32_t>(getReadCounter() % mTotalFrames); in getReadIndex()
73 uint64_t getReadCounter() const { in getReadCounter() function74 return mFifo->getReadCounter(); in getReadCounter()
79 virtual uint64_t getReadCounter() const = 0;
36 virtual uint64_t getReadCounter() const override { in getReadCounter() function
38 virtual uint64_t getReadCounter() const override { in getReadCounter() function
71 mFramesRead = static_cast<int64_t>(mFifoBuffer->getReadCounter()); in updateFramesRead()