Searched refs:otherSrc (Results 1 – 1 of 1) sorted by relevance
380 void add(SourceState otherSrc) { in add() argument381 mCount += otherSrc.mCount; in add()382 mDuration += otherSrc.mDuration; in add()383 mActiveCount += otherSrc.mActiveCount; in add()384 if (otherSrc.mActiveDuration != 0 || otherSrc.mActiveDurations != null) { in add()393 otherSrc.mActiveDuration); in add()416 otherSrc.mActiveDuration); in add()647 + otherSrc.mDuration in add()655 + otherSrc.mDuration in add()670 + otherSrc.mActiveDuration in add()[all …]