Searched refs:scanTime (Results 1 – 3 of 3) sorted by relevance
81 public long scanTime; field in BluetoothPowerStatsProcessor.Intermediates165 intermediates.scanTime = mStatsLayout.getDeviceScanTime(mTmpDeviceStatsArray); in computeDevicePowerEstimates()238 cdseIntermediates.scanTime += intermediates.scanTime; in combineDeviceStateEstimates()268 boolean normalizeRxByScanTime = intermediates.scanTime > intermediates.rxTime; in computeUidPowerEstimates()269 boolean normalizeTxByScanTime = intermediates.scanTime > intermediates.txTime; in computeUidPowerEstimates()279 if (intermediates.scanTime != 0) { in computeUidPowerEstimates()281 / intermediates.scanTime; in computeUidPowerEstimates()290 if (intermediates.scanTime != 0) { in computeUidPowerEstimates()292 / intermediates.scanTime; in computeUidPowerEstimates()
90 public long scanTime; field in BluetoothPowerStatsCollector.UidStats269 uidStats.scanTime += scanTimeMs; in collectBluetoothScanStats()275 if (counts.scanTime == 0) { in collectBluetoothScanStats()279 long delta = Math.max(0, counts.scanTime - counts.lastScanTime); in collectBluetoothScanStats()280 counts.lastScanTime = counts.scanTime; in collectBluetoothScanStats()281 counts.scanTime = 0; in collectBluetoothScanStats()
174 long scanTime = in.readLong();177 txTime, rxTime, scanTime, idleTime);