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.java99 public int mVideoDirection; field in ImsStreamMediaProfile
164 mVideoDirection = videoDirection; in ImsStreamMediaProfile()
174 mVideoDirection = DIRECTION_INVALID; in ImsStreamMediaProfile()
184 mVideoDirection = videoDirection; in ImsStreamMediaProfile()
196 mVideoDirection = profile.mVideoDirection; in copyFrom()
206 ", videoDirection=" + mVideoDirection + in toString()
221 out.writeInt(mVideoDirection); in writeToParcel()
230 mVideoDirection = in.readInt(); in readFromParcel()
284 return mVideoDirection; in getVideoDirection()
DImsCallProfile.java862 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE; in isVideoPaused()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1861 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile()
1879 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in createResumeMediaProfile()