Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4504 DeviceVector availProfileDevices = supportedDevices.filter(mOutputDevicesAll); in onNewAudioModulesAvailableInt() local
4511 if (availProfileDevices.isEmpty()) { in onNewAudioModulesAvailableInt()
4514 supportedDevice = availProfileDevices.itemAt(0); in onNewAudioModulesAvailableInt()
4530 for (const auto &device : availProfileDevices) { in onNewAudioModulesAvailableInt()
4565 DeviceVector availProfileDevices = supportedDevices.filter(mInputDevicesAll); in onNewAudioModulesAvailableInt() local
4566 if (availProfileDevices.isEmpty()) { in onNewAudioModulesAvailableInt()
4575 availProfileDevices.itemAt(0), in onNewAudioModulesAvailableInt()
4581 availProfileDevices.toString().c_str(), in onNewAudioModulesAvailableInt()
4585 for (const auto &device : availProfileDevices) { in onNewAudioModulesAvailableInt()