Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp345 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
DOringDurationTracker.h65 void updateCurrentStateKey(const int32_t atomId, const FieldValue& newState);
DMaxDurationTracker.h66 void updateCurrentStateKey(const int32_t atomId, const FieldValue& newState);
DDurationTracker.h135 virtual void updateCurrentStateKey(const int32_t atomId, const FieldValue& newState) = 0;
DMaxDurationTracker.cpp328 void MaxDurationTracker::updateCurrentStateKey(const int32_t atomId, const FieldValue& newState) { in updateCurrentStateKey() function in android::os::statsd::MaxDurationTracker