Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DEffects.h312 uint32_t mMaxDisableWaitCnt; // maximum grace period before forcing an effect off after variable
H A DEffects.cpp567 mMaxDisableWaitCnt(1), // set by configure(), should be >= 1
639 mDisableWaitCnt = mMaxDisableWaitCnt; in updateState()
1060 mMaxDisableWaitCnt = (uint32_t)std::max( in configure()