Searched refs:getLocalFreq (Results 1 - 13 of 13) 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/services/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.cpp62 uint64_t D = local_clock_->getLocalFreq() * kMinFullRangeSlewChange_mSec;
H A Dcommon_time_server.cpp199 if (!mCommonClock.init(mLocalClock.getLocalFreq()))
/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp59 if (OK != (res = tmpHelper.getLocalFreq(&N))) {
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp125 t->localTimeFreq = lc.getLocalFreq();
H A DAudioFlinger.cpp4893 mLocalTimeFreq = lc.getLocalFreq();

Completed in 233 milliseconds