Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DMelReporter.cpp203 for (auto& activeMelPatch : mActiveMelPatches) { in startMelComputationForDeviceId() local
205 for (auto& device: activeMelPatch.second.deviceStates) { in startMelComputationForDeviceId()
211 if (csdActive && !activeMelPatch.second.csdActive) { in startMelComputationForDeviceId()
212 activeMelPatch.second.csdActive = csdActive; in startMelComputationForDeviceId()
213 startMelComputationForActivePatch_l(activeMelPatch.second); in startMelComputationForDeviceId()
298 for (auto& activeMelPatch : mActiveMelPatches) { in stopMelComputationForDeviceId() local
300 for (auto& device: activeMelPatch.second.deviceStates) { in stopMelComputationForDeviceId()
307 if (!csdActive && activeMelPatch.second.csdActive) { in stopMelComputationForDeviceId()
308 activeMelPatch.second.csdActive = csdActive; in stopMelComputationForDeviceId()
309 stopMelComputationForPatch_l(activeMelPatch.second); in stopMelComputationForDeviceId()