Home
last modified time | relevance | path

Searched refs:mSessionType (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DQosSession.java46 private final int mSessionType; field in QosSession
57 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()
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DSessionConfiguration.java93 private int mSessionType; field in SessionConfiguration
118 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()
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DRouteSelectionDescriptor.java115 private final int mSessionType; field in RouteSelectionDescriptor
132 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()
/aosp12/frameworks/base/core/java/android/hardware/
H A DCameraSessionStats.java57 private int mSessionType; field in CameraSessionStats
70 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()
/aosp12/frameworks/av/camera/
H A DCameraSessionStats.cpp226 mSessionType(0), in CameraSessionStats()
242 mSessionType(0), in CameraSessionStats()
341 mSessionType = sessionType; in readFromParcel()
394 if ((err = parcel->writeInt32(mSessionType)) != OK) { in writeToParcel()
/aosp12/frameworks/av/camera/include/camera/
H A DCameraSessionStats.h116 int mSessionType; variable
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DCameraServiceProxyWrapper.cpp65 mSessionStats.mSessionType = operatingMode; in onStreamConfigured()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22245 Landroid/hardware/camera2/params/SessionConfiguration;->mSessionType:I