Searched refs:mDisableWaitCnt (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DEffects.h167 uint32_t mDisableWaitCnt; // current process() calls count during disable period. member in class:EffectModule
H A DEffects.cpp73 // mDisableWaitCnt is set by process() and updateState() and not used before then
259 mDisableWaitCnt = mMaxDisableWaitCnt;
261 mDisableWaitCnt = 1; // will cause immediate transition to IDLE
266 // mDisableWaitCnt is forced to 1 by process() when the engine indicates the end of the
268 if (--mDisableWaitCnt == 0) {
318 mDisableWaitCnt = 1;

Completed in 27 milliseconds