Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java195 @AudioRoute.AudioRouteType int audioRouteType; in handleConnectionStateChanged() local
198 audioRouteType = AudioRoute.TYPE_BLUETOOTH_LE; in handleConnectionStateChanged()
201 audioRouteType = AudioRoute.TYPE_BLUETOOTH_HA; in handleConnectionStateChanged()
204 audioRouteType = AudioRoute.TYPE_BLUETOOTH_SCO; in handleConnectionStateChanged()
217 audioRouteType, device); in handleConnectionStateChanged()
228 audioRouteType, device); in handleConnectionStateChanged()
243 @AudioRoute.AudioRouteType int audioRouteType; in handleActiveDeviceChanged() local
246 audioRouteType = AudioRoute.TYPE_BLUETOOTH_LE; in handleActiveDeviceChanged()
249 audioRouteType = AudioRoute.TYPE_BLUETOOTH_HA; in handleActiveDeviceChanged()
252 audioRouteType = AudioRoute.TYPE_BLUETOOTH_SCO; in handleActiveDeviceChanged()
[all …]
DBluetoothDeviceManager.java1002 public boolean isInbandRingEnabled(@AudioRoute.AudioRouteType int audioRouteType, in isInbandRingEnabled() argument
1004 if (audioRouteType == AudioRoute.TYPE_BLUETOOTH_LE) { in isInbandRingEnabled()
DBluetoothRouteManager.java1184 public boolean isInbandRingEnabled(@AudioRoute.AudioRouteType int audioRouteType, in isInbandRingEnabled() argument
1186 return mDeviceManager.isInbandRingEnabled(audioRouteType, bluetoothDevice); in isInbandRingEnabled()
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
DAudioRouteItem.java84 public void setAudioRouteType(@AudioDeviceInfo.AudioDeviceType int audioRouteType) { in setAudioRouteType() argument
85 mAudioRouteType = audioRouteType; in setAudioRouteType()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java411 int audioRouteType = AudioRoute.TYPE_SPEAKER; in initialize() local
420 audioRouteType = AudioRoute.TYPE_BUS; in initialize()
423 mTypeRoutes.put(audioRouteType, mSpeakerDockRoute); in initialize()
1470 public AudioRoute getBluetoothRoute(@AudioRoute.AudioRouteType int audioRouteType, in getBluetoothRoute() argument
1473 if (route.getType() == audioRouteType && route.getBluetoothAddress().equals(address)) { in getBluetoothRoute()