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.java70 public int mVideoDirection; field in ImsStreamMediaProfile
82 mVideoDirection = DIRECTION_INVALID; in ImsStreamMediaProfile()
90 mVideoDirection = videoDirection; in ImsStreamMediaProfile()
97 mVideoDirection = profile.mVideoDirection; in copyFrom()
105 ", videoDirection=" + mVideoDirection + " }"; in toString()
118 out.writeInt(mVideoDirection); in writeToParcel()
125 mVideoDirection = in.readInt(); in readFromParcel()
DImsCallProfile.java412 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE; in isVideoPaused()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1521 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile()
1539 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in createResumeMediaProfile()