Home | History | Annotate | Download | only in audio

Lines Matching refs:mSupportedDevices

520                     if (mAvailableOutputDevices & profile->mSupportedDevices) {
528 if (mAvailableOutputDevices & profile->mSupportedDevices) {
1590 if ((outProfile->mSupportedDevices & mAttachedOutputDevices) &&
1594 outProfile->mSupportedDevices);
1607 (outProfile->mSupportedDevices & mAttachedOutputDevices));
1615 outProfile->mSupportedDevices),
1853 if (!desc->isDuplicated() && (desc->mProfile->mSupportedDevices & device)) {
1867 if (mHwModules[i]->mOutputProfiles[j]->mSupportedDevices & device) {
2029 !(desc->mProfile->mSupportedDevices & mAvailableOutputDevices)) {
2043 if (profile->mSupportedDevices & device) {
2075 if (desc->mProfile->mSupportedDevices & (device & ~AUDIO_DEVICE_BIT_IN)) {
2092 if (mHwModules[module_index]->mInputProfiles[profile_index]->mSupportedDevices
2203 if (!(desc->mProfile->mSupportedDevices & mAvailableInputDevices)) {
2220 if (profile->mSupportedDevices & device) {
2845 ((device & outputDesc->mProfile->mSupportedDevices) == 0)) {
2850 device = (audio_devices_t)(device & outputDesc->mProfile->mSupportedDevices);
3566 return mProfile->mSupportedDevices ;
3806 if ((mSupportedDevices & device) != device) {
3873 snprintf(buffer, SIZE, " - devices: 0x%04x\n", mSupportedDevices);
3902 ALOGV(" - devices: 0x%04x\n", mSupportedDevices);
4153 profile->mSupportedDevices = parseDeviceNames((char *)node->value);
4157 ALOGW_IF(profile->mSupportedDevices == AUDIO_DEVICE_NONE,
4165 if ((profile->mSupportedDevices != AUDIO_DEVICE_NONE) &&
4170 ALOGV("loadInput() adding input mSupportedDevices 0x%X", profile->mSupportedDevices);
4194 profile->mSupportedDevices = parseDeviceNames((char *)node->value);
4200 ALOGW_IF(profile->mSupportedDevices == AUDIO_DEVICE_NONE,
4208 if ((profile->mSupportedDevices != AUDIO_DEVICE_NONE) &&
4213 ALOGV("loadOutput() adding output mSupportedDevices %04x, mFlags %04x",
4214 profile->mSupportedDevices, profile->mFlags);
4354 profile->mSupportedDevices = AUDIO_DEVICE_OUT_SPEAKER;
4362 profile->mSupportedDevices = AUDIO_DEVICE_IN_BUILTIN_MIC;