OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxCycleNs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioWatchdog.h
45
mPeriodNs(periodMs * 1000000),
mMaxCycleNs
(mPeriodNs * 2),
76
uint32_t
mMaxCycleNs
; // maximum allowed time of one cycle before declaring underrun
AudioWatchdog.cpp
88
if (cycleNs >
mMaxCycleNs
) {
Completed in 463 milliseconds