Searched refs:updateTotalBytes (Results 1 – 3 of 3) sorted by relevance
154 updateTotalBytes(); in close()182 updateTotalBytes(); in close()490 updateTotalBytes(); in close()524 private void updateTotalBytes() { in updateTotalBytes() method in MidiDeviceServer526 mMidiManager.updateTotalBytes(mServer, mTotalInputBytes.get(), mTotalOutputBytes.get()); in updateTotalBytes()
65 void updateTotalBytes(in IMidiDeviceServer server, int inputBytes, int outputBytes); in updateTotalBytes() method
727 public void updateTotalBytes(int totalInputBytes, int totalOutputBytes) { in updateTotalBytes() method in MidiService.Device1703 public void updateTotalBytes(IMidiDeviceServer server, int totalInputBytes, in updateTotalBytes() method in MidiService1708 device.updateTotalBytes(totalInputBytes, totalOutputBytes); in updateTotalBytes()