Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_server.cpp301 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()
Dcommon_time_server_api.cpp60 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()
Dcommon_time_server.h225 if (mState == ICommonClock::STATE_MASTER) in setForceLowPriority()
/frameworks/av/include/common_time/
DICommonClock.h62 STATE_MASTER, enumerator
/frameworks/base/core/java/android/os/
DCommonClock.java78 public static final int STATE_MASTER = 2; field in CommonClock