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.java150 /*package*/ void onSetA2dpSinkConnectionState(@NonNull BtHelper.BluetoothA2dpDeviceInfo btInfo, in onSetA2dpSinkConnectionState() argument
152 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onSetA2dpSinkConnectionState()
153 int a2dpVolume = btInfo.getVolume(); in onSetA2dpSinkConnectionState()
166 final int a2dpCodec = btInfo.getCodec(); in onSetA2dpSinkConnectionState()
214 @NonNull BtHelper.BluetoothA2dpDeviceInfo btInfo, int state) { in onSetA2dpSourceConnectionState()
215 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onSetA2dpSourceConnectionState()
265 @NonNull BtHelper.BluetoothA2dpDeviceInfo btInfo, int event) { in onBluetoothA2dpActiveDeviceChange()
266 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onBluetoothA2dpActiveDeviceChange()
273 int a2dpVolume = btInfo.getVolume(); in onBluetoothA2dpActiveDeviceChange()
274 final int a2dpCodec = btInfo.getCodec(); in onBluetoothA2dpActiveDeviceChange()