Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp5211 DeviceVector availProfileDevices = supportedDevices.filter(mOutputDevicesAll); in onNewAudioModulesAvailableInt() local
5218 if (availProfileDevices.isEmpty()) { in onNewAudioModulesAvailableInt()
5221 supportedDevice = availProfileDevices.itemAt(0); in onNewAudioModulesAvailableInt()
5238 for (const auto &device : availProfileDevices) { in onNewAudioModulesAvailableInt()
5278 DeviceVector availProfileDevices = supportedDevices.filter(mInputDevicesAll); in onNewAudioModulesAvailableInt() local
5279 if (availProfileDevices.isEmpty()) { in onNewAudioModulesAvailableInt()
5289 availProfileDevices.itemAt(0), in onNewAudioModulesAvailableInt()
5295 availProfileDevices.toString().c_str(), in onNewAudioModulesAvailableInt()
5299 for (const auto &device : availProfileDevices) { in onNewAudioModulesAvailableInt()