Searched refs:mPreviousCounterInstant (Results 1 – 1 of 1) sorted by relevance
405 private Instant mPreviousCounterInstant = null; field in MidiService.Device525 if (mPreviousCounterInstant == null) { in addDeviceConnection()526 mPreviousCounterInstant = Instant.now(); in addDeviceConnection()603 if (mPreviousCounterInstant != null) { in removeDeviceConnection()605 mPreviousCounterInstant, Instant.now()).toNanos()); in removeDeviceConnection()610 mPreviousCounterInstant = null; in removeDeviceConnection()612 mPreviousCounterInstant = Instant.now(); in removeDeviceConnection()654 if (mPreviousCounterInstant != null) { in closeLocked()657 mPreviousCounterInstant, currentInstant).toNanos()); in closeLocked()658 mPreviousCounterInstant = currentInstant; in closeLocked()