Searched refs:STATE_CLIENT (Results 1 – 4 of 4) sorted by relevance
687 case ICommonClock::STATE_CLIENT: in handleTimeout()856 } else if (mState == ICommonClock::STATE_CLIENT) { in handleWhoIsMasterResponse()930 if (mState != ICommonClock::STATE_CLIENT) in handleSyncResponse()1029 } else if (mState == ICommonClock::STATE_CLIENT) { in handleMasterAnnouncement()1106 assert(mState == ICommonClock::STATE_CLIENT); in sendSyncRequest()1226 setState(ICommonClock::STATE_CLIENT); in becomeClient()1376 case ICommonClock::STATE_CLIENT: in stateToString()
213 if (ICommonClock::STATE_CLIENT == mState) { in setClientSyncInterval()
59 STATE_CLIENT, enumerator
71 public static final int STATE_CLIENT = 1; field in CommonClock