Searched refs:mCurrentCsd (Results 1 – 1 of 1) sorted by relevance
208 private float mCurrentCsd = 0.f; field in SoundDoseHelper262 if (mCurrentCsd < currentCsd) {288 mCurrentCsd = currentCsd;404 mCurrentCsd = csd; in setCsd()409 if (mCurrentCsd > 0.0f) { in setCsd()824 if (mCurrentCsd != 0.f) { in reset()829 soundDose.resetCsd(mCurrentCsd, records); in reset()912 float prevCsd = mCurrentCsd; in initCsd()914 mCurrentCsd = parseGlobalSettingFloat( in initCsd()916 if (mCurrentCsd != prevCsd) { in initCsd()[all …]