Home
last modified time | relevance | path

Searched defs:attachedDevices (Results 1 – 3 of 3) sorted by relevance

/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()
207 auto attachedDevices = module.getFirstAttachedDevices()->getItem(); in init() local
/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudio_health_tests.cpp62 std::unordered_set<audio_devices_t> attachedDevices; in TEST() local
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DPolicyConfig.h123 std::string findAttachedDevice(const std::vector<std::string>& attachedDevices, in findAttachedDevice()