HomeSort by relevance Sort by last modified time
    Searched refs:mVideoDirection (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telephony/java/com/android/ims/
ImsStreamMediaProfile.java 80 public int mVideoDirection;
92 mVideoDirection = DIRECTION_INVALID;
100 mVideoDirection = videoDirection;
107 mVideoDirection = profile.mVideoDirection;
115 ", videoDirection=" + mVideoDirection + " }";
128 out.writeInt(mVideoDirection);
135 mVideoDirection = in.readInt();
ImsCallProfile.java 455 return mMediaProfile.mVideoDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE;
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java     [all...]

Completed in 52 milliseconds