Searched refs:totalTxBytes (Results 1 – 1 of 1) sorted by relevance
11337 long totalTxBytes = 0; in updateBluetoothStateLocked() local11360 totalTxBytes += txBytes; in updateBluetoothStateLocked()11363 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()11385 if (totalTxBytes > 0 && txBytes > 0) { in updateBluetoothStateLocked()11386 final long timeTxMs = (leftOverTxTimeMs * txBytes) / totalTxBytes; in updateBluetoothStateLocked()