Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointPlay.cpp82 int64_t clientFramesRead = 0; in callbackLoop() local
109 clientFramesRead = fifo->getReadCounter(); in callbackLoop()
111 int64_t positionOffset = mmapFramesWritten - clientFramesRead; in callbackLoop()
128 clientFramesRead = fifo->getReadCounter(); in callbackLoop()
132 if (clientFramesRead > 0) { in callbackLoop()
136 Timestamp timestamp(clientFramesRead, AudioClock::getNanoseconds()); in callbackLoop()