Searched refs:timeRxMs (Results 1 – 1 of 1) sorted by relevance
9999 final long timeRxMs = (leftOverRxTimeMs * traffic.getRxBytes()) / totalRxBytes; in updateBluetoothStateLocked() local10003 + " rx_time=" + timeRxMs); in updateBluetoothStateLocked()10005 counter.getRxTimeCounter().addCountLocked(timeRxMs); in updateBluetoothStateLocked()10006 leftOverRxTimeMs -= timeRxMs; in updateBluetoothStateLocked()