Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudio_health_tests.cpp62 std::unordered_set<audio_devices_t> attachedDevices; in TEST() local
64 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()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
H A 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()
H A DPolicyConfig.h82 std::string findAttachedDevice(const std::vector<std::string>& attachedDevices,
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DPolicyConfig.h123 std::string findAttachedDevice(const std::vector<std::string>& attachedDevices, in findAttachedDevice() argument
125 for (const auto& device : attachedDevices) { in findAttachedDevice()