OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
688
case ICommonClock::
STATE_CLIENT
:
857
} 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 178 milliseconds