Lines Matching refs:mProfile
614 if (!desc->isDuplicated() && (profile == desc->mProfile)) {
719 int commonFlags = (int)AudioSystem::popCount(outputDesc->mProfile->mFlags & flags);
725 if (outputDesc->mProfile->mFlags & AUDIO_OUTPUT_FLAG_PRIMARY) {
1853 if (!desc->isDuplicated() && (desc->mProfile->mSupportedDevices & device)) {
1888 if (!desc->isDuplicated() && desc->mProfile == profile) {
2029 !(desc->mProfile->mSupportedDevices & mAvailableOutputDevices)) {
2075 if (desc->mProfile->mSupportedDevices & (device & ~AUDIO_DEVICE_BIT_IN)) {
2115 if (desc->mProfile == profile) {
2203 if (!(desc->mProfile->mSupportedDevices & mAvailableInputDevices)) {
2845 ((device & outputDesc->mProfile->mSupportedDevices) == 0)) {
2850 device = (audio_devices_t)(device & outputDesc->mProfile->mSupportedDevices);
3494 mOutput1(0), mOutput2(0), mProfile(profile), mDirectOpenCount(0),
3541 return (mProfile->mModule == outputDesc->mProfile->mModule);
3566 return mProfile->mSupportedDevices ;
3646 mInputSource(0), mProfile(profile)