Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/sounddose/
DSoundDoseManager.cpp651 sp<media::ISoundDoseCallback> soundDoseCallback; in onNewMelValues() local
714 soundDoseCallback = getSoundDoseCallback(); in onNewMelValues()
716 if (records.size() > 0 && soundDoseCallback != nullptr) { in onNewMelValues()
723 soundDoseCallback->onNewCsdValue(currentCsd, newRecordsToReport); in onNewMelValues()
750 auto soundDoseCallback = getSoundDoseCallback(); in onMomentaryExposure() local
751 if (soundDoseCallback != nullptr) { in onMomentaryExposure()
752 soundDoseCallback->onMomentaryExposure(currentMel, deviceId); in onMomentaryExposure()