Searched refs:additive (Results 1 – 1 of 1) sorted by relevance
2423 int64_t additive = stopTimeUs - mPauseStartTimeUs; in stop() local2424 mDurationPausedUs += additive; in stop()2428 int64_t additive = stopTimeUs - mStartedRecordingUs; in stop() local2429 mDurationRecordedUs += additive; in stop()