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 168 uint32_t mDisableWaitCnt; // current process() calls count during disable period.
Effects.cpp 71 // mDisableWaitCnt is set by process() and updateState() and not used before then
254 mDisableWaitCnt = mMaxDisableWaitCnt;
256 mDisableWaitCnt = 1; // will cause immediate transition to IDLE
261 // mDisableWaitCnt is forced to 1 by process() when the engine indicates the end of the
263 if (--mDisableWaitCnt == 0) {
313 mDisableWaitCnt = 1;
    [all...]

Completed in 200 milliseconds