HomeSort by relevance Sort by last modified time
    Searched refs:getCommonClock (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/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 67 milliseconds