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.h93 mAttachedDevicesPerModule[module->getName()].push_back(device->getTagName()); in init()
102 mAttachedDevicesPerModule[module->getName()].push_back(device->getTagName()); in init()
116 if (auto iter = mAttachedDevicesPerModule.find(moduleName); in getAttachedDevices()
117 iter != mAttachedDevicesPerModule.end()) { in getAttachedDevices()
159 std::map<std::string, std::vector<std::string>> mAttachedDevicesPerModule; variable