Lines Matching refs:supportedDevices
1253 && (desc->supportedDevices() & device) != AUDIO_DEVICE_NONE; in startSource()
3608 if (!desc->isDuplicated() && (desc->supportedDevices() & device)) { in getSurroundFormats()
4023 const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); in loadConfig() local
4024 const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType); in loadConfig()
4036 for (const auto& dev : supportedDevices) { in loadConfig()
4238 if (!desc->isDuplicated() && (desc->supportedDevices() & device)) { in loadConfig()
4407 (desc->supportedDevices() == device)) { in loadConfig()
4409 } else if (!(desc->supportedDevices() & mAvailableOutputDevices.types())) { in loadConfig()
4675 openOutputs.valueAt(i)->supportedDevices()); in loadConfig()
4676 if ((device & openOutputs.valueAt(i)->supportedDevices()) == device) { in loadConfig()
5109 curDevice = curDevice & outputDesc->supportedDevices(); in loadConfig()
5124 if ((desc->supportedDevices() & outputDesc->supportedDevices()) in loadConfig()
5199 ((device & outputDesc->supportedDevices()) == AUDIO_DEVICE_NONE)) { in loadConfig()
5204 device = (audio_devices_t)(device & outputDesc->supportedDevices()); in loadConfig()