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.java1045 ImsCallProfile localCallProfile = imsCall.getLocalCallProfile(); in updateMediaCapabilities() local
1046 Rlog.v(LOG_TAG, "update localCallProfile=" + localCallProfile); in updateMediaCapabilities()
1047 if (localCallProfile != null) { in updateMediaCapabilities()
1048 capabilities = applyLocalCallCapabilities(localCallProfile, capabilities); in updateMediaCapabilities()
1072 if (localCallProfile != null in updateMediaCapabilities()
1073 && localCallProfile.mMediaProfile.mAudioQuality != mAudioCodec) { in updateMediaCapabilities()
1074 mAudioCodec = localCallProfile.mMediaProfile.mAudioQuality; in updateMediaCapabilities()
1080 getAudioQualityFromCallProfile(localCallProfile, remoteCallProfile); in updateMediaCapabilities()
1309 ImsCallProfile localCallProfile, ImsCallProfile remoteCallProfile) { in getAudioQualityFromCallProfile() argument
1310 if (localCallProfile == null || remoteCallProfile == null in getAudioQualityFromCallProfile()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2743 ImsCallProfile localCallProfile = session.getLocalCallProfile(); in writeAudioCodecIms() local
2744 if (localCallProfile != null) { in writeAudioCodecIms()
2745 int codec = convertImsCodec(localCallProfile.mMediaProfile.mAudioQuality); in writeAudioCodecIms()