Searched refs:mSupportedDevices (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp862 if (found && (mAvailableOutputDevices.types() & profile->mSupportedDevices.types())) {
2504 if (mHwModules[i]->mOutputProfiles[j]->mSupportedDevices.types() & device) {
2510 if (mHwModules[i]->mInputProfiles[j]->mSupportedDevices.types() &
2536 audio_devices_t devices = outputDesc->mProfile->mSupportedDevices.types();
3097 if (outProfile->mSupportedDevices.isEmpty()) {
3105 audio_devices_t profileType = outProfile->mSupportedDevices.types();
3109 // chose first device present in mSupportedDevices also part of
3111 for (size_t k = 0; k < outProfile->mSupportedDevices.size(); k++) {
3112 profileType = outProfile->mSupportedDevices[k]->mDeviceType;
3146 for (size_t k = 0; k < outProfile->mSupportedDevices
[all...]
H A DAudioPolicyManager.h416 DeviceVector mSupportedDevices; // supported devices member in class:android::AudioPolicyManager::IOProfile
894 // in mProfile->mSupportedDevices) matches the device whose address is to be matched.

Completed in 153 milliseconds