Home
last modified time | relevance | path

Searched refs:ActiveMelPatch (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DMelReporter.h109 struct ActiveMelPatch { struct
126 void stopMelComputationForPatch_l(const ActiveMelPatch& patch) REQUIRES(mutex()); argument
129 void startMelComputationForActivePatch_l(const ActiveMelPatch& patch) REQUIRES(mutex());
146 std::unordered_map<audio_patch_handle_t, ActiveMelPatch> mActiveMelPatches
DMelReporter.cpp142 ActiveMelPatch newPatch; in onCreateAudioPatch()
170 void MelReporter::startMelComputationForActivePatch_l(const ActiveMelPatch& patch) in startMelComputationForActivePatch_l()
224 ActiveMelPatch melPatch; in onReleaseAudioPatch()
270 void MelReporter::stopMelComputationForPatch_l(const ActiveMelPatch& patch) in stopMelComputationForPatch_l()