Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_server.cpp103 , mState(ICommonClock::STATE_INITIAL) in CommonTimeServer()
287 case CommonClockService::STATE_INITIAL: in runStateMachine_l()
341 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()
1018 if (mState == ICommonClock::STATE_INITIAL || in handleMasterAnnouncement()
1054 assert(mState == ICommonClock::STATE_INITIAL || mState == ICommonClock::STATE_RONIN); in sendWhoIsMasterRequest()
1061 assert(mState == ICommonClock::STATE_INITIAL); in sendWhoIsMasterRequest()
1092 if (mState == ICommonClock::STATE_INITIAL) { in sendWhoIsMasterRequest()
[all …]
/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.java60 private static final int STATE_INITIAL = 0; field in RemotePrintDocument
144 private int mState = STATE_INITIAL;
176 if (mState != STATE_INITIAL) { in start()
199 if (mState == STATE_INITIAL || mState == STATE_FINISHED || mState == STATE_DESTROYED) { in update()
/frameworks/base/core/java/android/os/
DCommonClock.java66 public static final int STATE_INITIAL = 0; field in CommonClock