Searched refs:getLocalFreq (Results 1 – 13 of 13) sorted by relevance
126 CCHELPER_METHOD(getLocalFreq(uint64_t* freq),127 getLocalFreq(freq))
66 uint64_t LocalClock::getLocalFreq() { in getLocalFreq() function in android::LocalClock
141 virtual status_t getLocalFreq(uint64_t* freq) { in getLocalFreq() function in android::BpCommonClock315 status_t status = getLocalFreq(&freq); in onTransact()
36 uint64_t getLocalFreq();
54 status_t getLocalFreq(uint64_t* freq);
80 virtual status_t getLocalFreq(uint64_t* freq) = 0;
70 status_t CommonClockService::getLocalFreq(uint64_t* freq) { in getLocalFreq() function in android::CommonClockService71 *freq = mTimeServer.getLocalClock().getLocalFreq(); in getLocalFreq()
42 virtual status_t getLocalFreq(uint64_t* freq);
62 uint64_t D = local_clock_->getLocalFreq() * kMinFullRangeSlewChange_mSec; in ClockRecoveryLoop()
199 if (!mCommonClock.init(mLocalClock.getLocalFreq())) in runStateMachine_l()
59 if (OK != (res = tmpHelper.getLocalFreq(&N))) { in MonoPipe()
125 t->localTimeFreq = lc.getLocalFreq(); in AudioMixer()
4893 mLocalTimeFreq = lc.getLocalFreq(); in TimedTrack()