Home
last modified time | relevance | path

Searched refs:getLocalFreq (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/common_time/
Dcc_helper.cpp126 CCHELPER_METHOD(getLocalFreq(uint64_t* freq),
127 getLocalFreq(freq))
Dlocal_clock.cpp66 uint64_t LocalClock::getLocalFreq() { in getLocalFreq() function in android::LocalClock
DICommonClock.cpp141 virtual status_t getLocalFreq(uint64_t* freq) { in getLocalFreq() function in android::BpCommonClock
315 status_t status = getLocalFreq(&freq); in onTransact()
/frameworks/av/include/common_time/
Dlocal_clock.h36 uint64_t getLocalFreq();
Dcc_helper.h54 status_t getLocalFreq(uint64_t* freq);
DICommonClock.h80 virtual status_t getLocalFreq(uint64_t* freq) = 0;
/frameworks/base/services/common_time/
Dcommon_clock_service.cpp70 status_t CommonClockService::getLocalFreq(uint64_t* freq) { in getLocalFreq() function in android::CommonClockService
71 *freq = mTimeServer.getLocalClock().getLocalFreq(); in getLocalFreq()
Dcommon_clock_service.h42 virtual status_t getLocalFreq(uint64_t* freq);
Dclock_recovery.cpp62 uint64_t D = local_clock_->getLocalFreq() * kMinFullRangeSlewChange_mSec; in ClockRecoveryLoop()
Dcommon_time_server.cpp199 if (!mCommonClock.init(mLocalClock.getLocalFreq())) in runStateMachine_l()
/frameworks/av/media/libnbaio/
DMonoPipe.cpp59 if (OK != (res = tmpHelper.getLocalFreq(&N))) { in MonoPipe()
/frameworks/av/services/audioflinger/
DAudioMixer.cpp125 t->localTimeFreq = lc.getLocalFreq(); in AudioMixer()
DAudioFlinger.cpp4893 mLocalTimeFreq = lc.getLocalFreq(); in TimedTrack()