Searched refs:mAttachedOutputDevices (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h549 audio_devices_t mAttachedOutputDevices; // output devices always available on the platform member in class:android_audio_legacy::AudioPolicyManagerBase
551 // (must be in mAttachedOutputDevices)
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1366 if (outProfile->mSupportedDevices & mAttachedOutputDevices) {
1382 (outProfile->mSupportedDevices & mAttachedOutputDevices));
1397 ALOGE_IF((mAttachedOutputDevices & ~mAvailableOutputDevices),
1399 (mAttachedOutputDevices & ~mAvailableOutputDevices));
3779 mAttachedOutputDevices = parseDeviceNames((char *)node->value);
3780 ALOGW_IF(mAttachedOutputDevices == AUDIO_DEVICE_NONE,
3782 ALOGV("loadGlobalConfig() mAttachedOutputDevices %04x", mAttachedOutputDevices);
3828 mAttachedOutputDevices = AUDIO_DEVICE_OUT_SPEAKER;

Completed in 108 milliseconds