Searched refs:SourceCodecType (Results 1 – 5 of 5) sorted by relevance
49 public @interface SourceCodecType {}; annotation in BluetoothLeAudioCodecConfig217 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()
59 public @interface SourceCodecType {} annotation in BluetoothCodecConfig248 @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()
69 private BluetoothCodecType(@BluetoothCodecConfig.SourceCodecType int codecType, long codecId) { in BluetoothCodecType()166 @BluetoothCodecConfig.SourceCodecType int codecType) { in createFromType()
91 public @Nullable BufferConstraint forCodec(@BluetoothCodecConfig.SourceCodecType int codec) { in forCodec()
1072 @BluetoothCodecConfig.SourceCodecType int codec, int value) { in setBufferLengthMillis()