Searched refs:mTotalInputBytes (Results 1 – 2 of 2) sorted by relevance
83 private AtomicInteger mTotalInputBytes = new AtomicInteger(); field in MidiDeviceServer165 mTotalInputBytes.addAndGet(mInputPort.pullTotalBytesCount()); in close()425 mTotalInputBytes.addAndGet(inputPort.pullTotalBytesCount()); in close()465 mMidiManager.updateTotalBytes(mServer, mTotalInputBytes.get(), mTotalOutputBytes.get()); in updateTotalBytes()
407 private AtomicInteger mTotalInputBytes = new AtomicInteger(); field in MidiService.Device701 .set(MediaMetrics.Property.TOTAL_INPUT_BYTES, mTotalInputBytes.get()) in logMetrics()716 mTotalInputBytes.set(totalInputBytes); in updateTotalBytes()