Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java162 public void onSetA2dpSinkConnectionState(@NonNull BtHelper.BluetoothA2dpDeviceInfo btInfo, in onSetA2dpSinkConnectionState() argument
164 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onSetA2dpSinkConnectionState()
165 int a2dpVolume = btInfo.getVolume(); in onSetA2dpSinkConnectionState()
175 final int a2dpCodec = btInfo.getCodec(); in onSetA2dpSinkConnectionState()
213 @NonNull BtHelper.BluetoothA2dpDeviceInfo btInfo, int state) { in onSetA2dpSourceConnectionState()
214 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onSetA2dpSourceConnectionState()
264 @NonNull BtHelper.BluetoothA2dpDeviceInfo btInfo, int event) { in onBluetoothA2dpActiveDeviceChange()
265 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onBluetoothA2dpActiveDeviceChange()
272 int a2dpVolume = btInfo.getVolume(); in onBluetoothA2dpActiveDeviceChange()
273 final int a2dpCodec = btInfo.getCodec(); in onBluetoothA2dpActiveDeviceChange()