Searched refs:totalTxBytes (Results 1 – 2 of 2) sorted by relevance
1564 long totalTxBytes = 0; in addTrafficToApplications() local1568 totalTxBytes = Math.min(txBytes[i], txBytesAcrossUnderlyingIfaces); in addTrafficToApplications()1605 totalTxBytes in addTrafficToApplications()
11343 long totalTxBytes = 0; in updateBluetoothStateLocked() local11366 totalTxBytes += txBytes; in updateBluetoothStateLocked()11369 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()11391 if (totalTxBytes > 0 && txBytes > 0) { in updateBluetoothStateLocked()11392 final long timeTxMs = (leftOverTxTimeMs * txBytes) / totalTxBytes; in updateBluetoothStateLocked()