Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp62 result << " MMAP: framesTransferred = " << mFramesTransferred.get(); in dump()
339 mFramesTransferred.reset32(); in stopStream()
345 mFramesTransferred.roundUp64(getBufferCapacity()); in stopStream()
435 mFramesTransferred.update32(position.position_frames); in getFreeRunningPosition()
436 *positionFrames = mFramesTransferred.get(); in getFreeRunningPosition()
DAAudioServiceEndpointMMAP.h114 MonotonicCounter mFramesTransferred; variable