Searched refs:mTotalBytes (Results 1 – 4 of 4) sorted by relevance
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()
609 private long mTotalBytes; field in StorageStatsService.H616 mTotalBytes = mStats.getTotalBytes(); in H()634 if (mStats.getAvailableBytes() > mTotalBytes in handleMessage()636 bytesDeltaThreshold = mTotalBytes in handleMessage()639 bytesDeltaThreshold = mTotalBytes in handleMessage()