HomeSort by relevance Sort by last modified time
    Searched refs:getLocalFreq (Results 1 - 12 of 12) sorted by null

  /frameworks/av/include/common_time/
local_clock.h 36 uint64_t getLocalFreq();
cc_helper.h 54 status_t getLocalFreq(uint64_t* freq);
ICommonClock.h 80 virtual status_t getLocalFreq(uint64_t* freq) = 0;
  /frameworks/av/media/common_time/
cc_helper.cpp 126 CCHELPER_METHOD(getLocalFreq(uint64_t* freq),
127 getLocalFreq(freq))
local_clock.cpp 66 uint64_t LocalClock::getLocalFreq() {
ICommonClock.cpp 141 virtual status_t getLocalFreq(uint64_t* freq) {
315 status_t status = getLocalFreq(&freq);
  /frameworks/base/libs/common_time/
common_clock_service.h 42 virtual status_t getLocalFreq(uint64_t* freq);
common_clock_service.cpp 70 status_t CommonClockService::getLocalFreq(uint64_t* freq) {
71 *freq = mTimeServer.getLocalClock().getLocalFreq();
clock_recovery.cpp 63 uint64_t D = local_clock_->getLocalFreq() * kMinFullRangeSlewChange_mSec;
common_time_server.cpp 200 if (!mCommonClock.init(mLocalClock.getLocalFreq()))
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 70 mUSecToLocalTime.a_to_b_numer = mLocalClock.getLocalFreq();
218 mLocalTimeToFrames.a_to_b_denom = mLocalClock.getLocalFreq();
AudioOutput.cpp 123 mFramesToLocalTime.a_to_b_numer = lc.getLocalFreq();

Completed in 106 milliseconds