• Home
  • Raw
  • Download

Lines Matching refs:device2

4145         uint32_t device2 = AUDIO_DEVICE_NONE;  in getDeviceForStrategy()  local
4148 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_REMOTE_SUBMIX; in getDeviceForStrategy()
4150 if ((device2 == AUDIO_DEVICE_NONE) && in getDeviceForStrategy()
4153 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP; in getDeviceForStrategy()
4154 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()
4155 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES; in getDeviceForStrategy()
4157 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()
4158 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER; in getDeviceForStrategy()
4161 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()
4162 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_WIRED_HEADPHONE; in getDeviceForStrategy()
4164 if ((device2 == AUDIO_DEVICE_NONE)) { in getDeviceForStrategy()
4165 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_LINE; in getDeviceForStrategy()
4167 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()
4168 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_WIRED_HEADSET; in getDeviceForStrategy()
4170 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()
4171 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_USB_ACCESSORY; in getDeviceForStrategy()
4173 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()
4174 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_USB_DEVICE; in getDeviceForStrategy()
4176 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()
4177 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET; in getDeviceForStrategy()
4179 if ((device2 == AUDIO_DEVICE_NONE) && (strategy != STRATEGY_SONIFICATION)) { in getDeviceForStrategy()
4181 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_AUX_DIGITAL; in getDeviceForStrategy()
4183 if ((device2 == AUDIO_DEVICE_NONE) && in getDeviceForStrategy()
4185 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET; in getDeviceForStrategy()
4187 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()
4188 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_SPEAKER; in getDeviceForStrategy()
4198 device2 |= device3; in getDeviceForStrategy()
4201 device |= device2; in getDeviceForStrategy()