Searched refs:updateCurrentStateKey (Results 1 – 5 of 5) sorted by relevance
345 updateCurrentStateKey(atomId, newState); in onStateChanged()352 updateCurrentStateKey(atomId, newState); in onStateChanged()462 void OringDurationTracker::updateCurrentStateKey(const int32_t atomId, const FieldValue& newState) { in updateCurrentStateKey() function in android::os::statsd::OringDurationTracker
65 void updateCurrentStateKey(const int32_t atomId, const FieldValue& newState);
66 void updateCurrentStateKey(const int32_t atomId, const FieldValue& newState);
135 virtual void updateCurrentStateKey(const int32_t atomId, const FieldValue& newState) = 0;
328 void MaxDurationTracker::updateCurrentStateKey(const int32_t atomId, const FieldValue& newState) { in updateCurrentStateKey() function in android::os::statsd::MaxDurationTracker