Searched refs:availableOutputDeviceTypes (Results 1 – 1 of 1) sorted by relevance
3980 audio_devices_t availableOutputDeviceTypes = mAvailableOutputDevices.types(); in getDeviceForStrategy() local3995 …if (device == AUDIO_DEVICE_OUT_SPEAKER && (availableOutputDeviceTypes & AUDIO_DEVICE_OUT_SPEAKER_S… in getDeviceForStrategy()4005 …if (device == AUDIO_DEVICE_OUT_SPEAKER && (availableOutputDeviceTypes & AUDIO_DEVICE_OUT_SPEAKER_S… in getDeviceForStrategy()4033 availableOutputDeviceTypes = availablePrimaryOutputDevices(); in getDeviceForStrategy()4041 device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_SCO_CARKIT; in getDeviceForStrategy()4044 device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_SCO_HEADSET; in getDeviceForStrategy()4046 device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_SCO; in getDeviceForStrategy()4056 device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP; in getDeviceForStrategy()4058 device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES; in getDeviceForStrategy()4061 device = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_WIRED_HEADPHONE; in getDeviceForStrategy()[all …]