Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioWatchdog.h45 mPeriodNs(periodMs * 1000000), mMaxCycleNs(mPeriodNs * 2), in Thread()
75 uint32_t mPeriodNs; // nominal period variable
DAudioWatchdog.cpp94 mPeriodNs * 1e-6, cycleNs * 1e-6, mUnderruns, mLogs); in threadLoop()
101 req.tv_nsec = mPeriodNs; in threadLoop()
DFastThread.cpp47 mPeriodNs(0), in FastThread()
361 mSleepNs = mPeriodNs; in threadLoop()
368 mSleepNs = mPeriodNs; in threadLoop()
DFastCapture.cpp140 mPeriodNs = (frameCount * 1000000000LL) / mSampleRate; // 1.00 in onStateChange()
147 mPeriodNs = 0; in onStateChange()
DFastThread.h57 long mPeriodNs; // expected period; the time required to render one mix buffer variable
DFastMixer.cpp278 mPeriodNs = (frameCount * 1000000000LL) / mSampleRate; // 1.00 in onStateChange()
285 mPeriodNs = 0; in onStateChange()