Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DRouteSelectionDescriptor.java115 private final int mSessionType; field in RouteSelectionDescriptor
126 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()
/frameworks/base/core/java/android/hardware/camera2/params/
DSessionConfiguration.java100 private int mSessionType; field in SessionConfiguration
123 mSessionType = sessionType; in SessionConfiguration()
153 mSessionType = sessionType; in SessionConfiguration()
183 mSessionType = sessionType; in SessionConfiguration()
205 dest.writeInt(mSessionType); in writeToParcel()
250 if (mInputConfig != other.mInputConfig || mSessionType != other.mSessionType || in equals()
272 mSessionType); in hashCode()
281 return mSessionType; in getSessionType()
320 if (mSessionType != SESSION_HIGH_SPEED) { in setInputConfiguration()
/frameworks/ex/camera2/extensions/stub/src/main/java/androidx/camera/extensions/impl/advanced/
DCamera2SessionConfigImplBuilder.java38 private int mSessionType = SessionConfiguration.SESSION_REGULAR; field in Camera2SessionConfigImplBuilder
111 return mSessionType; in getSessionType()
124 int mSessionType; field in Camera2SessionConfigImplBuilder.Camera2SessionConfigImplImpl
134 mSessionType = builder.getSessionType(); in Camera2SessionConfigImplImpl()
154 return mSessionType; in getSessionType()
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DCamera2SessionConfigImplBuilder.java38 private int mSessionType = SessionConfiguration.SESSION_REGULAR; field in Camera2SessionConfigImplBuilder
111 return mSessionType; in getSessionType()
124 int mSessionType; field in Camera2SessionConfigImplBuilder.Camera2SessionConfigImplImpl
134 mSessionType = builder.getSessionType(); in Camera2SessionConfigImplImpl()
154 return mSessionType; in getSessionType()
/frameworks/base/core/java/android/hardware/
DCameraSessionStats.java60 private int mSessionType; field in CameraSessionStats
83 mSessionType = -1; in CameraSessionStats()
110 mSessionType = sessionType; in CameraSessionStats()
154 dest.writeInt(mSessionType); in writeToParcel()
180 mSessionType = in.readInt(); in readFromParcel()
240 return mSessionType; in getSessionType()
/frameworks/base/core/java/android/hardware/camera2/extension/
DExtensionConfiguration.java48 private final int mSessionType; field in ExtensionConfiguration
73 mSessionType = sessionType; in ExtensionConfiguration()
99 ret.sessionType = mSessionType; in getCameraSessionConfig()
/frameworks/av/camera/
DCameraSessionStats.cpp278 mSessionType(0), in CameraSessionStats()
299 mSessionType(0), in CameraSessionStats()
461 mSessionType = sessionType; in readFromParcel()
531 if ((err = parcel->writeInt32(mSessionType)) != OK) { in writeToParcel()
/frameworks/av/camera/include/camera/
DCameraSessionStats.h153 int mSessionType; variable
/frameworks/av/services/camera/libcameraservice/utils/
DCameraServiceProxyWrapper.cpp82 mSessionStats.mSessionType = operatingMode; in onStreamConfigured()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19367 Landroid/hardware/camera2/params/SessionConfiguration;->mSessionType:I