Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_server.cpp169 mICommonClock = CommonClockService::instantiate(*this); in startServices()
170 if (mICommonClock == NULL) in startServices()
1356 mICommonClock->notifyOnTimelineChanged(mTimelineID); in notifyClockSync()
1363 mICommonClock->notifyOnTimelineChanged( in notifyClockSyncLoss()
Dcommon_time_server.h194 sp<CommonClockService> mICommonClock; variable