Home
last modified time | relevance | path

Searched refs:getCommonClock (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/common_time/
Dcommon_clock_service.cpp48 return mTimeServer.getCommonClock().commonToLocal(commonTime, localTime); in commonTimeToLocalTime()
53 return mTimeServer.getCommonClock().localToCommon(localTime, commonTime); in localTimeToCommonTime()
61 *freq = mTimeServer.getCommonClock().getCommonFreq(); in getCommonFreq()
Dcommon_time_server.h50 CommonClock& getCommonClock() { return mCommonClock; } in getCommonClock() function