Searched refs:mLastStepStatIrqTime (Results 1 – 2 of 2) sorted by relevance
744 long mLastStepStatIrqTime; field in BatteryStatsImpl3402 mLastStepStatIrqTime = mCurStepStatIrqTime; in computeHistoryStepDetails()3411 + " irq=" + mLastStepStatIrqTime + " sirq=" in computeHistoryStepDetails()3423 out.statIrqTime = (int)(mCurStepStatIrqTime - mLastStepStatIrqTime); in computeHistoryStepDetails()3467 mLastStepStatIrqTime = mCurStepStatIrqTime; in computeHistoryStepDetails()10578 mLastStepStatIrqTime = mCurStepStatIrqTime = 0; in resetAllStatsLocked()
95161 Lcom/android/internal/os/BatteryStatsImpl;->mLastStepStatIrqTime:J