Searched refs:rxTime (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothActivityEnergyInfo.java | 46 long txTime, long rxTime, long idleTime, long energyUsed) { in BluetoothActivityEnergyInfo() argument 50 mControllerRxTimeMs = rxTime; in BluetoothActivityEnergyInfo()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | WifiPowerCalculator.java | 205 final long rxTime = counter.getRxTimeCounter().getCountLocked(statsType); in calculateApp() local 207 powerDurationAndTraffic.durationMs = idleTime + rxTime + txTime; in calculateApp() 210 = calcPowerFromControllerDataMah(rxTime, txTime, idleTime); in calculateApp() 214 Log.d(TAG, "UID " + u.getUid() + ": idle=" + idleTime + "ms rx=" + rxTime in calculateApp()
|
/aosp12/frameworks/base/core/java/android/os/connectivity/ |
H A D | WifiActivityEnergyInfo.java | 165 long rxTime = in.readLong(); 169 txTime, rxTime, scanTime, idleTime);
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | WifiUsabilityStatsEntry.java | 478 public RadioStats(int radioId, long onTime, long txTime, long rxTime, long onTimeScan, in RadioStats() argument 484 this.mTotalRadioRxTimeMillis = rxTime; in RadioStats()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | AdapterService.java | 3399 private void energyInfoCallback(int status, int ctrlState, long txTime, long rxTime, in energyInfoCallback() argument 3408 final long rxMah = Math.multiplyExact(rxTime, getRxCurrentMa()); in energyInfoCallback() 3426 totalRxTimeMs = Math.addExact(mRxTimeTotalMs, rxTime); in energyInfoCallback() 3458 + rxTime + "idleTime = " + idleTime + "energyUsed = " + energyUsed + "ctrlState = " in energyInfoCallback()
|