Searched refs:statSoftIrqTime (Results 1 – 3 of 3) sorted by relevance
1615 public int statSoftIrqTime; field in BatteryStats.HistoryStepDetails1648 out.writeInt(statSoftIrqTime); in writeToParcel()1669 statSoftIrqTime = in.readInt(); in readFromParcel()6597 item.append(rec.stepDetails.statSoftIrqTime); in printNextItem()6603 + rec.stepDetails.statSoftIrqTime; in printNextItem()6648 item.append(rec.stepDetails.statSoftIrqTime); in printNextItem()
3580 out.statSoftIrqTime = (int) (mCurStepStatSoftIrqTimeMs - mLastStepStatSoftIrqTimeMs); in computeHistoryStepDetails()
38283 Landroid/os/BatteryStats$HistoryStepDetails;->statSoftIrqTime:I