Searched refs:mCodecConfig (Results 1 – 2 of 2) sorted by relevance
41 private final @Nullable BluetoothCodecConfig mCodecConfig; field in BluetoothCodecStatus54 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.Builder222 mCodecConfig = codecConfig; in setCodecConfig()[all …]
271 Landroid/bluetooth/BluetoothCodecStatus;->mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;