Home
last modified time | relevance | path

Searched refs:localCallProfile (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java960 ImsCallProfile localCallProfile = imsCall.getLocalCallProfile(); in updateMediaCapabilities() local
961 Rlog.v(LOG_TAG, "update localCallProfile=" + localCallProfile); in updateMediaCapabilities()
962 if (localCallProfile != null) { in updateMediaCapabilities()
963 capabilities = applyLocalCallCapabilities(localCallProfile, capabilities); in updateMediaCapabilities()
987 if (localCallProfile != null in updateMediaCapabilities()
988 && localCallProfile.mMediaProfile.mAudioQuality != mAudioCodec) { in updateMediaCapabilities()
989 mAudioCodec = localCallProfile.mMediaProfile.mAudioQuality; in updateMediaCapabilities()
994 getAudioQualityFromCallProfile(localCallProfile, remoteCallProfile); in updateMediaCapabilities()
1208 ImsCallProfile localCallProfile, ImsCallProfile remoteCallProfile) { in getAudioQualityFromCallProfile() argument
1209 if (localCallProfile == null || remoteCallProfile == null in getAudioQualityFromCallProfile()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2626 ImsCallProfile localCallProfile = session.getLocalCallProfile(); in writeAudioCodecIms() local
2627 if (localCallProfile != null) { in writeAudioCodecIms()
2628 int codec = convertImsCodec(localCallProfile.mMediaProfile.mAudioQuality); in writeAudioCodecIms()