Home
last modified time | relevance | path

Searched refs:mVideoDirection (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
DImsStreamMediaProfile.java80 public int mVideoDirection; field in ImsStreamMediaProfile
92 mVideoDirection = DIRECTION_INVALID; in ImsStreamMediaProfile()
100 mVideoDirection = videoDirection; in ImsStreamMediaProfile()
107 mVideoDirection = profile.mVideoDirection; in copyFrom()
115 ", videoDirection=" + mVideoDirection + " }"; in toString()
128 out.writeInt(mVideoDirection); in writeToParcel()
135 mVideoDirection = in.readInt(); in readFromParcel()
DImsCallProfile.java447 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE; in isVideoPaused()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1531 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile()
1549 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in createResumeMediaProfile()