Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java147 private final @SourceCodecType int mCodecType; field in BluetoothCodecConfig
162 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 …]
/frameworks/base/telephony/java/android/telephony/
DCallQuality.java82 private int mCodecType; field in CallQuality
99 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10082 Landroid/bluetooth/BluetoothCodecConfig;->mCodecType:I