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.java1034 ImsCallProfile localCallProfile = imsCall.getLocalCallProfile(); in updateMediaCapabilities() local
1035 Rlog.v(LOG_TAG, "update localCallProfile=" + localCallProfile); in updateMediaCapabilities()
1036 if (localCallProfile != null) { in updateMediaCapabilities()
1037 capabilities = applyLocalCallCapabilities(localCallProfile, capabilities); in updateMediaCapabilities()
1061 if (localCallProfile != null in updateMediaCapabilities()
1062 && localCallProfile.mMediaProfile.mAudioQuality != mAudioCodec) { in updateMediaCapabilities()
1063 mAudioCodec = localCallProfile.mMediaProfile.mAudioQuality; in updateMediaCapabilities()
1069 getAudioQualityFromCallProfile(localCallProfile, remoteCallProfile); in updateMediaCapabilities()
1306 ImsCallProfile localCallProfile, ImsCallProfile remoteCallProfile) { in getAudioQualityFromCallProfile() argument
1307 if (localCallProfile == null || remoteCallProfile == null in getAudioQualityFromCallProfile()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2714 ImsCallProfile localCallProfile = session.getLocalCallProfile(); in writeAudioCodecIms() local
2715 if (localCallProfile != null) { in writeAudioCodecIms()
2716 int codec = convertImsCodec(localCallProfile.mMediaProfile.mAudioQuality); in writeAudioCodecIms()