Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4975 DeviceVector availProfileDevices = supportedDevices.filter(mOutputDevicesAll); in onNewAudioModulesAvailableInt() local
4982 if (availProfileDevices.isEmpty()) { in onNewAudioModulesAvailableInt()
4985 supportedDevice = availProfileDevices.itemAt(0); in onNewAudioModulesAvailableInt()
5001 for (const auto &device : availProfileDevices) { in onNewAudioModulesAvailableInt()
5041 DeviceVector availProfileDevices = supportedDevices.filter(mInputDevicesAll); in onNewAudioModulesAvailableInt() local
5042 if (availProfileDevices.isEmpty()) { in onNewAudioModulesAvailableInt()
5052 availProfileDevices.itemAt(0), in onNewAudioModulesAvailableInt()
5058 availProfileDevices.toString().c_str(), in onNewAudioModulesAvailableInt()
5062 for (const auto &device : availProfileDevices) { in onNewAudioModulesAvailableInt()