Searched refs:mCodecId (Results 1 – 2 of 2) sorted by relevance
37 private final long mCodecId; field in BluetoothLeBroadcastSubgroup47 mCodecId = codecId; in BluetoothLeBroadcastSubgroup()59 return mCodecId == other.getCodecId() in equals()67 return Objects.hash(mCodecId, mCodecSpecificConfig, mContentMetadata, mChannels); in hashCode()73 + ("codecId=" + mCodecId) in toString()93 return mCodecId; in getCodecId()165 out.writeLong(mCodecId); in writeToParcel()208 private long mCodecId = UNKNOWN_VALUE_PLACEHOLDER; field in BluetoothLeBroadcastSubgroup.Builder229 mCodecId = original.getCodecId(); in Builder()249 mCodecId = codecId; in setCodecId()[all …]
36 private final long mCodecId; field in BluetoothCodecType41 mCodecId = in.readLong(); in BluetoothCodecType()71 mCodecId = codecId; in BluetoothCodecType()86 mCodecId = codecId; in BluetoothCodecType()104 return mCodecId; in getCodecId()130 return Long.hashCode(mCodecId); in hashCode()137 return other.mCodecId == mCodecId; in equals()152 dest.writeLong(mCodecId); in writeToParcel()