Searched refs:BluetoothLeAudioCodecConfigMetadata (Results 1 – 9 of 9) sorted by relevance
56 public final class BluetoothLeAudioCodecConfigMetadata implements Parcelable { class91 private BluetoothLeAudioCodecConfigMetadata( in BluetoothLeAudioCodecConfigMetadata() method in BluetoothLeAudioCodecConfigMetadata106 if (o != null && o instanceof BluetoothLeAudioCodecConfigMetadata) { in equals()107 final BluetoothLeAudioCodecConfigMetadata oth = (BluetoothLeAudioCodecConfigMetadata) o; in equals()243 public static final Creator<BluetoothLeAudioCodecConfigMetadata> CREATOR =245 public @NonNull BluetoothLeAudioCodecConfigMetadata createFromParcel(259 return new BluetoothLeAudioCodecConfigMetadata(263 public @NonNull BluetoothLeAudioCodecConfigMetadata[] newArray(int size) {264 return new BluetoothLeAudioCodecConfigMetadata[size];284 public static BluetoothLeAudioCodecConfigMetadata fromRawBytes(@NonNull byte[] rawBytes) { in fromRawBytes()[all …]
39 private final BluetoothLeAudioCodecConfigMetadata mCodecMetadata;44 BluetoothLeAudioCodecConfigMetadata codecMetadata) { in BluetoothLeBroadcastChannel()106 public @NonNull BluetoothLeAudioCodecConfigMetadata getCodecMetadata() { in getCodecMetadata()146 in.readTypedObject(BluetoothLeAudioCodecConfigMetadata.CREATOR));164 private BluetoothLeAudioCodecConfigMetadata mCodecMetadata = null;232 @NonNull BluetoothLeAudioCodecConfigMetadata codecMetadata) { in setCodecMetadata()
38 private final BluetoothLeAudioCodecConfigMetadata mCodecSpecificConfig;44 BluetoothLeAudioCodecConfigMetadata codecSpecificConfig, in BluetoothLeBroadcastSubgroup()104 public BluetoothLeAudioCodecConfigMetadata getCodecSpecificConfig() { in getCodecSpecificConfig()183 in.readTypedObject(BluetoothLeAudioCodecConfigMetadata.CREATOR));209 private BluetoothLeAudioCodecConfigMetadata mCodecSpecificConfig = null;264 @NonNull BluetoothLeAudioCodecConfigMetadata codecSpecificConfig) { in setCodecSpecificConfig()
567 BluetoothLeAudioCodecConfigMetadata codecMetadata = in createBroadcastSubgroup()568 new BluetoothLeAudioCodecConfigMetadata.Builder() in createBroadcastSubgroup()582 BluetoothLeAudioCodecConfigMetadata channelCodecMetadata = in createBroadcastSubgroup()583 new BluetoothLeAudioCodecConfigMetadata.Builder() in createBroadcastSubgroup()
511 public final class BluetoothLeAudioCodecConfigMetadata implements android.os.Parcelable {513 …method @NonNull public static android.bluetooth.BluetoothLeAudioCodecConfigMetadata fromRawBytes(@…520 …atic final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeAudioCodecConfigMetadata> CR…523 public static final class BluetoothLeAudioCodecConfigMetadata.Builder {524 ctor public BluetoothLeAudioCodecConfigMetadata.Builder();525 …ctor public BluetoothLeAudioCodecConfigMetadata.Builder(@NonNull android.bluetooth.BluetoothLeAudi…526 method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfigMetadata build();527 …method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfigMetadata.Builder setAudioLocat…528 …method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfigMetadata.Builder setFrameDurat…529 …method @NonNull public android.bluetooth.BluetoothLeAudioCodecConfigMetadata.Builder setOctetsPerF…[all …]
29 import android.bluetooth.BluetoothLeAudioCodecConfigMetadata;611 BluetoothLeAudioCodecConfigMetadata.fromRawBytes( in getBroadcastMetadataFromBaseData()616 BluetoothLeAudioCodecConfigMetadata.fromRawBytes(new byte[0])); in getBroadcastMetadataFromBaseData()630 BluetoothLeAudioCodecConfigMetadata.fromRawBytes( in getBroadcastMetadataFromBaseData()635 BluetoothLeAudioCodecConfigMetadata.fromRawBytes(new byte[0])); in getBroadcastMetadataFromBaseData()
34 import android.bluetooth.BluetoothLeAudioCodecConfigMetadata;2013 BluetoothLeAudioCodecConfigMetadata.fromRawBytes( in getBroadcastMetadataFromBaseData()2018 BluetoothLeAudioCodecConfigMetadata.fromRawBytes(new byte[0])); in getBroadcastMetadataFromBaseData()2032 BluetoothLeAudioCodecConfigMetadata.fromRawBytes( in getBroadcastMetadataFromBaseData()2037 BluetoothLeAudioCodecConfigMetadata.fromRawBytes(new byte[0])); in getBroadcastMetadataFromBaseData()
74 import android.bluetooth.BluetoothLeAudioCodecConfigMetadata;2539 BluetoothLeAudioCodecConfigMetadata codecMetadata = in createBroadcastSubgroup()2540 new BluetoothLeAudioCodecConfigMetadata.Builder() in createBroadcastSubgroup()2554 BluetoothLeAudioCodecConfigMetadata channelCodecMetadata = in createBroadcastSubgroup()2555 new BluetoothLeAudioCodecConfigMetadata.Builder() in createBroadcastSubgroup()
43 import android.bluetooth.BluetoothLeAudioCodecConfigMetadata;170 BluetoothLeAudioCodecConfigMetadata codecMetadata = in createBroadcastSubgroup()171 new BluetoothLeAudioCodecConfigMetadata.Builder() in createBroadcastSubgroup()185 BluetoothLeAudioCodecConfigMetadata channelCodecMetadata = in createBroadcastSubgroup()186 new BluetoothLeAudioCodecConfigMetadata.Builder() in createBroadcastSubgroup()