Searched refs:mHistoryEnd (Results 1 – 1 of 1) sorted by relevance
192 HistoryItem mHistoryEnd; field in BatteryStatsImpl1325 if (mHistoryEnd != null && mHistoryEnd.cmd == HistoryItem.CMD_UPDATE in addHistoryRecordLocked()1326 && (mHistoryBaseTime+curTime) < (mHistoryEnd.time+2000) in addHistoryRecordLocked()1327 && ((mHistoryEnd.states^mHistoryCur.states)&mChangedStates) == 0) { in addHistoryRecordLocked()1331 && (mHistoryBaseTime+curTime) < (mHistoryEnd.time+500) in addHistoryRecordLocked()1334 mHistoryEnd.next = mHistoryCache; in addHistoryRecordLocked()1335 mHistoryCache = mHistoryEnd; in addHistoryRecordLocked()1336 mHistoryEnd = mHistoryLastEnd; in addHistoryRecordLocked()1339 mChangedStates |= mHistoryEnd.states^mHistoryCur.states; in addHistoryRecordLocked()1340 mHistoryEnd.setTo(mHistoryEnd.time, HistoryItem.CMD_UPDATE, mHistoryCur); in addHistoryRecordLocked()[all …]