Home | History | Annotate | Download | only in audio

Lines Matching refs:supportedDevices

2079                 i, openOutputs.valueAt(i)->isDuplicated(), openOutputs.valueAt(i)->supportedDevices());
2080 if ((device & openOutputs.valueAt(i)->supportedDevices()) == device) {
2569 if ((desc->supportedDevices() & outputDesc->supportedDevices())
3320 audio_devices_t AudioPolicyManagerBase::AudioOutputDescriptor::supportedDevices()
3323 return (audio_devices_t)(mOutput1->supportedDevices() | mOutput2->supportedDevices());