Searched refs:mAvailableOutputDevices (Results 1 - 4 of 4) sorted by relevance

/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioPolicyManager.cpp78 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
82 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_HEADSET;
84 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO;
90 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_WIRED_HEADPHONE;
92 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_WIRED_HEADSET;
99 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
101 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_SPEAKER;
105 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
107 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES;
110 device = mAvailableOutputDevices
[all...]
/hardware/msm7k/libaudio-qsd8k/
H A DAudioPolicyManager.cpp78 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
82 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_HEADSET;
84 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO;
90 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_WIRED_HEADPHONE;
92 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_WIRED_HEADSET;
99 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
101 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_SPEAKER;
105 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP;
107 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES;
110 device = mAvailableOutputDevices
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp87 if (mAvailableOutputDevices & device) {
99 mAvailableOutputDevices = (audio_devices_t)(mAvailableOutputDevices | device);
129 if (!(mAvailableOutputDevices & device)) {
136 mAvailableOutputDevices = (audio_devices_t)(mAvailableOutputDevices & ~device);
250 if (device & mAvailableOutputDevices) {
498 if (mAvailableOutputDevices & profile->mSupportedDevices) {
1249 snprintf(buffer, SIZE, " Output devices: %08x\n", mAvailableOutputDevices);
1329 mAvailableOutputDevices(AUDIO_DEVICE_NON
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h522 audio_devices_t mAvailableOutputDevices; // bit field of all available output devices member in class:android_audio_legacy::AudioPolicyManagerBase

Completed in 19 milliseconds