Lines Matching refs:mFramesWritten
2070 mFramesWritten(0), in PlaybackThread()
2285 dprintf(fd, " Frames written: %lld\n", (long long)mFramesWritten); in dumpInternals_l()
4178 mFramesWritten += framesRemaining; in threadLoop()
4306 mFramesWritten += frames; in threadLoop()
4573 if (mFramesWritten != mLastFramesWritten) { in collectTimestamps_l()
4575 mLastFramesWritten = mFramesWritten; in collectTimestamps_l()
4586 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = mFramesWritten; in collectTimestamps_l()
4595 mFramesWritten, in collectTimestamps_l()
5176 (long long)mFramesWritten, (long long)mSuspendedFrames, in threadLoop_standby()
7475 __func__, writeFrames, actualWritten, correction, (long long)mFramesWritten); in threadLoop_write()
7476 mFramesWritten -= correction; in threadLoop_write()