Home
last modified time | relevance | path

Searched refs:readCounter (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/src/fifo/
DREADME.md4 One thread modifies the readCounter and the other thread modifies the writeCounter.
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp311 int64_t readCounter = mAudioEndpoint.getDataReadCounter(); in onFlushFromServer() local
315 int64_t framesFlushed = writeCounter - readCounter; in onFlushFromServer()
320 mAudioEndpoint.setDataWriteCounter(readCounter); in onFlushFromServer()