Home
last modified time | relevance | path

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

/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothPacketDecoder.java92 int previousLowTimestamp = 0; in decodePacket() local
107 if (mLowTimestamp < previousLowTimestamp) { in decodePacket()
110 previousLowTimestamp = mLowTimestamp; in decodePacket()