Searched refs:getLocalFreq (Results 1 – 10 of 10) 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);
63 uint64_t D = local_clock_->getLocalFreq() * kMinFullRangeSlewChange_mSec; in ClockRecoveryLoop()
200 if (!mCommonClock.init(mLocalClock.getLocalFreq())) in runStateMachine_l()