Searched refs:MelReporter (Results 1 – 6 of 6) sorted by relevance
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()[all …]
43 class MelReporter : public PatchCommandThread::PatchCommandListener,46 MelReporter(const sp<IAfMelReporterCallback>& afMelReporterCallback, in MelReporter() function
203 "MelReporter.cpp",
58 class MelReporter; variable91 virtual const sp<MelReporter>& getMelReporter() const = 0;
369 const sp<MelReporter>& getMelReporter() const final { return mMelReporter; } in getMelReporter()770 /* const */ sp<MelReporter> mMelReporter; // set onFirstRef
315 mMelReporter = sp<MelReporter>::make(sp<IAfMelReporterCallback>::fromExisting(this), in onFirstRef()