Searched refs:audioRouteType (Results 1 – 5 of 5) sorted by relevance
195 @AudioRoute.AudioRouteType int audioRouteType; in handleConnectionStateChanged() local198 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() local246 audioRouteType = AudioRoute.TYPE_BLUETOOTH_LE; in handleActiveDeviceChanged()249 audioRouteType = AudioRoute.TYPE_BLUETOOTH_HA; in handleActiveDeviceChanged()252 audioRouteType = AudioRoute.TYPE_BLUETOOTH_SCO; in handleActiveDeviceChanged()[all …]
1002 public boolean isInbandRingEnabled(@AudioRoute.AudioRouteType int audioRouteType, in isInbandRingEnabled() argument1004 if (audioRouteType == AudioRoute.TYPE_BLUETOOTH_LE) { in isInbandRingEnabled()
1184 public boolean isInbandRingEnabled(@AudioRoute.AudioRouteType int audioRouteType, in isInbandRingEnabled() argument1186 return mDeviceManager.isInbandRingEnabled(audioRouteType, bluetoothDevice); in isInbandRingEnabled()
84 public void setAudioRouteType(@AudioDeviceInfo.AudioDeviceType int audioRouteType) { in setAudioRouteType() argument85 mAudioRouteType = audioRouteType; in setAudioRouteType()
411 int audioRouteType = AudioRoute.TYPE_SPEAKER; in initialize() local420 audioRouteType = AudioRoute.TYPE_BUS; in initialize()423 mTypeRoutes.put(audioRouteType, mSpeakerDockRoute); in initialize()1470 public AudioRoute getBluetoothRoute(@AudioRoute.AudioRouteType int audioRouteType, in getBluetoothRoute() argument1473 if (route.getType() == audioRouteType && route.getBluetoothAddress().equals(address)) { in getBluetoothRoute()