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

  /frameworks/av/include/common_time/
ICommonClock.h 59 STATE_CLIENT,
  /frameworks/base/libs/common_time/
common_time_server.cpp 687 case ICommonClock::STATE_CLIENT:
856 } else if (mState == ICommonClock::STATE_CLIENT) {
    [all...]
common_time_server_api.cpp 213 if (ICommonClock::STATE_CLIENT == mState) {
  /frameworks/base/core/java/android/os/
CommonClock.java 61 * transition to either {@link #STATE_CLIENT} if it finds an active master, or to
71 public static final int STATE_CLIENT = 1;
96 * the {@link #STATE_CLIENT} state. If no new master announces itself within the timeout

Completed in 71 milliseconds