Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp57 result << " MMAP: framesTransferred = " << mFramesTransferred.get(); in dump()
296 mFramesTransferred.reset32(); in stopStream()
302 mFramesTransferred.roundUp64(getBufferCapacity()); in stopStream()
340 mFramesTransferred.update32(position.position_frames); in getFreeRunningPosition()
341 *positionFrames = mFramesTransferred.get(); in getFreeRunningPosition()
DAAudioServiceEndpointMMAP.h94 MonotonicCounter mFramesTransferred; variable