Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothQualityReport.java684 private long mLastTxAckTimestamp; field in BluetoothQualityReport.BqrCommon
715 mLastTxAckTimestamp = bqrBuf.getInt() & 0xFFFFFFFFL; in BqrCommon()
749 mLastTxAckTimestamp = in.readLong(); in BqrCommon()
988 return mLastTxAckTimestamp; in getLastTxAckTimestamp()
1079 dest.writeLong(mLastTxAckTimestamp); in writeToParcel()
1147 + String.format("0x%08X", mLastTxAckTimestamp) in toString()
1184 private long mLastTxAckTimestamp; field in BluetoothQualityReport.BqrVsLsto
1202 mLastTxAckTimestamp = bqrBuf.getInt() & 0xFFFFFFFFL; in BqrVsLsto()
1213 mLastTxAckTimestamp = in.readLong(); in BqrVsLsto()
1313 return mLastTxAckTimestamp; in getLastTxAckTimestamp()
[all …]