Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/
DPolicyConfig.h105 mAttachedDevicesPerModule[module->getName()].push_back( in init()
115 mAttachedDevicesPerModule[module->getName()].push_back( in init()
131 if (auto iter = mAttachedDevicesPerModule.find(moduleName); in getAttachedDevices()
132 iter != mAttachedDevicesPerModule.end()) { in getAttachedDevices()
174 std::map<std::string, std::vector<std::string>> mAttachedDevicesPerModule; variable