Searched refs:supportedDevices (Results 1 – 6 of 6) sorted by relevance
51 virtual audio_devices_t supportedDevices();106 virtual audio_devices_t supportedDevices();162 virtual audio_devices_t supportedDevices();
73 audio_devices_t AudioOutputDescriptor::supportedDevices() in supportedDevices() function in android::AudioOutputDescriptor274 audio_devices_t SwAudioOutputDescriptor::supportedDevices() in supportedDevices() function in android::SwAudioOutputDescriptor277 return (audio_devices_t)(mOutput1->supportedDevices() | mOutput2->supportedDevices()); in supportedDevices()560 audio_devices_t HwAudioOutputDescriptor::supportedDevices() in supportedDevices() function in android::HwAudioOutputDescriptor
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() local4024 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()[all …]
493 return mPrimaryOutput->supportedDevices() & mAvailableOutputDevices.types(); in availablePrimaryOutputDevices()
323 (primaryOutput->supportedDevices() | AUDIO_DEVICE_OUT_HEARING_AID) & in getDeviceForStrategyInt()
377 uint32_t supportedDevices; in findSuitableHwDev_l() local378 if (dev->getSupportedDevices(&supportedDevices) == OK && in findSuitableHwDev_l()379 (supportedDevices & devices) == devices) { in findSuitableHwDev_l()