Searched refs:mExecState (Results 1 – 3 of 3) sorted by relevance
67 private int mExecState = STATE_NOTHING; field in ServiceState113 if (mExecState != ProcessStats.STATE_NOTHING) { in setMemFactor()131 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING in applyNewOwner()146 if (mExecState != STATE_NOTHING) { in applyNewOwner()166 if (mStarted || mBoundState != STATE_NOTHING || mExecState != STATE_NOTHING in clearCurrentOwner()185 if (mExecState != STATE_NOTHING) { in clearCurrentOwner()228 mExecCount = mExecState != STATE_NOTHING ? 1 : 0; in resetSafely()271 if (mExecState != STATE_NOTHING) { in commitStateTime()272 mDurations.addDuration(SERVICE_EXEC + (mExecState*SERVICE_COUNT), in commitStateTime()285 || mExecState != STATE_NOTHING || mForegroundState != STATE_NOTHING) in updateRunning()[all …]
820 Mutexed<ExecState>::Locked state(mExecState); in setListener_vb()836 Mutexed<ExecState>::Locked state(mExecState); in queue_nb()865 Mutexed<ExecState>::Locked state(mExecState); in flush_sm()894 Mutexed<ExecState>::Locked state(mExecState); in drain_nb()913 Mutexed<ExecState>::Locked state(mExecState); in start()938 Mutexed<ExecState>::Locked state(mExecState); in stop()962 Mutexed<ExecState>::Locked state(mExecState); in reset()1010 std::shared_ptr<C2Component::Listener> listener = mExecState.lock()->mListener; in finish()1036 std::shared_ptr<C2Component::Listener> listener = mExecState.lock()->mListener; in cloneAndSend()1108 Mutexed<ExecState>::Locked state(mExecState); in processQueue()[all …]
262 Mutexed<ExecState> mExecState; variable