Home | History | Annotate | Download | only in common_time

Lines Matching refs:freq

115     virtual status_t getCommonFreq(uint64_t* freq) {
122 *freq = reply.readInt64();
141 virtual status_t getLocalFreq(uint64_t* freq) {
148 *freq = reply.readInt64();
292 uint64_t freq;
293 status_t status = getCommonFreq(&freq);
296 reply->writeInt64(freq);
314 uint64_t freq;
315 status_t status = getLocalFreq(&freq);
318 reply->writeInt64(freq);