Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java263 return AudioSystem.bluetoothCodecToAudioFormat(btCodecConfig.getCodecType()); in getA2dpCodec()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioSystem.java324 public static @AudioFormatNativeEnumForBtCodec int bluetoothCodecToAudioFormat(int btCodec) { in bluetoothCodecToAudioFormat() method in AudioSystem