Searched defs:supportedDevices (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp72 audio_devices_t AudioOutputDescriptor::supportedDevices() function in class:android::AudioOutputDescriptor
279 audio_devices_t SwAudioOutputDescriptor::supportedDevices() function in class:android::SwAudioOutputDescriptor
282 return (audio_devices_t)(mOutput1->supportedDevices() | mOutput2->supportedDevices());
413 audio_devices_t HwAudioOutputDescriptor::supportedDevices() function in class:android::HwAudioOutputDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1205 desc->supportedDevices() & device &&
3284 const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); local
3285 const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType);
3312 for (size_t k = 0; k < supportedDevices.size(); k++) {
3313 ssize_t index = mAvailableOutputDevices.indexOf(supportedDevices[k]);
3376 const DeviceVector &supportedDevices = inProfile->getSupportedDevices(); local
3377 for (size_t k = 0; k < supportedDevices.size(); k++) {
3378 ssize_t index = mAvailableInputDevices.indexOf(supportedDevices[k]);
3686 if (!desc->isDuplicated() && (desc->supportedDevices() & device)) {
3886 (desc->supportedDevices()
[all...]

Completed in 202 milliseconds