Searched refs:getCommonTime (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/common_time/
H A Dcc_helper.h51 status_t getCommonTime(int64_t* commonTime);
H A DICommonClock.h77 virtual status_t getCommonTime(int64_t* commonTime) = 0;
/frameworks/av/media/common_time/
H A Dcc_helper.cpp120 CCHELPER_METHOD(getCommonTime(int64_t* commonTime),
121 getCommonTime(commonTime))
H A DICommonClock.cpp102 virtual status_t getCommonTime(int64_t* commonTime) { function in class:android::BpCommonClock
282 status_t status = getCommonTime(&commonTime);
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.h39 virtual status_t getCommonTime(int64_t* common_time);
H A Dcommon_clock_service.cpp56 status_t CommonClockService::getCommonTime(int64_t* commonTime) { function in class:android::CommonClockService
/frameworks/av/services/audioflinger/
H A DTracks.cpp1220 ? mCCHelper.getCommonTime(&targetTimeNow)

Completed in 246 milliseconds