Searched refs:mHistoryCur (Results 1 – 2 of 2) sorted by relevance
714 final HistoryItem mHistoryCur = new HistoryItem(); field in BatteryStatsImpl3748 mHistoryCur.states |= HistoryItem.STATE_CPU_RUNNING_FLAG; in addHistoryRecordLocked()3751 addHistoryRecordInnerLocked(elapsedRealtimeMs, mHistoryCur); in addHistoryRecordLocked()3798 mHistoryCur.eventCode = code; in addHistoryEventLocked()3799 mHistoryCur.eventTag = mHistoryCur.localEventTag; in addHistoryEventLocked()3800 mHistoryCur.eventTag.string = name; in addHistoryEventLocked()3801 mHistoryCur.eventTag.uid = uid; in addHistoryEventLocked()4228 mHistoryCur.states |= HistoryItem.STATE_WAKE_LOCK_FLAG; in noteStartWakeLocked()4230 + Integer.toHexString(mHistoryCur.states)); in noteStartWakeLocked()4231 mHistoryCur.wakelockTag = mHistoryCur.localWakelockTag; in noteStartWakeLocked()[all …]
95118 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryCur:Landroid/os/BatteryStats$HistoryItem;