Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsStreamMediaProfile.java96 public int mVideoDirection; field in ImsStreamMediaProfile
161 mVideoDirection = videoDirection; in ImsStreamMediaProfile()
171 mVideoDirection = DIRECTION_INVALID; in ImsStreamMediaProfile()
181 mVideoDirection = videoDirection; in ImsStreamMediaProfile()
193 mVideoDirection = profile.mVideoDirection; in copyFrom()
202 ", videoDirection=" + mVideoDirection + in toString()
217 out.writeInt(mVideoDirection); in writeToParcel()
226 mVideoDirection = in.readInt(); in readFromParcel()
280 return mVideoDirection; in getVideoDirection()
DImsCallProfile.java746 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE; in isVideoPaused()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1784 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile()
1802 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in createResumeMediaProfile()