Home
last modified time | relevance | path

Searched refs:mRxTimeTotalMs (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java157 private long mRxTimeTotalMs; field in AdapterService
3280 mStackReportedState, mTxTimeTotalMs, mRxTimeTotalMs, mIdleTimeTotalMs, in reportActivityInfo()
3426 totalRxTimeMs = Math.addExact(mRxTimeTotalMs, rxTime); in energyInfoCallback()
3434 totalRxTimeMs = mRxTimeTotalMs; in energyInfoCallback()
3440 mRxTimeTotalMs = totalRxTimeMs; in energyInfoCallback()