Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastSubgroup.java37 private final long mCodecId; field in BluetoothLeBroadcastSubgroup
47 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.Builder
229 mCodecId = original.getCodecId(); in Builder()
249 mCodecId = codecId; in setCodecId()
[all …]
DBluetoothCodecType.java36 private final long mCodecId; field in BluetoothCodecType
41 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()