Searched refs:getLocalFreq (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/include/common_time/
H A Dlocal_clock.h36 uint64_t getLocalFreq();
H A Dcc_helper.h54 status_t getLocalFreq(uint64_t* freq);
H A DICommonClock.h80 virtual status_t getLocalFreq(uint64_t* freq) = 0;
/frameworks/av/media/common_time/
H A Dcc_helper.cpp126 CCHELPER_METHOD(getLocalFreq(uint64_t* freq),
127 getLocalFreq(freq))
H A Dlocal_clock.cpp66 uint64_t LocalClock::getLocalFreq() { function in class:android::LocalClock
H A DICommonClock.cpp141 virtual status_t getLocalFreq(uint64_t* freq) { function in class:android::BpCommonClock
315 status_t status = getLocalFreq(&freq);
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp70 status_t CommonClockService::getLocalFreq(uint64_t* freq) { function in class:android::CommonClockService
71 *freq = mTimeServer.getLocalClock().getLocalFreq();
H A Dcommon_clock_service.h42 virtual status_t getLocalFreq(uint64_t* freq);
H A Dclock_recovery.cpp63 uint64_t D = local_clock_->getLocalFreq() * kMinFullRangeSlewChange_mSec;
H A Dcommon_time_server.cpp200 if (!mCommonClock.init(mLocalClock.getLocalFreq()))

Completed in 6147 milliseconds