Home
last modified time | relevance | path

Searched refs:AUDIO_DEVICE_OUT_ALL_SCO (Results 1 – 2 of 2) sorted by relevance

/system/media/audio/include/system/
Daudio-base.h278AUDIO_DEVICE_OUT_ALL_SCO = 112u, // ((OUT_BLUETOOTH_SCO | OUT_BLUETOOTH_SCO_HEADSET) | OUT_BLUETOO… enumerator
Daudio.h578 if ((popcount(device) == 1) && ((device & ~AUDIO_DEVICE_OUT_ALL_SCO) == 0)) in audio_is_bluetooth_sco_device()