Lines Matching refs:mSupportedDevices

611             if ((mAvailableOutputDevices.types() & curProfile->mSupportedDevices.types()) == 0) {  in getProfileForDirectOutput()
2736 if (outProfile->mSupportedDevices.isEmpty()) { in AudioPolicyManager()
2744 audio_devices_t profileType = outProfile->mSupportedDevices.types(); in AudioPolicyManager()
2750 for (size_t k = 0; k < outProfile->mSupportedDevices.size(); k++) { in AudioPolicyManager()
2751 profileType = outProfile->mSupportedDevices[k]->type(); in AudioPolicyManager()
2786 for (size_t k = 0; k < outProfile->mSupportedDevices.size(); k++) { in AudioPolicyManager()
2787 audio_devices_t type = outProfile->mSupportedDevices[k]->type(); in AudioPolicyManager()
2789 mAvailableOutputDevices.indexOf(outProfile->mSupportedDevices[k]); in AudioPolicyManager()
2811 if (inProfile->mSupportedDevices.isEmpty()) { in AudioPolicyManager()
2818 for (size_t k = 0; k < inProfile->mSupportedDevices.size(); k++) { in AudioPolicyManager()
2819 profileType = inProfile->mSupportedDevices[k]->type(); in AudioPolicyManager()
2854 for (size_t k = 0; k < inProfile->mSupportedDevices.size(); k++) { in AudioPolicyManager()
2855 audio_devices_t type = inProfile->mSupportedDevices[k]->type(); in AudioPolicyManager()
2857 mAvailableInputDevices.indexOf(inProfile->mSupportedDevices[k]); in AudioPolicyManager()
3139 desc->mProfile->mSupportedDevices.getDevice(device, address); in findIoHandlesByAddress()
3184 if (profile->mSupportedDevices.types() & device) { in checkOutputsForDevice()
3186 address == profile->mSupportedDevices[0]->mAddress) { in checkOutputsForDevice()
3422 if (profile->mSupportedDevices.types() & device) { in checkOutputsForDevice()
3461 if (desc->mProfile->mSupportedDevices.types() & (device & ~AUDIO_DEVICE_BIT_IN)) { in checkInputsForDevice()
3480 if (profile->mSupportedDevices.types() & (device & ~AUDIO_DEVICE_BIT_IN)) { in checkInputsForDevice()
3482 address == profile->mSupportedDevices[0]->mAddress) { in checkInputsForDevice()
3610 if (!(desc->mProfile->mSupportedDevices.types() & mAvailableInputDevices.types() & in checkInputsForDevice()
3626 if (profile->mSupportedDevices.types() & (device & ~AUDIO_DEVICE_BIT_IN)) { in checkInputsForDevice()
4750 profile->mSupportedDevices.add(mDefaultOutputDevice); in defaultAudioPolicyConfig()
4759 profile->mSupportedDevices.add(defaultInputDevice); in defaultAudioPolicyConfig()