Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioCodecConfig.java49 public @interface SourceCodecType {}; annotation in BluetoothLeAudioCodecConfig
217 private final @SourceCodecType int mCodecType;
241 @SourceCodecType int codecType, in BluetoothLeAudioCodecConfig()
388 public @SourceCodecType int getCodecType() { in getCodecType()
526 public @NonNull Builder setCodecType(@SourceCodecType int codecType) { in setCodecType()
DBluetoothCodecConfig.java59 public @interface SourceCodecType {} annotation in BluetoothCodecConfig
248 @SourceCodecType int codecType, in BluetoothCodecConfig()
316 public BluetoothCodecConfig(@SourceCodecType int codecType) { in BluetoothCodecConfig()
516 public static @NonNull String getCodecName(@SourceCodecType int codecType) { in getCodecName()
547 public @SourceCodecType int getCodecType() { in getCodecType()
851 public @NonNull Builder setCodecType(@SourceCodecType int codecType) { in setCodecType()
DBluetoothCodecType.java69 private BluetoothCodecType(@BluetoothCodecConfig.SourceCodecType int codecType, long codecId) { in BluetoothCodecType()
166 @BluetoothCodecConfig.SourceCodecType int codecType) { in createFromType()
DBufferConstraints.java91 public @Nullable BufferConstraint forCodec(@BluetoothCodecConfig.SourceCodecType int codec) { in forCodec()
DBluetoothA2dp.java1072 @BluetoothCodecConfig.SourceCodecType int codec, int value) { in setBufferLengthMillis()