Searched refs:SoundDoseManager (Results 1 – 6 of 6) sorted by relevance
55 sp<audio_utils::MelProcessor> SoundDoseManager::getOrCreateProcessorForDevice( in getOrCreateProcessorForDevice()93 bool SoundDoseManager::setHalSoundDoseInterface(const std::string &module, in setHalSoundDoseInterface()139 void SoundDoseManager::resetHalSoundDoseInterfaces() { in resetHalSoundDoseInterfaces()146 void SoundDoseManager::setOutputRs2UpperBound(float rs2Value) { in setOutputRs2UpperBound()186 void SoundDoseManager::removeStreamProcessor(audio_io_handle_t streamHandle) { in removeStreamProcessor()194 float SoundDoseManager::getAttenuationForDeviceId(audio_port_handle_t id) const { in getAttenuationForDeviceId()209 audio_port_handle_t SoundDoseManager::getIdForAudioDevice(const AudioDevice& audioDevice) const { in getIdForAudioDevice()246 void SoundDoseManager::mapAddressToDeviceId(const AudioDeviceTypeAddr& adt, in mapAddressToDeviceId()254 void SoundDoseManager::clearMapDeviceIdEntries(audio_port_handle_t deviceId) { in clearMapDeviceIdEntries()268 ndk::ScopedAStatus SoundDoseManager::HalSoundDoseCallback::onMomentaryExposureWarning( in onMomentaryExposureWarning()[all …]
46 class SoundDoseManager : public audio_utils::MelProcessor::MelCallback {53 explicit SoundDoseManager(const sp<IMelReporterCallback>& melReporterCallback) in SoundDoseManager() function59 SoundDoseManager(const sp<IMelReporterCallback>& melReporterCallback, in SoundDoseManager() function166 SoundDose(SoundDoseManager* manager, const sp<media::ISoundDoseCallback>& callback) in SoundDose()193 wp<SoundDoseManager> mSoundDoseManager;199 explicit HalSoundDoseCallback(SoundDoseManager* manager) in HalSoundDoseCallback()209 wp<SoundDoseManager> mSoundDoseManager;
49 "SoundDoseManager.cpp",
139 /* const */ sp<SoundDoseManager> mSoundDoseManager; // set onFirstRef
80 mSoundDoseManager = sp<SoundDoseManager>::make(sp<IMelReporterCallback>::fromExisting(this)); in onFirstRef()
66 mSoundDoseManager = sp<SoundDoseManager>::make(mMelReporterCallback, mMelAggregator); in SetUp()84 sp<SoundDoseManager> mSoundDoseManager;