Searched refs:device2 (Results 1 – 1 of 1) sorted by relevance
2684 uint32_t device2 = AUDIO_DEVICE_NONE; in getDeviceForStrategy() local2687 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_REMOTE_SUBMIX; in getDeviceForStrategy()2689 if ((device2 == AUDIO_DEVICE_NONE) && in getDeviceForStrategy()2692 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP; in getDeviceForStrategy()2693 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()2694 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES; in getDeviceForStrategy()2696 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()2697 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER; in getDeviceForStrategy()2700 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()2701 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_WIRED_HEADPHONE; in getDeviceForStrategy()[all …]