Searched refs:totalTxBytes (Results 1 – 2 of 2) sorted by relevance
1594 long totalTxBytes = 0; in addTrafficToApplications() local1598 totalTxBytes = Math.min(txBytes[i], txBytesAcrossUnderlyingIfaces); in addTrafficToApplications()1635 totalTxBytes in addTrafficToApplications()
12294 long totalTxBytes = 0; in updateBluetoothStateLocked() local12317 totalTxBytes += txBytes; in updateBluetoothStateLocked()12320 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()12347 if (totalTxBytes > 0 && txBytes > 0) { in updateBluetoothStateLocked()12348 final long timeTxMs = (leftOverTxTimeMs * txBytes) / totalTxBytes; in updateBluetoothStateLocked()