Lines Matching refs:MelReporter

31 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()
254 sp<media::ISoundDose> MelReporter::getSoundDoseInterface( in getSoundDoseInterface()
260 void MelReporter::stopInternalMelComputation() { in stopInternalMelComputation()
270 void MelReporter::stopMelComputationForPatch_l(const ActiveMelPatch& patch) in stopMelComputationForPatch_l()
293 void MelReporter::stopMelComputationForDeviceId(audio_port_handle_t deviceId) { in stopMelComputationForDeviceId()
315 void MelReporter::applyAllAudioPatches() { in applyAllAudioPatches()
331 std::optional<audio_patch_handle_t> MelReporter::activePatchStreamHandle_l( in activePatchStreamHandle_l()
341 bool MelReporter::useHalSoundDoseInterface_l() { in useHalSoundDoseInterface_l()
345 std::string MelReporter::dump() { in dump()