Searched refs:availProfileDevices (Results 1 – 1 of 1) sorted by relevance
6562 DeviceVector availProfileDevices = supportedDevices.filter(mConfig->getOutputDevices()); in onNewAudioModulesAvailableInt() local6569 if (availProfileDevices.isEmpty()) { in onNewAudioModulesAvailableInt()6572 supportedDevice = availProfileDevices.itemAt(0); in onNewAudioModulesAvailableInt()6589 for (const auto &device : availProfileDevices) { in onNewAudioModulesAvailableInt()6630 DeviceVector availProfileDevices = supportedDevices.filter(mConfig->getInputDevices()); in onNewAudioModulesAvailableInt() local6631 if (availProfileDevices.isEmpty()) { in onNewAudioModulesAvailableInt()6641 availProfileDevices.itemAt(0), in onNewAudioModulesAvailableInt()6647 availProfileDevices.toString().c_str(), in onNewAudioModulesAvailableInt()6651 for (const auto &device : availProfileDevices) { in onNewAudioModulesAvailableInt()