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.java36 private int mLowTimestamp; field in BluetoothPacketDecoder
84 int currentTimestamp = highTimestamp | mLowTimestamp; in decodePacket()
93 mLowTimestamp = b & TIMESTAMP_MASK_LOW; in decodePacket()
97 if (mLowTimestamp < previousLowTimestamp) { in decodePacket()
100 previousLowTimestamp = mLowTimestamp; in decodePacket()
103 int newTimestamp = highTimestamp | mLowTimestamp; in decodePacket()