Home | History | Annotate | Download | only in audio

Lines Matching refs:mSupportedDevices

512                     if (mAvailableOutputDevices & profile->mSupportedDevices) {
520 if (mAvailableOutputDevices & profile->mSupportedDevices) {
1572 if ((outProfile->mSupportedDevices & mAttachedOutputDevices) &&
1576 outProfile->mSupportedDevices);
1589 (outProfile->mSupportedDevices & mAttachedOutputDevices));
1597 outProfile->mSupportedDevices),
1829 if (!desc->isDuplicated() && (desc->mProfile->mSupportedDevices & device)) {
1843 if (mHwModules[i]->mOutputProfiles[j]->mSupportedDevices & device) {
1986 !(desc->mProfile->mSupportedDevices & mAvailableOutputDevices)) {
1999 if ((profile->mSupportedDevices & device) &&
2626 ((device & outputDesc->mProfile->mSupportedDevices) == 0)) {
2631 device = (audio_devices_t)(device & outputDesc->mProfile->mSupportedDevices);
3325 return mProfile->mSupportedDevices ;
3560 if ((mSupportedDevices & device) != device) {
3627 snprintf(buffer, SIZE, " - devices: 0x%04x\n", mSupportedDevices);
3871 profile->mSupportedDevices = parseDeviceNames((char *)node->value);
3875 ALOGW_IF(profile->mSupportedDevices == AUDIO_DEVICE_NONE,
3883 if ((profile->mSupportedDevices != AUDIO_DEVICE_NONE) &&
3888 ALOGV("loadInput() adding input mSupportedDevices %04x", profile->mSupportedDevices);
3912 profile->mSupportedDevices = parseDeviceNames((char *)node->value);
3918 ALOGW_IF(profile->mSupportedDevices == AUDIO_DEVICE_NONE,
3926 if ((profile->mSupportedDevices != AUDIO_DEVICE_NONE) &&
3931 ALOGV("loadOutput() adding output mSupportedDevices %04x, mFlags %04x",
3932 profile->mSupportedDevices, profile->mFlags);
4072 profile->mSupportedDevices = AUDIO_DEVICE_OUT_SPEAKER;
4080 profile->mSupportedDevices = AUDIO_DEVICE_IN_BUILTIN_MIC;