Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3732 int[] outDeviceTypes = { in handleBtScoActiveDeviceChange() local
3741 outDeviceTypes = new int[] { AudioSystem.DEVICE_OUT_BLUETOOTH_SCO_HEADSET }; in handleBtScoActiveDeviceChange()
3744 outDeviceTypes = new int[] { AudioSystem.DEVICE_OUT_BLUETOOTH_SCO_CARKIT }; in handleBtScoActiveDeviceChange()
3754 result |= handleDeviceConnection(isActive, outDeviceTypes[0], address, btDeviceName); in handleBtScoActiveDeviceChange()
3756 for (int outDeviceType : outDeviceTypes) { in handleBtScoActiveDeviceChange()