Searched refs:states2 (Results 1 – 2 of 2) sorted by relevance
3244 final boolean state2IntChanged = cur.states2 != last.states2; in writeHistoryDelta()3290 dest.writeInt(cur.states2); in writeHistoryDelta()3292 + Integer.toHexString(cur.states2)); in writeHistoryDelta()3549 cur.states2 = src.readInt(); in readHistoryDelta()3551 + Integer.toHexString(cur.states2)); in readHistoryDelta()3627 final int diffStates2 = mHistoryLastWritten.states2^(cur.states2&mActiveHistoryStates2); in addHistoryBufferLocked()3629 final int lastDiffStates2 = mHistoryLastWritten.states2^mHistoryLastLastWritten.states2; in addHistoryBufferLocked()3722 mHistoryLastWritten.states2 &= mActiveHistoryStates2; in addHistoryBufferLocked()3775 && ((mHistoryEnd.states2^cur.states2)&mChangedStates2&mActiveHistoryStates2) == 0) { in addHistoryRecordInnerLocked()3788 mChangedStates2 |= mHistoryEnd.states^(cur.states2&mActiveHistoryStates2); in addHistoryRecordInnerLocked()[all …]
1720 public int states2; field in BatteryStats.HistoryItem1860 dest.writeInt(states2); in writeToParcel()1891 states2 = src.readInt(); in readFromParcel()1934 states2 = 0; in clear()1966 states2 = o.states2; in setToCommon()2000 && states2 == o.states2 in sameNonEvent()6470 printBitDescriptions(item, oldState2, rec.states2, null, in printNextItem()6618 oldState2 = rec.states2; in printNextItem()6620 if ((rec.states2 & HistoryItem.STATE2_CELLULAR_HIGH_TX_POWER_FLAG) != 0) { in printNextItem()6621 rec.states2 &= ~HistoryItem.STATE2_CELLULAR_HIGH_TX_POWER_FLAG; in printNextItem()