Lines Matching refs:mFramesWritten
2164 mFramesWritten(0), in PlaybackThread()
2379 dprintf(fd, " Frames written: %lld\n", (long long)mFramesWritten); in dumpInternals_l()
4410 mFramesWritten += framesRemaining; in threadLoop()
4538 mFramesWritten += frames; in threadLoop()
4810 if (mFramesWritten != mLastFramesWritten) { in collectTimestamps_l()
4812 mLastFramesWritten = mFramesWritten; in collectTimestamps_l()
4823 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = mFramesWritten; in collectTimestamps_l()
4832 mFramesWritten, in collectTimestamps_l()
5471 (long long)mFramesWritten, (long long)mSuspendedFrames, in threadLoop_standby()
7894 __func__, writeFrames, actualWritten, correction, (long long)mFramesWritten); in threadLoop_write()
7895 mFramesWritten -= correction; in threadLoop_write()