Searched refs:processStateChange (Results 1 – 4 of 4) sorted by relevance
131 if (item.processStateChange != null) { in aggregatePowerStats()132 mStats.setUidState(item.processStateChange.uid, in aggregatePowerStats()134 item.processStateChange.processState, item.time); in aggregatePowerStats()
272 cur.processStateChange = cur.localProcessStateChange; in readHistoryDelta()273 cur.processStateChange.readFromParcel(src); in readHistoryDelta()275 cur.processStateChange = null; in readHistoryDelta()279 cur.processStateChange = null; in readHistoryDelta()
1378 mHistoryCur.processStateChange = mHistoryCur.localProcessStateChange; in recordProcessStateChange()1379 mHistoryCur.processStateChange.uid = uid; in recordProcessStateChange()1380 mHistoryCur.processStateChange.processState = processState; in recordProcessStateChange()1774 && cur.processStateChange == null) { in writeHistoryItem()1812 && mHistoryLastWritten.processStateChange == null) { in writeHistoryItem()1864 copy.processStateChange = null; in writeHistoryItem()1939 cur.processStateChange = null; in writeHistoryItem()2077 if (cur.processStateChange != null) { in writeHistoryDelta()2211 if (cur.processStateChange != null) { in writeHistoryDelta()2212 cur.processStateChange.writeToParcel(dest); in writeHistoryDelta()
2015 public ProcessStateChange processStateChange; field in BatteryStats.HistoryItem2229 processStateChange = null; in clear()2280 processStateChange = o.processStateChange; in setToCommon()7192 if (rec.processStateChange != null && verbose) { in printNextItem()7195 item.append(rec.processStateChange.formatForBatteryHistory()); in printNextItem()