Home
last modified time | relevance | path

Searched refs:findAttachedDevice (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
H A DPolicyConfig.h66 return findAttachedDevice(getAttachedDevices(moduleName), in getAttachedSinkDeviceForMixPort()
71 return findAttachedDevice(getAttachedDevices(moduleName), in getAttachedSourceDeviceForMixPort()
82 std::string findAttachedDevice(const std::vector<std::string>& attachedDevices,
H A DPolicyConfig.cpp112 std::string PolicyConfig::findAttachedDevice(const std::vector<std::string>& attachedDevices, in findAttachedDevice() function in PolicyConfig
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DPolicyConfig.h81 return findAttachedDevice(getAttachedDevices(moduleName), in getAttachedSinkDeviceForMixPort()
86 return findAttachedDevice(getAttachedDevices(moduleName), in getAttachedSourceDeviceForMixPort()
123 std::string findAttachedDevice(const std::vector<std::string>& attachedDevices, in findAttachedDevice() function