Searched refs:mCurCombinedState (Results 1 – 1 of 1) sorted by relevance
137 private int mCurCombinedState = STATE_NOTHING; field in ProcessState191 mCurCombinedState = commonProcess.mCurCombinedState; in ProcessState()193 if (mCurCombinedState != STATE_NOTHING) { in ProcessState()352 || mCurCombinedState != STATE_NOTHING; in isInUse()361 && mCurCombinedState == STATE_NOTHING in hasAnyData()400 if (!mDead && (mCurCombinedState != state)) { in setCombinedState()407 } else if (mCurCombinedState == STATE_NOTHING) { in setCombinedState()416 mCurCombinedState = state; in setCombinedState()421 return mCurCombinedState; in getCombinedState()425 if (mCurCombinedState != STATE_NOTHING) { in commitStateTime()[all …]