Searched refs:STATE_MASTER (Results 1 – 5 of 5) sorted by relevance
301 case CommonClockService::STATE_MASTER: in runStateMachine_l()343 (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()1041 } else if (mState == ICommonClock::STATE_MASTER) { in handleMasterAnnouncement()1140 assert(mState == ICommonClock::STATE_MASTER); in sendMasterAnnouncement()1267 setState(ICommonClock::STATE_MASTER); in becomeMaster()1378 case ICommonClock::STATE_MASTER: in stateToString()
60 if (ICommonClock::STATE_MASTER == mState) in getEstimatedError()185 if (ICommonClock::STATE_MASTER == mState) { in setMasterAnnounceInterval()327 int32_t est = (ICommonClock::STATE_MASTER != mState) in dumpClockInterface()
225 if (mState == ICommonClock::STATE_MASTER) in setForceLowPriority()
62 STATE_MASTER, enumerator
78 public static final int STATE_MASTER = 2; field in CommonClock