Searched refs:mTotalInputBytes (Results 1 – 2 of 2) sorted by relevance
85 private AtomicInteger mTotalInputBytes = new AtomicInteger(); field in MidiDeviceServer181 mTotalInputBytes.addAndGet(mInputPort.pullTotalBytesCount()); in close()486 mTotalInputBytes.addAndGet(inputPort.pullTotalBytesCount()); in close()526 mMidiManager.updateTotalBytes(mServer, mTotalInputBytes.get(), mTotalOutputBytes.get()); in updateTotalBytes()
415 private AtomicInteger mTotalInputBytes = new AtomicInteger(); field in MidiService.Device713 .set(MediaMetrics.Property.TOTAL_INPUT_BYTES, mTotalInputBytes.get()) in logMetrics()728 mTotalInputBytes.set(totalInputBytes); in updateTotalBytes()