/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsStreamMediaProfile.java | 34 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 …]
|
D | ImsCallProfile.java | 459 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()
|
D | ImsCallSession.java | 105 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()
|
D | ImsStreamMediaProfile.aidl | 19 parcelable ImsStreamMediaProfile;
|
D | ImsCallSessionListener.java | 57 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/ |
D | VoiceCallSessionStats.java | 43 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 …]
|
D | TelephonyMetrics.java | 62 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/ |
D | IImsCallSession.aidl | 22 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()
|
D | IImsCallSessionListener.aidl | 20 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/ |
D | ImsCallSessionImplBase.java | 28 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/ |
D | ImsCallSessionImplBase.java | 30 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/ |
D | Connection.java | 44 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/ |
D | ImsPhoneCallTest.java | 28 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()
|
D | ImsPhoneCallTrackerTest.java | 72 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/ |
D | IImsCallSessionListener.aidl | 20 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/ |
D | ImsCall.java | 34 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/ |
D | VoiceCallSessionStatsTest.java | 47 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/ |
D | ImsPhoneCall.java | 21 import android.telephony.ims.ImsStreamMediaProfile; 331 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone() 333 return (mediaProfile.mAudioDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE) in isLocalTone()
|
D | ImsPhoneConnection.java | 39 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()
|
D | ImsPhoneCallTracker.java | 66 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/ |
D | README.txt | 79 ImsStreamMediaProfile
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1325 …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/ |
D | test-lint-baseline.txt | 1540 …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…
|
D | test-current.txt | 3345 …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 …]
|
D | system-current.txt | 9553 …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 …]
|