Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothPacketDecoder.java83 int previousLowTimestamp = 0; in decodePacket() local
97 if (mLowTimestamp < previousLowTimestamp) { in decodePacket()
100 previousLowTimestamp = mLowTimestamp; in decodePacket()