Searched refs:mExecState (Results 1 – 2 of 2) sorted by relevance
2245 svc.mExecCount, ServiceState.SERVICE_EXEC, svc.mExecState, in dumpLocked()2664 svc.mExecState, svc.mExecStartTime, now); in dumpCheckinLocked()3462 public int mExecState = STATE_NOTHING; field in ProcessStats.ServiceState3482 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) { in applyNewOwner()3496 if (mExecState != STATE_NOTHING) { in applyNewOwner()3510 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING) { in clearCurrentOwner()3528 if (mExecState != STATE_NOTHING) { in clearCurrentOwner()3562 mExecCount = mExecState != STATE_NOTHING ? 1 : 0; in resetSafely()3599 if (mExecState != STATE_NOTHING) { in commitStateTime()3600 addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), now - mExecStartTime); in commitStateTime()[all …]
158 if (service.mExecState != ProcessStats.STATE_NOTHING) { in setMemFactorLocked()