Searched refs:mSessionType (Results 1 – 4 of 4) sorted by relevance
115 private final int mSessionType; field in RouteSelectionDescriptor126 mSessionType = sessionType; in RouteSelectionDescriptor()136 mSessionType = p.readInt(); in RouteSelectionDescriptor()159 return mSessionType; in getSessionType()194 dest.writeInt(mSessionType); in writeToParcel()224 && mSessionType == that.mSessionType in equals()234 return Objects.hash(mPrecedence, mSessionType, mSscMode, mSliceInfo, mDnn); in hashCode()239 return "{.precedence = " + mPrecedence + ", .sessionType = " + mSessionType in toString()
96 private int mSessionType; field in SessionConfiguration119 mSessionType = sessionType; in SessionConfiguration()142 mSessionType = sessionType; in SessionConfiguration()164 dest.writeInt(mSessionType); in writeToParcel()200 if (mInputConfig != other.mInputConfig || mSessionType != other.mSessionType || in equals()222 mSessionType); in hashCode()231 return mSessionType; in getSessionType()270 if (mSessionType != SESSION_HIGH_SPEED) { in setInputConfiguration()
58 private int mSessionType; field in CameraSessionStats78 mSessionType = -1; in CameraSessionStats()102 mSessionType = sessionType; in CameraSessionStats()142 dest.writeInt(mSessionType); in writeToParcel()164 mSessionType = in.readInt(); in readFromParcel()217 return mSessionType; in getSessionType()
19367 Landroid/hardware/camera2/params/SessionConfiguration;->mSessionType:I