HomeSort by relevance Sort by last modified time
    Searched refs:mFramesTransferred (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/oboeservice/
AAudioServiceEndpointMMAP.h 86 MonotonicCounter mFramesTransferred;
AAudioServiceEndpointMMAP.cpp 61 result << " MMAP: framesTransferred = " << mFramesTransferred.get();
278 mFramesTransferred.reset32();
284 mFramesTransferred.roundUp64(getBufferCapacity());
321 mFramesTransferred.update32(position.position_frames);
322 *positionFrames = mFramesTransferred.get();

Completed in 127 milliseconds