Searched refs:mySrc (Results 1 – 1 of 1) sorted by relevance
376 SourceState mySrc = mSources.get(key); in add() local378 if (mySrc == null) { in add()379 mySrc = new SourceState(key); in add()380 mSources.put(key, mySrc); in add()384 Slog.w(TAG, "Adding tot duration " + mySrc.mDuration + "+" in add()388 + mySrc.mKey.mProcess + " to assoc " + mName); in add()389 if ((mySrc.mDuration + otherSrc.mDuration) > mTotalDuration) { in add()392 Slog.w(TAG, "Source tot duration " + mySrc.mDuration + "+" in add()396 + mySrc.mKey.mProcess + " to assoc " + mName, ex); in add()398 if (mySrc.mActiveDurations == null && otherSrc.mActiveDurations == null) { in add()[all …]