Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4627 DeviceVector availProfileDevices = supportedDevices.filter(mOutputDevicesAll); in onNewAudioModulesAvailableInt() local
4634 if (availProfileDevices.isEmpty()) { in onNewAudioModulesAvailableInt()
4637 supportedDevice = availProfileDevices.itemAt(0); in onNewAudioModulesAvailableInt()
4653 for (const auto &device : availProfileDevices) { in onNewAudioModulesAvailableInt()
4693 DeviceVector availProfileDevices = supportedDevices.filter(mInputDevicesAll); in onNewAudioModulesAvailableInt() local
4694 if (availProfileDevices.isEmpty()) { in onNewAudioModulesAvailableInt()
4703 availProfileDevices.itemAt(0), in onNewAudioModulesAvailableInt()
4709 availProfileDevices.toString().c_str(), in onNewAudioModulesAvailableInt()
4713 for (const auto &device : availProfileDevices) { in onNewAudioModulesAvailableInt()