Searched refs:mTotalOutputBytes (Results 1 – 2 of 2) sorted by relevance
86 private AtomicInteger mTotalOutputBytes = new AtomicInteger(); field in MidiDeviceServer153 mTotalOutputBytes.addAndGet(mOutputPort.pullTotalBytesCount()); in close()480 mTotalOutputBytes.addAndGet(outputPort.pullTotalBytesCount()); in close()526 mMidiManager.updateTotalBytes(mServer, mTotalInputBytes.get(), mTotalOutputBytes.get()); in updateTotalBytes()
416 private AtomicInteger mTotalOutputBytes = new AtomicInteger(); field in MidiService.Device714 .set(MediaMetrics.Property.TOTAL_OUTPUT_BYTES, mTotalOutputBytes.get()) in logMetrics()729 mTotalOutputBytes.set(totalOutputBytes); in updateTotalBytes()