Searched refs:ImsStreamMediaProfile (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/telephony/java/com/android/ims/ |
D | ImsStreamMediaProfile.java | 28 public class ImsStreamMediaProfile implements Parcelable { class 84 public ImsStreamMediaProfile(Parcel in) { in ImsStreamMediaProfile() method in ImsStreamMediaProfile 88 public ImsStreamMediaProfile() { in ImsStreamMediaProfile() method in ImsStreamMediaProfile 95 public ImsStreamMediaProfile(int audioQuality, int audioDirection, in ImsStreamMediaProfile() method in ImsStreamMediaProfile 103 public void copyFrom(ImsStreamMediaProfile profile) { in copyFrom() 138 public static final Creator<ImsStreamMediaProfile> CREATOR = 139 new Creator<ImsStreamMediaProfile>() { 141 public ImsStreamMediaProfile createFromParcel(Parcel in) { 142 return new ImsStreamMediaProfile(in); 146 public ImsStreamMediaProfile[] newArray(int size) { [all …]
|
D | ImsCallProfile.java | 212 public ImsStreamMediaProfile mMediaProfile; 222 mMediaProfile = new ImsStreamMediaProfile(); in ImsCallProfile() 229 mMediaProfile = new ImsStreamMediaProfile(); in ImsCallProfile() 447 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE; in isVideoPaused()
|
D | ImsStreamMediaProfile.aidl | 19 parcelable ImsStreamMediaProfile;
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 21 import com.android.ims.ImsStreamMediaProfile; 135 void accept(int callType, in ImsStreamMediaProfile profile); in accept() 158 void hold(in ImsStreamMediaProfile profile); in hold() 167 void resume(in ImsStreamMediaProfile profile); in resume() 187 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
D | IImsCallSessionListener.aidl | 19 import com.android.ims.ImsStreamMediaProfile; 36 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile); in callSessionProgressing()
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsCallSession.java | 28 import com.android.ims.ImsStreamMediaProfile; 103 ImsStreamMediaProfile profile) { in callSessionProgressing() 693 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 743 public void hold(ImsStreamMediaProfile profile) { in hold() 761 public void resume(ImsStreamMediaProfile profile) { in resume() 796 public void update(int callType, ImsStreamMediaProfile profile) { in update() 956 ImsStreamMediaProfile profile) { in callSessionProgressing()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 1033 accept(callType, new ImsStreamMediaProfile()); in accept() 1044 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept() 1316 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update() 1519 private ImsStreamMediaProfile createHoldMediaProfile() { in createHoldMediaProfile() 1520 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile(); in createHoldMediaProfile() 1528 mediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile() 1530 if (mediaProfile.mVideoQuality != ImsStreamMediaProfile.VIDEO_QUALITY_NONE) { in createHoldMediaProfile() 1531 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile() 1537 private ImsStreamMediaProfile createResumeMediaProfile() { in createResumeMediaProfile() 1538 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile(); in createResumeMediaProfile() [all …]
|
D | ImsCallSessionListenerBase.java | 34 public void callSessionProgressing(IImsCallSession session, ImsStreamMediaProfile profile) { in callSessionProgressing()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTest.java | 21 import com.android.ims.ImsStreamMediaProfile; 44 ImsStreamMediaProfile mMediaProfile; 116 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE; in testUpdateRingBackTone()
|
D | ImsPhoneTest.java | 33 import com.android.ims.ImsStreamMediaProfile;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 31 import com.android.ims.ImsStreamMediaProfile; 296 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone() 298 return (mediaProfile.mAudioDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE) in isLocalTone()
|
D | ImsPhoneConnection.java | 39 import com.android.ims.ImsStreamMediaProfile; 955 == ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB in getAudioQualityFromCallProfile() 957 == ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB) in getAudioQualityFromCallProfile()
|
/frameworks/opt/net/ims/ |
D | README.txt | 79 ImsStreamMediaProfile
|
/frameworks/base/ |
D | compiled-classes-phone | 5156 com.android.ims.ImsStreamMediaProfile 5157 com.android.ims.ImsStreamMediaProfile$1
|