Home
last modified time | relevance | path

Searched refs:STATE_RONIN (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/common_time/
Dcommon_time_server.cpp692 case ICommonClock::STATE_RONIN: in handleTimeout()
798 } else if (mState == ICommonClock::STATE_RONIN) { in handleWhoIsMasterRequest()
851 if (mState == ICommonClock::STATE_INITIAL || mState == ICommonClock::STATE_RONIN) { in handleWhoIsMasterResponse()
1021 mState == ICommonClock::STATE_RONIN || in handleMasterAnnouncement()
1056 assert(mState == ICommonClock::STATE_INITIAL || mState == ICommonClock::STATE_RONIN); in sendWhoIsMasterRequest()
1299 setState(ICommonClock::STATE_RONIN); in becomeRonin()
1381 case ICommonClock::STATE_RONIN: in stateToString()
/frameworks/av/include/common_time/
DICommonClock.h66 STATE_RONIN, enumerator
/frameworks/base/core/java/android/os/
DCommonClock.java91 public static final int STATE_RONIN = 3; field in CommonClock