Home
last modified time | relevance | path

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

/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothPacketDecoder.java37 private int mLowTimestamp; field in BluetoothPacketDecoder
93 int currentTimestamp = highTimestamp | mLowTimestamp; in decodePacket()
103 mLowTimestamp = b & TIMESTAMP_MASK_LOW; in decodePacket()
107 if (mLowTimestamp < previousLowTimestamp) { in decodePacket()
110 previousLowTimestamp = mLowTimestamp; in decodePacket()
113 int newTimestamp = highTimestamp | mLowTimestamp; in decodePacket()