Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_server.cpp104 , mState(ICommonClock::STATE_INITIAL) in CommonTimeServer()
288 case CommonClockService::STATE_INITIAL: in runStateMachine_l()
342 if ((mState != ICommonClock::STATE_INITIAL) && in runStateMachine_l()
685 case ICommonClock::STATE_INITIAL: in handleTimeout()
812 } else if (mState == ICommonClock::STATE_INITIAL) { in handleWhoIsMasterRequest()
850 if (mState == ICommonClock::STATE_INITIAL || mState == ICommonClock::STATE_RONIN) { in handleWhoIsMasterResponse()
1019 if (mState == ICommonClock::STATE_INITIAL || in handleMasterAnnouncement()
1055 assert(mState == ICommonClock::STATE_INITIAL || mState == ICommonClock::STATE_RONIN); in sendWhoIsMasterRequest()
1062 assert(mState == ICommonClock::STATE_INITIAL); in sendWhoIsMasterRequest()
1093 if (mState == ICommonClock::STATE_INITIAL) { in sendWhoIsMasterRequest()
[all …]
/frameworks/base/services/autofill/java/com/android/server/autofill/
DViewState.java53 public static final int STATE_INITIAL = 0x001; field in ViewState
140 if (mState == STATE_INITIAL) { in setState()
DSession.java1049 isIgnored ? ViewState.STATE_IGNORED : ViewState.STATE_INITIAL); in updateLocked()
1237 setViewStatesLocked(oldResponse, ViewState.STATE_INITIAL, true); in replaceResponseLocked()
/frameworks/wilhelm/tests/sandbox/
Dmonkey.c28 STATE_INITIAL, enumerator
200 _(STATE_INITIAL, actionInitialize, 1)
252 State_t currentState = STATE_INITIAL; in main()
/frameworks/av/include/common_time/
DICommonClock.h56 STATE_INITIAL, enumerator
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java63 private static final int STATE_INITIAL = 0; field in RemotePrintDocument
151 private int mState = STATE_INITIAL;
188 if (mState != STATE_INITIAL) { in start()
212 if (mState == STATE_INITIAL || mState == STATE_FINISHED || mState == STATE_DESTROYED) { in update()
/frameworks/base/core/java/android/os/
DCommonClock.java65 public static final int STATE_INITIAL = 0; field in CommonClock