Searched refs:totalTxBytes (Results 1 – 1 of 1) sorted by relevance
11676 long totalTxBytes = 0; in updateBluetoothStateLocked() local11699 totalTxBytes += txBytes; in updateBluetoothStateLocked()11702 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()11725 if (totalTxBytes > 0 && txBytes > 0) { in updateBluetoothStateLocked()11726 final long timeTxMs = (leftOverTxTimeMs * txBytes) / totalTxBytes; in updateBluetoothStateLocked()