Searched refs:mTotalOutputBytes (Results 1 – 2 of 2) sorted by relevance
84 private AtomicInteger mTotalOutputBytes = new AtomicInteger(); field in MidiDeviceServer140 mTotalOutputBytes.addAndGet(mOutputPort.pullTotalBytesCount()); in close()419 mTotalOutputBytes.addAndGet(outputPort.pullTotalBytesCount()); in close()465 mMidiManager.updateTotalBytes(mServer, mTotalInputBytes.get(), mTotalOutputBytes.get()); in updateTotalBytes()
408 private AtomicInteger mTotalOutputBytes = new AtomicInteger(); field in MidiService.Device702 .set(MediaMetrics.Property.TOTAL_OUTPUT_BYTES, mTotalOutputBytes.get()) in logMetrics()717 mTotalOutputBytes.set(totalOutputBytes); in updateTotalBytes()