Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DPolicyConfig.cpp112 std::string PolicyConfig::findAttachedDevice(const std::vector<std::string>& attachedDevices, in findAttachedDevice() argument
114 for (const auto& device : attachedDevices) { in findAttachedDevice()
207 auto attachedDevices = module.getFirstAttachedDevices()->getItem(); in init() local
208 if (!attachedDevices.empty()) { in init()
DPolicyConfig.h89 std::string findAttachedDevice(const std::vector<std::string>& attachedDevices,
/hardware/interfaces/audio/core/all-versions/vts/functional/
DPolicyConfig.h108 std::string findAttachedDevice(const std::vector<std::string>& attachedDevices, in findAttachedDevice() argument
110 for (const auto& device : attachedDevices) { in findAttachedDevice()
/hardware/interfaces/audio/aidl/default/
DXsdcConversion.cpp70 for (const ap_xsd::AttachedDevices& attachedDevices : moduleConfig.getAttachedDevices()) { in getAttachedDevices() local
71 if (attachedDevices.hasItem()) { in getAttachedDevices()
72 attachedDeviceSet.insert(attachedDevices.getItem().begin(), in getAttachedDevices()
73 attachedDevices.getItem().end()); in getAttachedDevices()