Home
last modified time | relevance | path

Searched refs:mPeriodNs (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/afutils/
DAudioWatchdog.h43 mPeriodNs(periodMs * 1000000), mMaxCycleNs(mPeriodNs * 2) in Thread()
65 const uint32_t mPeriodNs; // nominal period variable
DAudioWatchdog.cpp95 mPeriodNs * 1e-6, cycleNs * 1e-6, mUnderruns, mLogs); in threadLoop()
102 req.tv_nsec = mPeriodNs; in threadLoop()
/frameworks/av/services/audioflinger/fastpath/
DFastCapture.cpp132 mPeriodNs = (frameCount * 1000000000LL) / mSampleRate; // 1.00 in onStateChange()
139 mPeriodNs = 0; in onStateChange()
DFastThread.h55 int64_t mPeriodNs = 0; // expected period; the time required to variable
DFastThread.cpp321 mSleepNs = mPeriodNs; in threadLoop()
328 mSleepNs = mPeriodNs; in threadLoop()
DFastMixer.cpp264 mPeriodNs = (frameCount * 1000000000LL) / mSampleRate; // 1.00 in onStateChange()
271 mPeriodNs = 0; in onStateChange()