Home
last modified time | relevance | path

Searched refs:mMaxDisableWaitCnt (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DEffects.h278 uint32_t mMaxDisableWaitCnt; // maximum grace period before forcing an effect off after variable
DEffects.cpp574 mMaxDisableWaitCnt(1), // set by configure_l(), should be >= 1
648 mDisableWaitCnt = mMaxDisableWaitCnt; in updateState_l()
1009 mMaxDisableWaitCnt = (uint32_t)std::max( in configure_l()