Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/sounddose/
DSoundDoseManager.cpp55 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 …]
DSoundDoseManager.h46 class SoundDoseManager : public audio_utils::MelProcessor::MelCallback {
53 explicit SoundDoseManager(const sp<IMelReporterCallback>& melReporterCallback) in SoundDoseManager() function
59 SoundDoseManager(const sp<IMelReporterCallback>& melReporterCallback, in SoundDoseManager() function
166 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;
DAndroid.bp49 "SoundDoseManager.cpp",
/frameworks/av/services/audioflinger/
DMelReporter.h139 /* const */ sp<SoundDoseManager> mSoundDoseManager; // set onFirstRef
DMelReporter.cpp80 mSoundDoseManager = sp<SoundDoseManager>::make(sp<IMelReporterCallback>::fromExisting(this)); in onFirstRef()
/frameworks/av/services/audioflinger/sounddose/tests/
Dsounddosemanager_tests.cpp66 mSoundDoseManager = sp<SoundDoseManager>::make(mMelReporterCallback, mMelAggregator); in SetUp()
84 sp<SoundDoseManager> mSoundDoseManager;