Home
last modified time | relevance | path

Searched defs:a2dpCodec (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java310 final @AudioSystem.AudioFormatNativeEnumForBtCodec int a2dpCodec = btInfo.getCodec(); in onSetA2dpSinkConnectionState() local
443 @AudioSystem.AudioFormatNativeEnumForBtCodec final int a2dpCodec = btInfo.getCodec(); in onBluetoothA2dpActiveDeviceChange() local
519 /*package*/ void onMakeA2dpDeviceUnavailableNow(String address, int a2dpCodec) { in onMakeA2dpDeviceUnavailableNow()
897 final int a2dpCodec = mDeviceBroker.getA2dpCodec(device); in setBluetoothA2dpDeviceConnectionState() local
958 int a2dpCodec) { in makeA2dpDeviceAvailable()
996 private void makeA2dpDeviceUnavailableNow(String address, int a2dpCodec) { in makeA2dpDeviceUnavailableNow()
1050 final int a2dpCodec = deviceInfo != null ? deviceInfo.mDeviceCodecFormat : in makeA2dpDeviceUnavailableLater() local
H A DAudioDeviceBroker.java1027 /*package*/ void setA2dpTimeout(String address, int a2dpCodec, int delayMs) { in setA2dpTimeout()
1243 final int a2dpCodec; in handleMessage() local