Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.h209 status_t releaseAudioPatches(const std::set<int32_t>& patchIds);
DHal2AidlMapper.cpp912 status_t Hal2AidlMapper::releaseAudioPatches(const std::set<int32_t>& patchIds) { in releaseAudioPatches() argument
914 for (const auto patchId : patchIds) { in releaseAudioPatches()