Searched refs:soundDoseCallback (Results 1 – 1 of 1) sorted by relevance
651 sp<media::ISoundDoseCallback> soundDoseCallback; in onNewMelValues() local714 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() local751 if (soundDoseCallback != nullptr) { in onMomentaryExposure()752 soundDoseCallback->onMomentaryExposure(currentMel, deviceId); in onMomentaryExposure()