Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/midi/
DMidiDeviceServer.java86 private AtomicInteger mTotalOutputBytes = new AtomicInteger(); field in MidiDeviceServer
153 mTotalOutputBytes.addAndGet(mOutputPort.pullTotalBytesCount()); in close()
480 mTotalOutputBytes.addAndGet(outputPort.pullTotalBytesCount()); in close()
526 mMidiManager.updateTotalBytes(mServer, mTotalInputBytes.get(), mTotalOutputBytes.get()); in updateTotalBytes()
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java416 private AtomicInteger mTotalOutputBytes = new AtomicInteger(); field in MidiService.Device
714 .set(MediaMetrics.Property.TOTAL_OUTPUT_BYTES, mTotalOutputBytes.get()) in logMetrics()
729 mTotalOutputBytes.set(totalOutputBytes); in updateTotalBytes()