Searched refs:mConditionTimer (Results 1 – 2 of 2) sorted by relevance
108 mConditionTimer(false, timeBaseNs) { in ValueMetricProducer()157 mConditionTimer.newBucketStart(mCurrentBucketStartTimeNs); in ValueMetricProducer()175 mConditionTimer.onConditionChanged(mIsActive && mCondition == ConditionState::kTrue, in prepareFirstBucketLocked()399 mConditionTimer.onConditionChanged(mIsActive, eventTimeNs); in onActiveStateChangedLocked()452 mConditionTimer.onConditionChanged(mCondition, eventTimeNs); in onConditionChangedLocked()863 int64_t conditionTrueDuration = mConditionTimer.newBucketStart(bucketEndTime); in flushCurrentBucketLocked()883 mConditionTimer.newBucketStart(nextBucketStartTimeNs); in flushCurrentBucketLocked()
238 ConditionTimer mConditionTimer; variable