Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointCapture.cpp87 int64_t clientFramesWritten = 0; in callbackLoop() local
100 clientFramesWritten = fifo->getWriteCounter(); in callbackLoop()
102 int64_t positionOffset = mmapFramesRead - clientFramesWritten; in callbackLoop()
111 clientFramesWritten = fifo->getWriteCounter(); in callbackLoop()
115 if (clientFramesWritten > 0) { in callbackLoop()
119 Timestamp timestamp(clientFramesWritten, AudioClock::getNanoseconds()); in callbackLoop()