Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecStatus.java46 private final @Nullable BluetoothCodecConfig mCodecConfig; field in BluetoothCodecStatus
53 mCodecConfig = codecConfig; in BluetoothCodecStatus()
62 return (Objects.equals(other.mCodecConfig, mCodecConfig) in equals()
138 return Objects.hash(mCodecConfig, mCodecsLocalCapabilities, in hashCode()
144 return "{mCodecConfig:" + mCodecConfig in toString()
191 out.writeTypedObject(mCodecConfig, 0); in writeToParcel()
203 return mCodecConfig; in getCodecConfig()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10078 Landroid/bluetooth/BluetoothCodecStatus;->mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;