HomeSort by relevance Sort by last modified time
    Searched refs:STATE_MASTER (Results 1 - 5 of 5) sorted by null

  /frameworks/av/include/common_time/
ICommonClock.h 62 STATE_MASTER,
  /frameworks/base/libs/common_time/
common_time_server_api.cpp 60 if (ICommonClock::STATE_MASTER == mState)
185 if (ICommonClock::STATE_MASTER == mState) {
327 int32_t est = (ICommonClock::STATE_MASTER != mState)
common_time_server.cpp 301 case CommonClockService::STATE_MASTER:
343 (mState != ICommonClock::STATE_MASTER)) {
690 case ICommonClock::STATE_MASTER:
767 if (mState == ICommonClock::STATE_MASTER) {
    [all...]
common_time_server.h 225 if (mState == ICommonClock::STATE_MASTER)
  /frameworks/base/core/java/android/os/
CommonClock.java 62 * {@link #STATE_MASTER} if no active master is found and this client becomes the master of a
78 public static final int STATE_MASTER = 2;
88 * {@link #STATE_MASTER} state. During the election, all clients will allow their timeline to

Completed in 5322 milliseconds