Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/state/
H A DStateTracker.cpp120 const int32_t newStateValue = newState.mValue.int_value; in updateStateForPrimaryKey() local
122 if (kStateUnknown == newStateValue) { in updateStateForPrimaryKey()
129 stateValueInfo->state = newStateValue; in updateStateForPrimaryKey()
133 if (oldStateValue != newStateValue) { in updateStateForPrimaryKey()
149 if (kStateUnknown == newStateValue) { in updateStateForPrimaryKey()
154 stateValueInfo->state = newStateValue; in updateStateForPrimaryKey()
157 } else if (oldStateValue == newStateValue) { in updateStateForPrimaryKey()
160 stateValueInfo->state = newStateValue; in updateStateForPrimaryKey()