Searched defs:mediaProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1379 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { argument
1380 logi("update :: callType=" + callType + ", mediaProfile=" + mediaProfile);
1406 mSession.update(callType, mediaProfile);
1592 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile();
1595 return mediaProfile;
1598 mediaProfile.mAudioQuality = mCallProfile.mMediaProfile.mAudioQuality;
1599 mediaProfile.mVideoQuality = mCallProfile.mMediaProfile.mVideoQuality;
1600 mediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND;
1602 if (mediaProfile
[all...]

Completed in 64 milliseconds