Searched refs:statSoftIrqTime (Results 1 – 2 of 2) sorted by relevance
1426 public int statSoftIrqTime; field in BatteryStats.HistoryStepDetails1460 out.writeInt(statSoftIrqTime); in writeToParcel()1482 statSoftIrqTime = in.readInt(); in readFromParcel()6373 item.append(rec.stepDetails.statSoftIrqTime); in printNextItem()6379 + rec.stepDetails.statSoftIrqTime; in printNextItem()6427 item.append(rec.stepDetails.statSoftIrqTime); in printNextItem()
3493 out.statSoftIrqTime = (int)(mCurStepStatSoftIrqTime - mLastStepStatSoftIrqTime); in computeHistoryStepDetails()4706 int statSoftIrqTime, int statIdleTime) { in finishAddingCpuLocked() argument4710 + " sirq=" + statSoftIrqTime + " idle=" + statIdleTime); in finishAddingCpuLocked()4717 mCurStepStatSoftIrqTime += statSoftIrqTime; in finishAddingCpuLocked()