Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothQualityReport.java1415 private int mAclTxQueueLength; field in BluetoothQualityReport.BqrVsA2dpChoppy
1432 mAclTxQueueLength = bqrBuf.get() & 0xFF; in BqrVsA2dpChoppy()
1442 mAclTxQueueLength = in.readInt(); in BqrVsA2dpChoppy()
1509 return mAclTxQueueLength; in getAclTxQueueLength()
1559 dest.writeInt(mAclTxQueueLength); in writeToParcel()
1596 + mAclTxQueueLength in toString()