Searched refs:getCommonClock (Results 1 – 2 of 2) sorted by relevance
48 return mTimeServer.getCommonClock().commonToLocal(commonTime, localTime); in commonTimeToLocalTime()53 return mTimeServer.getCommonClock().localToCommon(localTime, commonTime); in localTimeToCommonTime()61 *freq = mTimeServer.getCommonClock().getCommonFreq(); in getCommonFreq()
50 CommonClock& getCommonClock() { return mCommonClock; } in getCommonClock() function