Home
last modified time | relevance | path

Searched refs:mMaxCycleNs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/afutils/
DAudioWatchdog.h43 mPeriodNs(periodMs * 1000000), mMaxCycleNs(mPeriodNs * 2) in Thread()
66 const uint32_t mMaxCycleNs; // maximum allowed time of one cycle before declaring underrun variable
DAudioWatchdog.cpp89 if (cycleNs > mMaxCycleNs) { in threadLoop()