Searched refs:totalRxBytes (Results 1 – 1 of 1) sorted by relevance
13354 long totalRxBytes = 0; in updateBluetoothStateLocked() local13375 totalRxBytes += rxBytes; in updateBluetoothStateLocked()13379 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()13393 if (totalRxBytes > 0 && rxBytes > 0) { in updateBluetoothStateLocked()13394 final long timeRxMs = (leftOverRxTimeMs * rxBytes) / totalRxBytes; in updateBluetoothStateLocked()