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

/frameworks/base/services/common_time/
H A Dcommon_clock_service.cpp48 return mTimeServer.getCommonClock().commonToLocal(commonTime, localTime);
53 return mTimeServer.getCommonClock().localToCommon(localTime, commonTime);
61 *freq = mTimeServer.getCommonClock().getCommonFreq();
H A Dcommon_time_server.h50 CommonClock& getCommonClock() { return mCommonClock; } function in class:android::CommonTimeServer

Completed in 77 milliseconds