Searched refs:mTotalBytes (Results 1 – 5 of 5) sorted by relevance
28 mTotalBytes(0) { in WaveWriter()40 write_u32(mTotalBytes); in ~WaveWriter()43 write_u32(36 + mTotalBytes); in ~WaveWriter()51 mTotalBytes += size; in Append()66 size_t mTotalBytes; variable
50 private AtomicInteger mTotalBytes = new AtomicInteger(); field in MidiOutputPort88 mTotalBytes.addAndGet(count);175 return mTotalBytes.getAndSet(0); in pullTotalBytesCount()
47 private AtomicInteger mTotalBytes = new AtomicInteger(); field in MidiInputPort92 mTotalBytes.addAndGet(length); in onSend()182 return mTotalBytes.getAndSet(0); in pullTotalBytesCount()
49 private long mTotalBytes; field in ScreenInternalAudioRecorder252 mTotalBytes += totalBytesRead; in encode()253 mPresentationTime = 1000000L * (mTotalBytes / 2) / mConfig.sampleRate; in encode()
629 private long mTotalBytes; field in StorageStatsService.H636 mTotalBytes = mStats.getTotalBytes(); in H()654 if (mStats.getAvailableBytes() > mTotalBytes in handleMessage()656 bytesDeltaThreshold = mTotalBytes in handleMessage()659 bytesDeltaThreshold = mTotalBytes in handleMessage()