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

  /frameworks/av/include/common_time/
ICommonClock.h 66 STATE_RONIN,
  /frameworks/base/libs/common_time/
common_time_server.cpp 691 case ICommonClock::STATE_RONIN:
797 } else if (mState == ICommonClock::STATE_RONIN) {
850 if (mState == ICommonClock::STATE_INITIAL || mState == ICommonClock::STATE_RONIN) {
    [all...]
  /frameworks/base/core/java/android/os/
CommonClock.java 92 public static final int STATE_RONIN = 3;
98 * threshold, the time service will transition back to the {@link #STATE_RONIN} state in order

Completed in 84 milliseconds