Searched refs:DEVICE_OUT_BLUETOOTH_SCO (Results 1 – 4 of 4) sorted by relevance
301 public static final int DEVICE_OUT_BLUETOOTH_SCO = 0x10; field in AudioSystem329 DEVICE_OUT_BLUETOOTH_SCO |353 public static final int DEVICE_OUT_ALL_SCO = (DEVICE_OUT_BLUETOOTH_SCO |478 case DEVICE_OUT_BLUETOOTH_SCO: in getOutputDeviceName()
263 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BLUETOOTH_SCO, TYPE_BLUETOOTH_SCO); in INT_TO_EXT_DEVICE_MAPPING.put() argument311 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_BLUETOOTH_SCO, AudioSystem.DEVICE_OUT_BLUETOOTH_SCO); in EXT_TO_INT_DEVICE_MAPPING.put() argument
2892 public static final int DEVICE_OUT_BLUETOOTH_SCO = AudioSystem.DEVICE_OUT_BLUETOOTH_SCO; field in AudioManager
2920 int outDevice = AudioSystem.DEVICE_OUT_BLUETOOTH_SCO; in setBtScoDeviceConnectionState()