Home
last modified time | relevance | path

Searched refs:mVideoDirection (Results 1 – 2 of 2) 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()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1435 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile()
1453 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in createResumeMediaProfile()