Searched refs:readCounter (Results 1 – 2 of 2) sorted by relevance
4 One thread modifies the readCounter and the other thread modifies the writeCounter.
311 int64_t readCounter = mAudioEndpoint.getDataReadCounter(); in onFlushFromServer() local315 int64_t framesFlushed = writeCounter - readCounter; in onFlushFromServer()320 mAudioEndpoint.setDataWriteCounter(readCounter); in onFlushFromServer()