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 153 uint32_t mDisableWaitCnt; // current process() calls count during disable period.
Effects.cpp 68 // mDisableWaitCnt is set by process() and updateState() and not used before then
228 mDisableWaitCnt = mMaxDisableWaitCnt;
230 mDisableWaitCnt = 1; // will cause immediate transition to IDLE
235 // mDisableWaitCnt is forced to 1 by process() when the engine indicates the end of the
237 if (--mDisableWaitCnt == 0) {
272 mDisableWaitCnt = 1;
    [all...]

Completed in 127 milliseconds