Searched refs:getCommonFreq (Results 1 – 7 of 7) sorted by relevance
122 CCHELPER_METHOD(getCommonFreq(uint64_t* freq),123 getCommonFreq(freq))
115 virtual status_t getCommonFreq(uint64_t* freq) { in getCommonFreq() function in android::BpCommonClock293 status_t status = getCommonFreq(&freq); in onTransact()
60 status_t CommonClockService::getCommonFreq(uint64_t* freq) { in getCommonFreq() function in android::CommonClockService61 *freq = mTimeServer.getCommonClock().getCommonFreq(); in getCommonFreq()
38 uint64_t getCommonFreq() const { return kCommonFreq; } in getCommonFreq() function
40 virtual status_t getCommonFreq(uint64_t* freq);
52 status_t getCommonFreq(uint64_t* freq);
78 virtual status_t getCommonFreq(uint64_t* freq) = 0;