Searched refs:ImsStreamMediaProfile (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/telephony/java/com/android/ims/ |
D | ImsStreamMediaProfile.java | 28 public class ImsStreamMediaProfile implements Parcelable { class 74 public ImsStreamMediaProfile(Parcel in) { in ImsStreamMediaProfile() method in ImsStreamMediaProfile 78 public ImsStreamMediaProfile() { in ImsStreamMediaProfile() method in ImsStreamMediaProfile 85 public ImsStreamMediaProfile(int audioQuality, int audioDirection, in ImsStreamMediaProfile() method in ImsStreamMediaProfile 93 public void copyFrom(ImsStreamMediaProfile profile) { in copyFrom() 128 public static final Creator<ImsStreamMediaProfile> CREATOR = 129 new Creator<ImsStreamMediaProfile>() { 131 public ImsStreamMediaProfile createFromParcel(Parcel in) { 132 return new ImsStreamMediaProfile(in); 136 public ImsStreamMediaProfile[] newArray(int size) { [all …]
|
D | ImsCallProfile.java | 187 public ImsStreamMediaProfile mMediaProfile; 197 mMediaProfile = new ImsStreamMediaProfile(); in ImsCallProfile() 204 mMediaProfile = new ImsStreamMediaProfile(); in ImsCallProfile() 412 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; 35 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; 102 ImsStreamMediaProfile profile) { in callSessionProgressing() 683 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 733 public void hold(ImsStreamMediaProfile profile) { in hold() 751 public void resume(ImsStreamMediaProfile profile) { in resume() 786 public void update(int callType, ImsStreamMediaProfile profile) { in update() 946 ImsStreamMediaProfile profile) { in callSessionProgressing()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 1023 accept(callType, new ImsStreamMediaProfile()); in accept() 1034 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept() 1306 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update() 1509 private ImsStreamMediaProfile createHoldMediaProfile() { in createHoldMediaProfile() 1510 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile(); in createHoldMediaProfile() 1518 mediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile() 1520 if (mediaProfile.mVideoQuality != ImsStreamMediaProfile.VIDEO_QUALITY_NONE) { in createHoldMediaProfile() 1521 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile() 1527 private ImsStreamMediaProfile createResumeMediaProfile() { in createResumeMediaProfile() 1528 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile(); in createResumeMediaProfile() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 31 import com.android.ims.ImsStreamMediaProfile; 320 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone() 322 return (mediaProfile.mAudioDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE) in isLocalTone()
|
D | ImsPhoneConnection.java | 35 import com.android.ims.ImsStreamMediaProfile; 805 == ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB in getAudioQualityFromCallProfile() 807 == ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB) in getAudioQualityFromCallProfile()
|
/frameworks/opt/net/ims/ |
D | README.txt | 79 ImsStreamMediaProfile
|