Searched refs:ImsStreamMediaProfile (Results 1 - 13 of 13) sorted by relevance
/frameworks/base/telephony/java/com/android/ims/ |
H A D | ImsStreamMediaProfile.aidl | 19 parcelable ImsStreamMediaProfile;
|
H A D | ImsStreamMediaProfile.java | 28 public class ImsStreamMediaProfile implements Parcelable { class in inherits:Parcelable 29 private static final String TAG = "ImsStreamMediaProfile"; 84 public ImsStreamMediaProfile(Parcel in) { method in class:ImsStreamMediaProfile 88 public ImsStreamMediaProfile() { method in class:ImsStreamMediaProfile 95 public ImsStreamMediaProfile(int audioQuality, int audioDirection, method in class:ImsStreamMediaProfile 103 public void copyFrom(ImsStreamMediaProfile profile) { 138 public static final Creator<ImsStreamMediaProfile> CREATOR = 139 new Creator<ImsStreamMediaProfile>() { 141 public ImsStreamMediaProfile createFromParcel(Parcel in) { 142 return new ImsStreamMediaProfile(i [all...] |
H A D | ImsCallProfile.java | 220 public ImsStreamMediaProfile mMediaProfile; 230 mMediaProfile = new ImsStreamMediaProfile(); 237 mMediaProfile = new ImsStreamMediaProfile(); 455 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE;
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsCallSession.aidl | 21 import com.android.ims.ImsStreamMediaProfile; 132 * @param profile stream media profile {@link ImsStreamMediaProfile} to be answered 135 void accept(int callType, in ImsStreamMediaProfile profile); 155 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call 158 void hold(in ImsStreamMediaProfile profile); 164 * @param profile stream media profile {@link ImsStreamMediaProfile} to resume the call 167 void resume(in ImsStreamMediaProfile profile); 184 * @param profile stream media profile {@link ImsStreamMediaProfile} to be updated 187 void update(int callType, in ImsStreamMediaProfile profile);
|
H A D | IImsCallSessionListener.aidl | 19 import com.android.ims.ImsStreamMediaProfile; 36 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCallTest.java | 21 import com.android.ims.ImsStreamMediaProfile; 44 ImsStreamMediaProfile mMediaProfile; 116 mMediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_INACTIVE;
|
H A D | ImsPhoneTest.java | 39 import com.android.ims.ImsStreamMediaProfile;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCall.java | 31 import com.android.ims.ImsStreamMediaProfile; 303 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; 305 return (mediaProfile.mAudioDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE)
|
H A D | ImsPhoneConnection.java | 39 import com.android.ims.ImsStreamMediaProfile; 999 == ImsStreamMediaProfile.AUDIO_QUALITY_EVS_WB 1001 == ImsStreamMediaProfile.AUDIO_QUALITY_EVS_SWB 1003 == ImsStreamMediaProfile.AUDIO_QUALITY_EVS_FB); 1006 == ImsStreamMediaProfile.AUDIO_QUALITY_AMR_WB 1008 == ImsStreamMediaProfile.AUDIO_QUALITY_EVRC_WB
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
H A D | ImsCallSession.java | 28 import com.android.ims.ImsStreamMediaProfile; 103 ImsStreamMediaProfile profile) { 690 * @param profile stream media profile {@link ImsStreamMediaProfile} to be answered 693 public void accept(int callType, ImsStreamMediaProfile profile) { 740 * @param profile stream media profile {@link ImsStreamMediaProfile} to hold the call 743 public void hold(ImsStreamMediaProfile profile) { 758 * @param profile stream media profile {@link ImsStreamMediaProfile} to resume the call 761 public void resume(ImsStreamMediaProfile profile) { 793 * @param profile stream media profile {@link ImsStreamMediaProfile} to be updated 796 public void update(int callType, ImsStreamMediaProfile profil [all...] |
/frameworks/opt/net/ims/src/java/com/android/ims/ |
H A D | ImsCall.java | 1089 accept(callType, new ImsStreamMediaProfile()); 1100 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { 1379 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { 1591 private ImsStreamMediaProfile createHoldMediaProfile() { 1592 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile(); 1600 mediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND; 1602 if (mediaProfile.mVideoQuality != ImsStreamMediaProfile.VIDEO_QUALITY_NONE) { 1603 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND; 1609 private ImsStreamMediaProfile createResumeMediaProfil [all...] |
H A D | ImsCallSessionListenerBase.java | 34 public void callSessionProgressing(IImsCallSession session, ImsStreamMediaProfile profile) {
|
/frameworks/base/ |
H A D | compiled-classes-phone | 5156 com.android.ims.ImsStreamMediaProfile 5157 com.android.ims.ImsStreamMediaProfile$1
|
Completed in 358 milliseconds