Home
last modified time | relevance | path

Searched refs:ImsStreamMediaProfile (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/ims/
DImsStreamMediaProfile.java34 public final class ImsStreamMediaProfile implements Parcelable { class
108 public ImsStreamMediaProfile(Parcel in) { in ImsStreamMediaProfile() method in ImsStreamMediaProfile
159 public ImsStreamMediaProfile(int audioQuality, int audioDirection, in ImsStreamMediaProfile() method in ImsStreamMediaProfile
170 public ImsStreamMediaProfile() { in ImsStreamMediaProfile() method in ImsStreamMediaProfile
179 public ImsStreamMediaProfile(int audioQuality, int audioDirection, in ImsStreamMediaProfile() method in ImsStreamMediaProfile
188 public ImsStreamMediaProfile(int rttMode) { in ImsStreamMediaProfile() method in ImsStreamMediaProfile
192 public void copyFrom(ImsStreamMediaProfile profile) { in copyFrom()
235 public static final @android.annotation.NonNull Creator<ImsStreamMediaProfile> CREATOR =
236 new Creator<ImsStreamMediaProfile>() {
238 public ImsStreamMediaProfile createFromParcel(Parcel in) {
[all …]
DImsCallProfile.java459 public ImsStreamMediaProfile mMediaProfile;
474 mMediaProfile = new ImsStreamMediaProfile(); in ImsCallProfile()
500 mMediaProfile = new ImsStreamMediaProfile(); in ImsCallProfile()
525 ImsStreamMediaProfile mediaProfile) { in ImsCallProfile()
676 mMediaProfile = in.readParcelable(ImsStreamMediaProfile.class.getClassLoader()); in readFromParcel()
735 public ImsStreamMediaProfile getMediaProfile() { in getMediaProfile()
862 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE; in isVideoPaused()
DImsCallSession.java105 ImsStreamMediaProfile profile) { in callSessionProgressing()
451 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged()
770 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
871 public void hold(ImsStreamMediaProfile profile) { in hold()
889 public void resume(ImsStreamMediaProfile profile) { in resume()
924 public void update(int callType, ImsStreamMediaProfile profile) { in update()
1132 public void callSessionProgressing(ImsStreamMediaProfile profile) { in callSessionProgressing()
1459 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged()
DImsStreamMediaProfile.aidl19 parcelable ImsStreamMediaProfile;
DImsCallSessionListener.java57 public void callSessionProgressing(ImsStreamMediaProfile profile) { in callSessionProgressing()
666 public void callSessionRttAudioIndicatorChanged(@NonNull ImsStreamMediaProfile profile) { in callSessionRttAudioIndicatorChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java43 import android.telephony.ims.ImsStreamMediaProfile;
609 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_AMR, 1L << AudioCodec.AUDIO_CODEC_AMR); in buildImsCodecMap()
610 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB, 1L << AudioCodec.AUDIO_CODEC_AMR_WB); in buildImsCodecMap()
612 ImsStreamMediaProfile.AUDIO_QUALITY_QCELP13K, in buildImsCodecMap()
614 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_EVRC, 1L << AudioCodec.AUDIO_CODEC_EVRC); in buildImsCodecMap()
615 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_B, 1L << AudioCodec.AUDIO_CODEC_EVRC_B); in buildImsCodecMap()
616 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB, 1L << AudioCodec.AUDIO_CODEC_EVRC_WB); in buildImsCodecMap()
617 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_NW, 1L << AudioCodec.AUDIO_CODEC_EVRC_NW); in buildImsCodecMap()
618 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_GSM_EFR, 1L << AudioCodec.AUDIO_CODEC_GSM_EFR); in buildImsCodecMap()
619 map.put(ImsStreamMediaProfile.AUDIO_QUALITY_GSM_FR, 1L << AudioCodec.AUDIO_CODEC_GSM_FR); in buildImsCodecMap()
[all …]
DTelephonyMetrics.java62 import android.telephony.ims.ImsStreamMediaProfile;
2625 case ImsStreamMediaProfile.AUDIO_QUALITY_AMR: in convertImsCodec()
2627 case ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB: in convertImsCodec()
2629 case ImsStreamMediaProfile.AUDIO_QUALITY_QCELP13K: in convertImsCodec()
2631 case ImsStreamMediaProfile.AUDIO_QUALITY_EVRC: in convertImsCodec()
2633 case ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_B: in convertImsCodec()
2635 case ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB: in convertImsCodec()
2637 case ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_NW: in convertImsCodec()
2639 case ImsStreamMediaProfile.AUDIO_QUALITY_GSM_EFR: in convertImsCodec()
2641 case ImsStreamMediaProfile.AUDIO_QUALITY_GSM_FR: in convertImsCodec()
[all …]
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl22 import android.telephony.ims.ImsStreamMediaProfile;
135 void accept(int callType, in ImsStreamMediaProfile profile); in accept()
181 void hold(in ImsStreamMediaProfile profile); in hold()
190 void resume(in ImsStreamMediaProfile profile); in resume()
210 void update(int callType, in ImsStreamMediaProfile profile); in update()
DIImsCallSessionListener.aidl20 import android.telephony.ims.ImsStreamMediaProfile;
38 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile); in callSessionProgressing()
184 void callSessionRttAudioIndicatorChanged(in ImsStreamMediaProfile profile); in callSessionRttAudioIndicatorChanged()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java28 import android.telephony.ims.ImsStreamMediaProfile;
172 public void accept(int callType, ImsStreamMediaProfile profile) {
204 public void hold(ImsStreamMediaProfile profile) {
209 public void resume(ImsStreamMediaProfile profile) {
219 public void update(int callType, ImsStreamMediaProfile profile) {
411 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
476 public void hold(ImsStreamMediaProfile profile) { in hold()
487 public void resume(ImsStreamMediaProfile profile) { in resume()
512 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java30 import android.telephony.ims.ImsStreamMediaProfile;
189 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
254 public void hold(ImsStreamMediaProfile profile) { in hold()
266 public void resume(ImsStreamMediaProfile profile) { in resume()
293 public void update(int callType, ImsStreamMediaProfile profile) { in update()
423 ImsStreamMediaProfile imsStreamMediaProfile) throws RemoteException { in callSessionProgressing()
632 public void callSessionRttAudioIndicatorChanged(ImsStreamMediaProfile profile) in callSessionRttAudioIndicatorChanged()
/frameworks/base/telecomm/java/android/telecom/
DConnection.java44 import android.telephony.ims.ImsStreamMediaProfile;
545 public static final int AUDIO_CODEC_NONE = ImsStreamMediaProfile.AUDIO_QUALITY_NONE; // 0
549 public static final int AUDIO_CODEC_AMR = ImsStreamMediaProfile.AUDIO_QUALITY_AMR; // 1
553 public static final int AUDIO_CODEC_AMR_WB = ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB; // 2
557 public static final int AUDIO_CODEC_QCELP13K = ImsStreamMediaProfile.AUDIO_QUALITY_QCELP13K; //3
561 public static final int AUDIO_CODEC_EVRC = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC; // 4
565 public static final int AUDIO_CODEC_EVRC_B = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_B; // 5
569 public static final int AUDIO_CODEC_EVRC_WB = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB; // 6
573 public static final int AUDIO_CODEC_EVRC_NW = ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_NW; // 7
577 public static final int AUDIO_CODEC_GSM_EFR = ImsStreamMediaProfile.AUDIO_QUALITY_GSM_EFR; // 8
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java28 import android.telephony.ims.ImsStreamMediaProfile;
48 ImsStreamMediaProfile mMediaProfile;
59 mMediaProfile = new ImsStreamMediaProfile(); in setUp()
129 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testUpdateRingBackTone()
144 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testStopRingingOnHandover()
DImsPhoneCallTrackerTest.java72 import android.telephony.ims.ImsStreamMediaProfile;
861 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testNoRemoteHoldtone()
887 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testRemoteToneInactive()
912 callProfile.mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in testRemoteHoldtone()
1113 mSecondImsCall.getCallProfile().mMediaProfile = new ImsStreamMediaProfile(); in testEndRingbackOnSrvcc()
1115 ImsStreamMediaProfile.DIRECTION_INACTIVE; in testEndRingbackOnSrvcc()
1248 new ImsStreamMediaProfile()); in placeCallAndMakeActive()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsCallSessionListener.aidl20 import android.telephony.ims.ImsStreamMediaProfile;
37 void callSessionProgressing(in ImsStreamMediaProfile profile); in callSessionProgressing()
148 void callSessionRttAudioIndicatorChanged(in ImsStreamMediaProfile profile); in callSessionRttAudioIndicatorChanged()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java34 import android.telephony.ims.ImsStreamMediaProfile;
488 public void onRttAudioIndicatorChanged(ImsCall imsCall, ImsStreamMediaProfile profile) { in onRttAudioIndicatorChanged()
1164 accept(callType, new ImsStreamMediaProfile()); in accept()
1175 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept()
1179 profile.mRttMode = ImsStreamMediaProfile.RTT_MODE_FULL; in accept()
1560 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update()
1769 ? ImsStreamMediaProfile.RTT_MODE_FULL in sendRttModifyRequest()
1770 : ImsStreamMediaProfile.RTT_MODE_DISABLED); in sendRttModifyRequest()
1849 private ImsStreamMediaProfile createHoldMediaProfile() { in createHoldMediaProfile()
1850 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile(); in createHoldMediaProfile()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DVoiceCallSessionStatsTest.java47 import android.telephony.ims.ImsStreamMediaProfile;
227 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_EVS_SWB); in singleImsCall_moRejected()
314 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_EVS_SWB); in singleImsCall_moAccepted()
366 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_mtRejected()
410 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_mtAccepted()
458 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_dsdsModeSingleSim()
498 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_dsdsMode()
537 mImsConnection1, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_esim()
575 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_emergency()
613 mImsConnection0, ImsStreamMediaProfile.AUDIO_QUALITY_AMR); in singleImsCall_roaming()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java21 import android.telephony.ims.ImsStreamMediaProfile;
331 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone()
333 return (mediaProfile.mAudioDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE) in isLocalTone()
DImsPhoneConnection.java39 import android.telephony.ims.ImsStreamMediaProfile;
1144 public void onRttAudioIndicatorChanged(ImsStreamMediaProfile profile) { in onRttAudioIndicatorChanged()
1313 == ImsStreamMediaProfile.AUDIO_QUALITY_EVS_WB in getAudioQualityFromCallProfile()
1315 == ImsStreamMediaProfile.AUDIO_QUALITY_EVS_SWB in getAudioQualityFromCallProfile()
1317 == ImsStreamMediaProfile.AUDIO_QUALITY_EVS_FB); in getAudioQualityFromCallProfile()
1320 == ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB in getAudioQualityFromCallProfile()
1322 == ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB in getAudioQualityFromCallProfile()
DImsPhoneCallTracker.java66 import android.telephony.ims.ImsStreamMediaProfile;
1479 profile.mMediaProfile.mRttMode = ImsStreamMediaProfile.RTT_MODE_FULL; in dialInternal()
3504 public void onRttAudioIndicatorChanged(ImsCall imsCall, ImsStreamMediaProfile profile) {
/frameworks/opt/net/ims/
DREADME.txt79 ImsStreamMediaProfile
/frameworks/base/telephony/api/
Dsystem-current.txt1325 …or public ImsCallProfile(int, int, android.os.Bundle, android.telephony.ims.ImsStreamMediaProfile);
1340 method public android.telephony.ims.ImsStreamMediaProfile getMediaProfile();
1434 method public void callSessionProgressing(android.telephony.ims.ImsStreamMediaProfile);
1440 …lic void callSessionRttAudioIndicatorChanged(@NonNull android.telephony.ims.ImsStreamMediaProfile);
1655 public final class ImsStreamMediaProfile implements android.os.Parcelable {
1656 ctor public ImsStreamMediaProfile(int, int, int, int, int);
1657 method public void copyFrom(android.telephony.ims.ImsStreamMediaProfile);
1690 …ic static final android.os.Parcelable.Creator<android.telephony.ims.ImsStreamMediaProfile> CREATOR;
1879 method public void accept(int, android.telephony.ims.ImsStreamMediaProfile);
1890 method public void hold(android.telephony.ims.ImsStreamMediaProfile);
[all …]
/frameworks/base/api/
Dtest-lint-baseline.txt1540 …ImsCallProfile(int, int, android.os.Bundle, android.telephony.ims.ImsStreamMediaProfile) parameter…
1542 …ImsCallProfile(int, int, android.os.Bundle, android.telephony.ims.ImsStreamMediaProfile) parameter…
1620 …sCallSessionListener#callSessionProgressing(android.telephony.ims.ImsStreamMediaProfile) parameter…
1676 …singNullability: android.telephony.ims.ImsStreamMediaProfile#copyFrom(android.telephony.ims.ImsStr…
1678 MissingNullability: android.telephony.ims.ImsStreamMediaProfile#writeToParcel(android.os.Parcel, in…
1742 …ims.stub.ImsCallSessionImplBase#accept(int, android.telephony.ims.ImsStreamMediaProfile) parameter…
1762 …ephony.ims.stub.ImsCallSessionImplBase#hold(android.telephony.ims.ImsStreamMediaProfile) parameter…
1768 …hony.ims.stub.ImsCallSessionImplBase#resume(android.telephony.ims.ImsStreamMediaProfile) parameter…
1788 …ims.stub.ImsCallSessionImplBase#update(int, android.telephony.ims.ImsStreamMediaProfile) parameter…
Dtest-current.txt3345 …or public ImsCallProfile(int, int, android.os.Bundle, android.telephony.ims.ImsStreamMediaProfile);
3360 method public android.telephony.ims.ImsStreamMediaProfile getMediaProfile();
3453 method public void callSessionProgressing(android.telephony.ims.ImsStreamMediaProfile);
3459 …lic void callSessionRttAudioIndicatorChanged(@NonNull android.telephony.ims.ImsStreamMediaProfile);
3670 public final class ImsStreamMediaProfile implements android.os.Parcelable {
3671 ctor public ImsStreamMediaProfile(int, int, int, int, int);
3672 method public void copyFrom(android.telephony.ims.ImsStreamMediaProfile);
3705 …ic static final android.os.Parcelable.Creator<android.telephony.ims.ImsStreamMediaProfile> CREATOR;
3900 method public void accept(int, android.telephony.ims.ImsStreamMediaProfile);
3911 method public void hold(android.telephony.ims.ImsStreamMediaProfile);
[all …]
Dsystem-current.txt9553 …or public ImsCallProfile(int, int, android.os.Bundle, android.telephony.ims.ImsStreamMediaProfile);
9568 method public android.telephony.ims.ImsStreamMediaProfile getMediaProfile();
9660 method public void callSessionProgressing(android.telephony.ims.ImsStreamMediaProfile);
9666 …lic void callSessionRttAudioIndicatorChanged(@NonNull android.telephony.ims.ImsStreamMediaProfile);
9881 public final class ImsStreamMediaProfile implements android.os.Parcelable {
9882 ctor public ImsStreamMediaProfile(int, int, int, int, int);
9883 method public void copyFrom(android.telephony.ims.ImsStreamMediaProfile);
9916 …ic static final android.os.Parcelable.Creator<android.telephony.ims.ImsStreamMediaProfile> CREATOR;
10111 method public void accept(int, android.telephony.ims.ImsStreamMediaProfile);
10122 method public void hold(android.telephony.ims.ImsStreamMediaProfile);
[all …]

12