Lines Matching refs:mAvailableOutputDevices
88 if (mAvailableOutputDevices & device) {
100 mAvailableOutputDevices = (audio_devices_t)(mAvailableOutputDevices | device);
130 if (!(mAvailableOutputDevices & device)) {
137 mAvailableOutputDevices = (audio_devices_t)(mAvailableOutputDevices & ~device);
253 if (device & mAvailableOutputDevices) {
512 if (mAvailableOutputDevices & profile->mSupportedDevices) {
520 if (mAvailableOutputDevices & profile->mSupportedDevices) {
1384 snprintf(buffer, SIZE, " Output devices: %08x\n", mAvailableOutputDevices);
1531 mAvailableOutputDevices(AUDIO_DEVICE_NONE),
1588 mAvailableOutputDevices = (audio_devices_t)(mAvailableOutputDevices |
1604 ALOGE_IF((mAttachedOutputDevices & ~mAvailableOutputDevices),
1606 (mAttachedOutputDevices & ~mAvailableOutputDevices));
1986 !(desc->mProfile->mSupportedDevices & mAvailableOutputDevices)) {
2363 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
2366 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_SCO_HEADSET;
2368 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_SCO;
2378 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP;
2380 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES;
2383 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_WIRED_HEADPHONE;
2385 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_WIRED_HEADSET;
2388 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_USB_ACCESSORY;
2390 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_USB_DEVICE;
2392 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET;
2394 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_AUX_DIGITAL;
2396 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET;
2399 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_EARPIECE;
2413 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER;
2417 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_USB_ACCESSORY;
2419 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_USB_DEVICE;
2421 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET;
2423 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_AUX_DIGITAL;
2425 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET;
2428 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_SPEAKER;
2456 device = mAvailableOutputDevices & AUDIO_DEVICE_OUT_SPEAKER;
2468 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_REMOTE_SUBMIX;
2473 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP;
2475 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES;
2478 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER;
2482 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_WIRED_HEADPHONE;
2485 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_WIRED_HEADSET;
2488 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_USB_ACCESSORY;
2491 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_USB_DEVICE;
2494 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET;
2498 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_AUX_DIGITAL;
2502 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET;
2505 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_SPEAKER;