Searched refs:activeMelPatch (Results 1 – 1 of 1) sorted by relevance
203 for (auto& activeMelPatch : mActiveMelPatches) { in startMelComputationForDeviceId() local205 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() local300 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()