HomeSort by relevance Sort by last modified time
    Searched refs:getLocalFreq (Results 1 - 13 of 13) 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/services/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 62 uint64_t D = local_clock_->getLocalFreq() * kMinFullRangeSlewChange_mSec;
common_time_server.cpp 199 if (!mCommonClock.init(mLocalClock.getLocalFreq()))
    [all...]
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 59 if (OK != (res = tmpHelper.getLocalFreq(&N))) {
  /frameworks/av/services/audioflinger/
AudioMixer.cpp     [all...]
Tracks.cpp     [all...]

Completed in 123 milliseconds