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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp498 if (mAvailableOutputDevices & profile->mSupportedDevices) {
1366 if (outProfile->mSupportedDevices & mAttachedOutputDevices) {
1369 outProfile->mSupportedDevices);
1382 (outProfile->mSupportedDevices & mAttachedOutputDevices));
1390 outProfile->mSupportedDevices),
1622 if (!desc->isDuplicated() && (desc->mProfile->mSupportedDevices & device)) {
1636 if (mHwModules[i]->mOutputProfiles[j]->mSupportedDevices & device) {
1773 !(desc->mProfile->mSupportedDevices & mAvailableOutputDevices)) {
1786 if ((profile->mSupportedDevices & device) &&
2419 ((device & outputDesc->mProfile->mSupportedDevices)
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h217 audio_devices_t mSupportedDevices; // supported devices (devices this output can be member in class:android_audio_legacy::AudioPolicyManagerBase::IOProfile

Completed in 33 milliseconds