Searched refs:mCodecType (Results 1 – 3 of 3) sorted by relevance
78 private int mCodecType; field in CallQuality92 mCodecType = in.readInt(); in CallQuality()136 this.mCodecType = codecType; in CallQuality()251 return mCodecType; in getCodecType()267 + " codecType=" + mCodecType in toString()284 mCodecType); in hashCode()309 && mCodecType == s.mCodecType); in equals()333 dest.writeInt(mCodecType); in writeToParcel()
90 private final int mCodecType; field in BluetoothCodecConfig106 mCodecType = codecType; in BluetoothCodecConfig()119 mCodecType = codecType; in BluetoothCodecConfig()134 return (other.mCodecType == mCodecType in equals()149 return Objects.hash(mCodecType, mCodecPriority, mSampleRate, in hashCode()231 + ",mCodecType:" + mCodecType in toString()276 out.writeInt(mCodecType); in writeToParcel()293 switch (mCodecType) { in getCodecName()309 return "UNKNOWN CODEC(" + mCodecType + ")"; in getCodecName()320 return mCodecType; in getCodecType()[all …]
10765 Landroid/bluetooth/BluetoothCodecConfig;->mCodecType:I