Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp795 for (const auto& patchHandle : module.second.sw_patches) { in getDownstreamSoftwarePatches()
859 mInsertedModules[module].sw_patches.insert(handle); in addSoftwarePatchToInsertedModules()
869 module.second.sw_patches.erase(handle); in removeSoftwarePatchFromInsertedModules()
889 if (!module.second.streams.empty() || !module.second.sw_patches.empty()) { in dump()
899 for (const auto& patch : module.second.sw_patches) { in dump()
DPatchPanel.h265 std::set<audio_patch_handle_t> sw_patches; member