Searched refs:mBoundState (Results 1 – 2 of 2) sorted by relevance
2275 svc.mBoundCount, ServiceState.SERVICE_BOUND, svc.mBoundState, in dumpLocked()2694 svc.mBoundState, svc.mBoundStartTime, now); in dumpCheckinLocked()3491 public int mBoundState = STATE_NOTHING; field in ProcessStats.ServiceState3515 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) { in applyNewOwner()3523 if (mBoundState != STATE_NOTHING) { in applyNewOwner()3543 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) { in clearCurrentOwner()3553 if (mBoundState != STATE_NOTHING) { in clearCurrentOwner()3594 mBoundCount = mBoundState != STATE_NOTHING ? 1 : 0; in resetSafely()3628 if (mBoundState != STATE_NOTHING) { in commitStateTime()3629 addDuration(SERVICE_BOUND + (mBoundState*SERVICE_COUNT), now - mBoundStartTime); in commitStateTime()[all …]
155 if (service.mBoundState != ProcessStats.STATE_NOTHING) { in setMemFactorLocked()