Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DMelReporter.cpp31 bool MelReporter::activateHalSoundDoseComputation(const std::string& module, in activateHalSoundDoseComputation()
63 void MelReporter::activateInternalSoundDoseComputation() { in activateInternalSoundDoseComputation()
77 void MelReporter::onFirstRef() { in onFirstRef()
83 void MelReporter::updateMetadataForCsd(audio_io_handle_t streamHandle, in updateMetadataForCsd()
120 void MelReporter::resetReferencesForTest() { in resetReferencesForTest()
125 void MelReporter::onCreateAudioPatch(audio_patch_handle_t handle, in onCreateAudioPatch()
170 void MelReporter::startMelComputationForActivePatch_l(const ActiveMelPatch& patch) in startMelComputationForActivePatch_l()
198 void MelReporter::startMelComputationForDeviceId(audio_port_handle_t deviceId) { in startMelComputationForDeviceId()
218 void MelReporter::onReleaseAudioPatch(audio_patch_handle_t handle) { in onReleaseAudioPatch()
248 void MelReporter::onUpdateAudioPatch(audio_patch_handle_t oldHandle, in onUpdateAudioPatch()
[all …]
DMelReporter.h43 class MelReporter : public PatchCommandThread::PatchCommandListener,
46 MelReporter(const sp<IAfMelReporterCallback>& afMelReporterCallback, in MelReporter() function
DAndroid.bp203 "MelReporter.cpp",
DIAfThread.h58 class MelReporter; variable
91 virtual const sp<MelReporter>& getMelReporter() const = 0;
DAudioFlinger.h369 const sp<MelReporter>& getMelReporter() const final { return mMelReporter; } in getMelReporter()
770 /* const */ sp<MelReporter> mMelReporter; // set onFirstRef
DAudioFlinger.cpp315 mMelReporter = sp<MelReporter>::make(sp<IAfMelReporterCallback>::fromExisting(this), in onFirstRef()