Searched refs:supportedDevices (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h51 virtual audio_devices_t supportedDevices();
108 virtual audio_devices_t supportedDevices();
147 virtual audio_devices_t supportedDevices();
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp72 audio_devices_t AudioOutputDescriptor::supportedDevices() function in class:android::AudioOutputDescriptor
280 audio_devices_t SwAudioOutputDescriptor::supportedDevices() function in class:android::SwAudioOutputDescriptor
283 return (audio_devices_t)(mOutput1->supportedDevices() | mOutput2->supportedDevices());
414 audio_devices_t HwAudioOutputDescriptor::supportedDevices() function in class:android::HwAudioOutputDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1284 desc->supportedDevices() & device &&
3550 const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); local
3551 const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType);
3578 for (size_t k = 0; k < supportedDevices.size(); k++) {
3579 ssize_t index = mAvailableOutputDevices.indexOf(supportedDevices[k]);
3642 const DeviceVector &supportedDevices = inProfile->getSupportedDevices(); local
3643 for (size_t k = 0; k < supportedDevices.size(); k++) {
3644 ssize_t index = mAvailableInputDevices.indexOf(supportedDevices[k]);
3954 if (!desc->isDuplicated() && (desc->supportedDevices() & device)) {
4154 (desc->supportedDevices()
[all...]
H A DAudioPolicyManager.h471 return mPrimaryOutput->supportedDevices() & mAvailableOutputDevices.types();
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp319 primaryOutput->supportedDevices() & availableOutputDevices.types();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp360 uint32_t supportedDevices; local
361 if (dev->getSupportedDevices(&supportedDevices) == OK &&
362 (supportedDevices & devices) == devices) {

Completed in 95 milliseconds