Searched refs:patchIds (Results 1 – 2 of 2) sorted by relevance
209 status_t releaseAudioPatches(const std::set<int32_t>& patchIds);
912 status_t Hal2AidlMapper::releaseAudioPatches(const std::set<int32_t>& patchIds) { in releaseAudioPatches() argument914 for (const auto patchId : patchIds) { in releaseAudioPatches()