Home
last modified time | relevance | path

Searched refs:mTotalOutputBytes (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceServer.java84 private AtomicInteger mTotalOutputBytes = new AtomicInteger(); field in MidiDeviceServer
140 mTotalOutputBytes.addAndGet(mOutputPort.pullTotalBytesCount()); in close()
419 mTotalOutputBytes.addAndGet(outputPort.pullTotalBytesCount()); in close()
465 mMidiManager.updateTotalBytes(mServer, mTotalInputBytes.get(), mTotalOutputBytes.get()); in updateTotalBytes()
/aosp14/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java408 private AtomicInteger mTotalOutputBytes = new AtomicInteger(); field in MidiService.Device
702 .set(MediaMetrics.Property.TOTAL_OUTPUT_BYTES, mTotalOutputBytes.get()) in logMetrics()
717 mTotalOutputBytes.set(totalOutputBytes); in updateTotalBytes()