Searched refs:mCodecType (Results 1 – 3 of 3) sorted by relevance
147 private final @SourceCodecType int mCodecType; field in BluetoothCodecConfig162 mCodecType = codecType; in BluetoothCodecConfig()174 mCodecType = codecType; in BluetoothCodecConfig()189 return (other.mCodecType == mCodecType in equals()210 return Objects.hash(mCodecType, mCodecPriority, mSampleRate, in hashCode()293 + ",mCodecType:" + mCodecType in toString()352 out.writeInt(mCodecType); in writeToParcel()369 switch (mCodecType) { in getCodecName()385 return "UNKNOWN CODEC(" + mCodecType + ")"; in getCodecName()395 return mCodecType; in getCodecType()[all …]
82 private int mCodecType; field in CallQuality99 mCodecType = in.readInt(); in CallQuality()188 this.mCodecType = codecType; in CallQuality()329 return mCodecType; in getCodecType()346 + " codecType=" + mCodecType in toString()366 mCodecType, in hashCode()394 && mCodecType == s.mCodecType in equals()421 dest.writeInt(mCodecType); in writeToParcel()
10082 Landroid/bluetooth/BluetoothCodecConfig;->mCodecType:I