Searched refs:mCurrentCsd (Results 1 – 1 of 1) sorted by relevance
226 private float mCurrentCsd = 0.f; field in SoundDoseHelper280 if (mCurrentCsd < currentCsd) {282 if ((mCurrentCsd < mNextCsdWarning) && (currentCsd >= mNextCsdWarning)) {306 mCurrentCsd = currentCsd;437 mCurrentCsd = csd; in setCsd()442 if (mCurrentCsd > 0.0f) { in setCsd()840 pw.print(" mCurrentCsd="); pw.println(mCurrentCsd); in dump()870 if (mCurrentCsd != 0.f) { in reset()872 "Resetting the saved sound dose value " + mCurrentCsd); in reset()875 soundDose.resetCsd(mCurrentCsd, records); in reset()[all …]