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

/frameworks/base/services/audioflinger/
H A DAudioFlinger.h1023 uint32_t mDisableWaitCnt; // current process() calls count during disable period. member in class:android::AudioFlinger::EffectModule
H A DAudioFlinger.cpp5390 mDisableWaitCnt = mMaxDisableWaitCnt;
5394 // mDisableWaitCnt is forced to 1 by process() when the engine indicates the end of the
5396 if (--mDisableWaitCnt == 0) {
5431 mDisableWaitCnt = 1;

Completed in 16 milliseconds