Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastSubgroup.java38 private final BluetoothLeAudioCodecConfigMetadata mCodecSpecificConfig; field in BluetoothLeBroadcastSubgroup
47 mCodecSpecificConfig = codecSpecificConfig; in BluetoothLeBroadcastSubgroup()
59 && mCodecSpecificConfig.equals(other.getCodecSpecificConfig()) in equals()
66 return Objects.hash(mCodecId, mCodecSpecificConfig, mContentMetadata, mChannels); in hashCode()
96 return mCodecSpecificConfig; in getCodecSpecificConfig()
155 out.writeTypedObject(mCodecSpecificConfig, 0); in writeToParcel()
196 private BluetoothLeAudioCodecConfigMetadata mCodecSpecificConfig = null; field in BluetoothLeBroadcastSubgroup.Builder
217 mCodecSpecificConfig = original.getCodecSpecificConfig(); in Builder()
255 mCodecSpecificConfig = codecSpecificConfig; in setCodecSpecificConfig()
318 Objects.requireNonNull(mCodecSpecificConfig, "CodecSpecificConfig is null"); in build()
[all …]