OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_MASTER
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/include/common_time/
ICommonClock.h
62
STATE_MASTER
,
/frameworks/base/services/common_time/
common_time_server_api.cpp
58
if (ICommonClock::
STATE_MASTER
== mState)
183
if (ICommonClock::
STATE_MASTER
== mState) {
325
int32_t est = (ICommonClock::
STATE_MASTER
!= mState)
common_time_server.cpp
300
case CommonClockService::
STATE_MASTER
:
342
(mState != ICommonClock::
STATE_MASTER
)) {
689
case ICommonClock::
STATE_MASTER
:
766
if (mState == ICommonClock::
STATE_MASTER
) {
[
all
...]
common_time_server.h
225
if (mState == ICommonClock::
STATE_MASTER
)
/frameworks/base/core/java/android/os/
CommonClock.java
71
* {@link #
STATE_MASTER
} if no active master is found and this client becomes the master of a
87
public static final int
STATE_MASTER
= 2;
97
* {@link #
STATE_MASTER
} state. During the election, all clients will allow their timeline to
Completed in 52 milliseconds