Home | History | Annotate | Download | only in audio

Lines Matching refs:mAttachedOutputDevices

1590             if ((outProfile->mSupportedDevices & mAttachedOutputDevices) &&
1607 (outProfile->mSupportedDevices & mAttachedOutputDevices));
1622 ALOGE_IF((mAttachedOutputDevices & ~mAvailableOutputDevices),
1624 (mAttachedOutputDevices & ~mAvailableOutputDevices));
4293 mAttachedOutputDevices = parseDeviceNames((char *)node->value);
4294 ALOGW_IF(mAttachedOutputDevices == AUDIO_DEVICE_NONE,
4296 ALOGV("loadGlobalConfig() mAttachedOutputDevices %04x", mAttachedOutputDevices);
4345 mAttachedOutputDevices = AUDIO_DEVICE_OUT_SPEAKER;