Searched refs:totalRxBytes (Results 1 – 2 of 2) sorted by relevance
1578 long totalRxBytes = 0; in addTrafficToApplications() local1586 totalRxBytes = Math.min(rxBytes[i], rxBytesAcrossUnderlyingIfaces); in addTrafficToApplications()1621 totalRxBytes in addTrafficToApplications()
12295 long totalRxBytes = 0; in updateBluetoothStateLocked() local12316 totalRxBytes += rxBytes; in updateBluetoothStateLocked()12320 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()12334 if (totalRxBytes > 0 && rxBytes > 0) { in updateBluetoothStateLocked()12335 final long timeRxMs = (leftOverRxTimeMs * rxBytes) / totalRxBytes; in updateBluetoothStateLocked()