OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommonClock
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/common_time/
common_clock_service.cpp
48
return mTimeServer.
getCommonClock
().commonToLocal(commonTime, localTime);
53
return mTimeServer.
getCommonClock
().localToCommon(localTime, commonTime);
61
*freq = mTimeServer.
getCommonClock
().getCommonFreq();
common_time_server.h
50
CommonClock&
getCommonClock
() { return mCommonClock; }
Completed in 444 milliseconds