Searched refs:attachedDevices (Results 1 – 4 of 4) sorted by relevance
62 std::unordered_set<audio_devices_t> attachedDevices; in TEST() local64 attachedDevices.insert(audioPorts[i].ext.device.type); in TEST()74 if (attachedDevices.find(desc->type()) == attachedDevices.end()) { in TEST()81 if (attachedDevices.find(desc->type()) == attachedDevices.end()) { in TEST()
112 std::string PolicyConfig::findAttachedDevice(const std::vector<std::string>& attachedDevices, in findAttachedDevice() argument114 for (const auto& device : attachedDevices) { in findAttachedDevice()207 auto attachedDevices = module.getFirstAttachedDevices()->getItem(); in init() local208 if (!attachedDevices.empty()) { in init()
82 std::string findAttachedDevice(const std::vector<std::string>& attachedDevices,
123 std::string findAttachedDevice(const std::vector<std::string>& attachedDevices, in findAttachedDevice() argument125 for (const auto& device : attachedDevices) { in findAttachedDevice()