Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp886 for (const auto& module : mInsertedModules) { in getDownstreamSoftwarePatches()
911 mInsertedModules[audioHwDevice->handle()].streams.insert(stream); in notifyStreamOpened()
927 for (auto& module : mInsertedModules) { in notifyStreamClosed()
953 mInsertedModules[module].sw_patches.insert(handle); in addSoftwarePatchToInsertedModules_l()
954 if (!mInsertedModules[module].streams.empty()) { in addSoftwarePatchToInsertedModules_l()
955 mAfPatchPanelCallback->updateDownStreamPatches_l(patch, mInsertedModules[module].streams); in addSoftwarePatchToInsertedModules_l()
962 for (auto& module : mInsertedModules) { in removeSoftwarePatchFromInsertedModules()
982 for (const auto& module : mInsertedModules) { in dump()
DPatchPanel.h152 std::map<audio_module_handle_t, ModuleConnections> mInsertedModules; variable