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.java102 public int mVideoDirection; field in ImsStreamMediaProfile
167 mVideoDirection = videoDirection; in ImsStreamMediaProfile()
177 mVideoDirection = DIRECTION_INVALID; in ImsStreamMediaProfile()
187 mVideoDirection = videoDirection; in ImsStreamMediaProfile()
200 mVideoDirection = profile.mVideoDirection; in copyFrom()
211 + ", videoDirection=" + mVideoDirection in toString()
227 out.writeInt(mVideoDirection); in writeToParcel()
237 mVideoDirection = in.readInt(); in readFromParcel()
308 return mVideoDirection; in getVideoDirection()
DImsCallProfile.java1056 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE; in isVideoPaused()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1960 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile()
1978 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND_RECEIVE; in createResumeMediaProfile()