Home
last modified time | relevance | path

Searched refs:mProfile (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp613 if (!desc->isDuplicated() && (profile == desc->mProfile)) { in getOutput()
718 int commonFlags = (int)AudioSystem::popCount(outputDesc->mProfile->mFlags & flags); in selectOutput()
724 if (outputDesc->mProfile->mFlags & AUDIO_OUTPUT_FLAG_PRIMARY) { in selectOutput()
1852 if (!desc->isDuplicated() && (desc->mProfile->mSupportedDevices & device)) { in checkOutputsForDevice()
1887 if (!desc->isDuplicated() && desc->mProfile == profile) { in checkOutputsForDevice()
2028 !(desc->mProfile->mSupportedDevices & mAvailableOutputDevices)) { in checkOutputsForDevice()
2074 if (desc->mProfile->mSupportedDevices & (device & ~AUDIO_DEVICE_BIT_IN)) { in checkInputsForDevice()
2114 if (desc->mProfile == profile) { in checkInputsForDevice()
2202 if (!(desc->mProfile->mSupportedDevices & mAvailableInputDevices)) { in checkInputsForDevice()
2844 ((device & outputDesc->mProfile->mSupportedDevices) == 0)) { in setOutputDevice()
[all …]
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h286 const IOProfile *mProfile; // I/O profile this output derives from variable
308 const IOProfile *mProfile; // I/O profile this output derives from variable