Home
last modified time | relevance | path

Searched refs:mTotalBytes (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/midi/
H A DMidiOutputPort.java50 private AtomicInteger mTotalBytes = new AtomicInteger(); field in MidiOutputPort
88 mTotalBytes.addAndGet(count);
175 return mTotalBytes.getAndSet(0); in pullTotalBytesCount()
H A DMidiInputPort.java47 private AtomicInteger mTotalBytes = new AtomicInteger(); field in MidiInputPort
92 mTotalBytes.addAndGet(length); in onSend()
182 return mTotalBytes.getAndSet(0); in pullTotalBytesCount()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenInternalAudioRecorder.java49 private long mTotalBytes; field in ScreenInternalAudioRecorder
252 mTotalBytes += totalBytesRead; in encode()
253 mPresentationTime = 1000000L * (mTotalBytes / 2) / mConfig.sampleRate; in encode()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java609 private long mTotalBytes; field in StorageStatsService.H
616 mTotalBytes = mStats.getTotalBytes(); in H()
634 if (mStats.getAvailableBytes() > mTotalBytes in handleMessage()
636 bytesDeltaThreshold = mTotalBytes in handleMessage()
639 bytesDeltaThreshold = mTotalBytes in handleMessage()