Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointPlay.cpp88 int64_t clientFramesRead = 0; in callbackLoop() local
110 clientFramesRead = fifo->getReadCounter(); in callbackLoop()
112 int64_t positionOffset = mmapFramesWritten - clientFramesRead; in callbackLoop()
129 clientFramesRead = fifo->getReadCounter(); in callbackLoop()
133 if (clientFramesRead > 0) { in callbackLoop()
137 Timestamp timestamp(clientFramesRead, AudioClock::getNanoseconds()); in callbackLoop()