HomeSort by relevance Sort by last modified time
    Searched refs:mDisableWaitCnt (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
Effects.h 144 uint32_t mDisableWaitCnt; // current process() calls count during disable period.
Effects.cpp 67 // mDisableWaitCnt is set by process() and updateState() and not used before then
236 mDisableWaitCnt = mMaxDisableWaitCnt;
238 mDisableWaitCnt = 1; // will cause immediate transition to IDLE
243 // mDisableWaitCnt is forced to 1 by process() when the engine indicates the end of the
245 if (--mDisableWaitCnt == 0) {
280 mDisableWaitCnt = 1;
    [all...]

Completed in 25 milliseconds