Searched refs:mSessionType (Results 1 – 8 of 8) sorted by relevance
46 private final int mSessionType; field in QosSession57 return (long) mSessionType << 32 | mSessionId; in getUniqueId()79 return mSessionType; in getSessionType()91 mSessionType = sessionType; in QosSession()99 + ", mSessionType=" + mSessionType in toString()114 mSessionType = in.readInt(); in QosSession()140 dest.writeInt(mSessionType); in writeToParcel()
93 private int mSessionType; field in SessionConfiguration118 mSessionType = sessionType; in SessionConfiguration()141 mSessionType = sessionType; in SessionConfiguration()163 dest.writeInt(mSessionType); in writeToParcel()199 if (mInputConfig != other.mInputConfig || mSessionType != other.mSessionType || in equals()221 mSessionType); in hashCode()230 return mSessionType; in getSessionType()269 if (mSessionType != SESSION_HIGH_SPEED) { in setInputConfiguration()
115 private final int mSessionType; field in RouteSelectionDescriptor132 mSessionType = sessionType; in RouteSelectionDescriptor()156 mSessionType = p.readInt(); in RouteSelectionDescriptor()179 return mSessionType; in getSessionType()214 dest.writeInt(mSessionType); in writeToParcel()244 && mSessionType == that.mSessionType in equals()254 return Objects.hash(mPrecedence, mSessionType, mSscMode, mSliceInfo, mDnn); in hashCode()259 return "{.precedence = " + mPrecedence + ", .sessionType = " + mSessionType in toString()
57 private int mSessionType; field in CameraSessionStats70 mSessionType = -1; in CameraSessionStats()88 mSessionType = sessionType; in CameraSessionStats()124 dest.writeInt(mSessionType); in writeToParcel()140 mSessionType = in.readInt(); in readFromParcel()180 return mSessionType; in getSessionType()
226 mSessionType(0), in CameraSessionStats()242 mSessionType(0), in CameraSessionStats()341 mSessionType = sessionType; in readFromParcel()394 if ((err = parcel->writeInt32(mSessionType)) != OK) { in writeToParcel()
116 int mSessionType; variable
65 mSessionStats.mSessionType = operatingMode; in onStreamConfigured()
22245 Landroid/hardware/camera2/params/SessionConfiguration;->mSessionType:I