Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java53 public @interface SourceCodecType {} annotation in BluetoothCodecConfig
171 private final @SourceCodecType int mCodecType;
182 public BluetoothCodecConfig(@SourceCodecType int codecType, @CodecPriority int codecPriority, in BluetoothCodecConfig()
199 public BluetoothCodecConfig(@SourceCodecType int codecType) { in BluetoothCodecConfig()
421 public @SourceCodecType int getCodecType() { in getCodecType()
DBufferConstraints.java93 public @Nullable BufferConstraint forCodec(@BluetoothCodecConfig.SourceCodecType int codec) { in forCodec()
DBluetoothA2dp.java1025 public boolean setBufferLengthMillis(@BluetoothCodecConfig.SourceCodecType int codec, in setBufferLengthMillis()