Home
last modified time | relevance | path

Searched refs:deltaMillis (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DMidiBtleTimeTracker.java54 long deltaMillis = timestamp - mPreviousTimestamp; in convertTimestampToNanotime() local
56 if (deltaMillis < 0) { in convertTimestampToNanotime()
57 deltaMillis += RANGE_MILLIS; in convertTimestampToNanotime()
59 mPeripheralTimeMillis += deltaMillis; in convertTimestampToNanotime()