Searched refs:STATE_MASTER (Results 1 – 5 of 5) sorted by relevance
300 case CommonClockService::STATE_MASTER: in runStateMachine_l()342 (mState != ICommonClock::STATE_MASTER)) { in runStateMachine_l()689 case ICommonClock::STATE_MASTER: in handleTimeout()766 if (mState == ICommonClock::STATE_MASTER) { in handleWhoIsMasterRequest()880 if ((mState == ICommonClock::STATE_MASTER) && in handleSyncRequest()1040 } else if (mState == ICommonClock::STATE_MASTER) { in handleMasterAnnouncement()1139 assert(mState == ICommonClock::STATE_MASTER); in sendMasterAnnouncement()1266 setState(ICommonClock::STATE_MASTER); in becomeMaster()1377 case ICommonClock::STATE_MASTER: in stateToString()
58 if (ICommonClock::STATE_MASTER == mState) in getEstimatedError()183 if (ICommonClock::STATE_MASTER == mState) { in setMasterAnnounceInterval()325 int32_t est = (ICommonClock::STATE_MASTER != mState) in dumpClockInterface()
225 if (mState == ICommonClock::STATE_MASTER) in setForceLowPriority()
62 STATE_MASTER, enumerator
79 public static final int STATE_MASTER = 2; field in CommonClock