Home
last modified time | relevance | path

Searched refs:mCodecType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCallQuality.java78 private int mCodecType; field in CallQuality
92 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()
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java90 private final int mCodecType; field in BluetoothCodecConfig
106 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10765 Landroid/bluetooth/BluetoothCodecConfig;->mCodecType:I