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.cpp3232 const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); local
3233 const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType);
3260 for (size_t k = 0; k < supportedDevices.size(); k++) {
3261 ssize_t index = mAvailableOutputDevices.indexOf(supportedDevices[k]);
3324 const DeviceVector &supportedDevices = inProfile->getSupportedDevices(); local
3325 for (size_t k = 0; k < supportedDevices.size(); k++) {
3326 ssize_t index = mAvailableInputDevices.indexOf(supportedDevices[k]);
3634 if (!desc->isDuplicated() && (desc->supportedDevices() & device)) {
3834 (desc->supportedDevices() == device)) {
3836 } else if (!(desc->supportedDevices()
[all...]

Completed in 1707 milliseconds