Home
last modified time | relevance | path

Searched refs:mStateEngine (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/evs/
H A DCarEvsService.java598 private final StateMachine mStateEngine = new StateMachine(); field in CarEvsService
679 if (!mStateEngine.checkCurrentStateRequiresActivityLocked() && in requestActivityIfNecessaryLocked()
685 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE); in requestActivityIfNecessaryLocked()
686 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_REQUESTED, in requestActivityIfNecessaryLocked()
700 } else if (mStateEngine.getState() == SERVICE_STATE_REQUESTED) { in handleActivityRequestTimeout()
703 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE); in handleActivityRequestTimeout()
863 writer.printf("Current state = %s\n", mStateEngine); in dump()
940 mStateEngine.execute(REQUEST_PRIORITY_NORMAL, SERVICE_STATE_INACTIVE); in stopActivity()
1036 return mStateEngine.getStateAndServiceType(); in getCurrentStatus()
1272 if (mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE, in handlePropertyEventLocked()
[all …]