Searched refs:mCodecSpecific1 (Results 1 – 2 of 2) sorted by relevance
176 private final long mCodecSpecific1; field in BluetoothCodecConfig192 mCodecSpecific1 = codecSpecific1; in BluetoothCodecConfig()205 mCodecSpecific1 = 0; in BluetoothCodecConfig()220 && other.mCodecSpecific1 == mCodecSpecific1 in equals()237 mBitsPerSample, mChannelMode, mCodecSpecific1, in hashCode()327 + ",mCodecSpecific1:" + mCodecSpecific1 in toString()383 out.writeLong(mCodecSpecific1); in writeToParcel()514 return mCodecSpecific1; in getCodecSpecific1()652 if (mCodecSpecific1 != other.mCodecSpecific1) { in sameCodecSpecificParameters()
10069 Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific1:J