Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecStatus.java41 private final @Nullable BluetoothCodecConfig mCodecConfig; field in BluetoothCodecStatus
54 mCodecConfig = codecConfig; in BluetoothCodecStatus()
60 mCodecConfig = in.readTypedObject(BluetoothCodecConfig.CREATOR); in BluetoothCodecStatus()
69 return (Objects.equals(other.mCodecConfig, mCodecConfig) in equals()
140 return Objects.hash(mCodecConfig, mCodecsLocalCapabilities, mCodecsLocalCapabilities); in hashCode()
149 + mCodecConfig in toString()
185 out.writeTypedObject(mCodecConfig, 0); in writeToParcel()
192 return mCodecConfig; in getCodecConfig()
211 private BluetoothCodecConfig mCodecConfig = null; field in BluetoothCodecStatus.Builder
222 mCodecConfig = codecConfig; in setCodecConfig()
[all …]
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt271 Landroid/bluetooth/BluetoothCodecStatus;->mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;