Searched refs:mActiveProcState (Results 1 – 1 of 1) sorted by relevance
55 int mActiveProcState = ProcessStats.STATE_NOTHING; field in AssociationState.SourceState112 if (mActiveProcState != mProcState) { in startActive()113 if (mActiveProcState != ProcessStats.STATE_NOTHING) { in startActive()121 mDurations.addDuration(mActiveProcState, duration); in startActive()126 mActiveProcState = mProcState; in startActive()140 mDurations.addDuration(mActiveProcState, duration); in stopActive()320 mySrc.mDurations.addDuration(otherSrc.mActiveProcState, in add()329 mySrc.mDurations.addDuration(mySrc.mActiveProcState, mySrc.mActiveDuration); in add()331 mySrc.mActiveProcState = ProcessStats.STATE_NOTHING; in add()336 if (mySrc.mActiveProcState == otherSrc.mActiveProcState) { in add()[all …]