OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimeServer
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/common_time/
common_time_config_service.cpp
35
return
mTimeServer
.dumpConfigInterface(fd, args);
39
return
mTimeServer
.getMasterElectionPriority(priority);
43
return
mTimeServer
.setMasterElectionPriority(priority);
48
return
mTimeServer
.getMasterElectionEndpoint(addr);
53
return
mTimeServer
.setMasterElectionEndpoint(addr);
57
return
mTimeServer
.getMasterElectionGroupId(id);
61
return
mTimeServer
.setMasterElectionGroupId(id);
66
status_t ret =
mTimeServer
.getInterfaceBinding(tmp);
73
return
mTimeServer
.setInterfaceBinding(tmp);
77
return
mTimeServer
.getMasterAnnounceInterval(interval)
[
all
...]
common_clock_service.cpp
38
return
mTimeServer
.dumpClockInterface(fd, args, mListeners.size());
43
return
mTimeServer
.isCommonTimeValid(valid, timelineID);
48
return
mTimeServer
.getCommonClock().commonToLocal(commonTime, localTime);
53
return
mTimeServer
.getCommonClock().localToCommon(localTime, commonTime);
57
return localTimeToCommonTime(
mTimeServer
.getLocalClock().getLocalTime(), commonTime);
61
*freq =
mTimeServer
.getCommonClock().getCommonFreq();
66
*localTime =
mTimeServer
.getLocalClock().getLocalTime();
71
*freq =
mTimeServer
.getLocalClock().getLocalFreq();
76
*estimate =
mTimeServer
.getEstimatedError();
81
*id =
mTimeServer
.getTimelineID()
[
all
...]
common_clock_service.h
57
:
mTimeServer
(timeServer) { };
61
CommonTimeServer&
mTimeServer
;
common_time_config_service.h
53
:
mTimeServer
(timeServer) { }
54
CommonTimeServer&
mTimeServer
;
Completed in 48 milliseconds