Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioWatchdog.cpp75 uint32_t cycleNs = nsec; in threadLoop() local
78 cycleNs += sec * 1000000000; in threadLoop()
80 cycleNs = 4000000000u; in threadLoop()
88 if (cycleNs > mMaxCycleNs) { in threadLoop()
94 mPeriodNs * 1e-6, cycleNs * 1e-6, mUnderruns, mLogs); in threadLoop()