Searched refs:device2 (Results 1 – 1 of 1) sorted by relevance
2683 uint32_t device2 = AUDIO_DEVICE_NONE; in getDeviceForStrategy() local2686 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_REMOTE_SUBMIX; in getDeviceForStrategy()2688 if ((device2 == AUDIO_DEVICE_NONE) && in getDeviceForStrategy()2691 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP; in getDeviceForStrategy()2692 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()2693 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES; in getDeviceForStrategy()2695 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()2696 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER; in getDeviceForStrategy()2699 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()2700 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_WIRED_HEADPHONE; in getDeviceForStrategy()[all …]