Home
last modified time | relevance | path

Searched refs:states2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3248 final boolean state2IntChanged = cur.states2 != last.states2; in writeHistoryDelta()
3294 dest.writeInt(cur.states2); in writeHistoryDelta()
3296 + Integer.toHexString(cur.states2)); in writeHistoryDelta()
3551 cur.states2 = src.readInt(); in readHistoryDelta()
3553 + Integer.toHexString(cur.states2)); in readHistoryDelta()
3629 final int diffStates2 = mHistoryLastWritten.states2^(cur.states2&mActiveHistoryStates2); in addHistoryBufferLocked()
3631 final int lastDiffStates2 = mHistoryLastWritten.states2^mHistoryLastLastWritten.states2; in addHistoryBufferLocked()
3724 mHistoryLastWritten.states2 &= mActiveHistoryStates2; in addHistoryBufferLocked()
3777 && ((mHistoryEnd.states2^cur.states2)&mChangedStates2&mActiveHistoryStates2) == 0) { in addHistoryRecordInnerLocked()
3790 mChangedStates2 |= mHistoryEnd.states^(cur.states2&mActiveHistoryStates2); in addHistoryRecordInnerLocked()
[all …]
/frameworks/base/core/java/android/os/
DBatteryStats.java1730 public int states2; field in BatteryStats.HistoryItem
1864 dest.writeInt(states2); in writeToParcel()
1896 states2 = src.readInt(); in readFromParcel()
1939 states2 = 0; in clear()
1971 states2 = o.states2; in setToCommon()
2005 && states2 == o.states2 in sameNonEvent()
6451 printBitDescriptions(item, oldState2, rec.states2, null, in printNextItem()
6599 oldState2 = rec.states2; in printNextItem()
6601 if ((rec.states2 & HistoryItem.STATE2_CELLULAR_HIGH_TX_POWER_FLAG) != 0) { in printNextItem()
6602 rec.states2 &= ~HistoryItem.STATE2_CELLULAR_HIGH_TX_POWER_FLAG; in printNextItem()