Lines Matching refs:mProfile
607 … if (activeDesc->mProfile->getSupportedDevices().types() & (newDevice & ~AUDIO_DEVICE_BIT_IN)) { in setForceUse()
877 if (!desc->isDuplicated() && (profile == desc->mProfile)) { in getOutputForDevice()
1041 int commonFlags = popcount(outputDesc->mProfile->getFlags() & flags); in selectOutput()
1056 if (outputDesc->mProfile->getFlags() & AUDIO_OUTPUT_FLAG_PRIMARY) { in selectOutput()
1526 if (profile == desc->mProfile && in getInputForDevice()
2484 if (!outputDesc->mProfile->isCompatibleProfile(devDesc->type(), in createAudioPatch()
2541 if (!inputDesc->mProfile->isCompatibleProfile(devDesc->type(), in createAudioPatch()
3609 desc->mProfile->getSupportedDeviceByAddress(device, address); in AudioPolicyManager()
3680 if (!desc->isDuplicated() && desc->mProfile == profile) { in AudioPolicyManager()
3880 if (desc->mProfile->supportDevice(device)) { in AudioPolicyManager()
3924 if (desc->mProfile == profile) { in AudioPolicyManager()
3995 if (!(desc->mProfile->supportDevice(mAvailableInputDevices.types()))) { in AudioPolicyManager()