/frameworks/base/telephony/java/android/telephony/data/ |
D | RouteSelectionDescriptor.java | 115 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/ |
D | SessionConfiguration.java | 100 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/ |
D | Camera2SessionConfigImplBuilder.java | 38 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/ |
D | Camera2SessionConfigImplBuilder.java | 38 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/ |
D | CameraSessionStats.java | 60 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/ |
D | ExtensionConfiguration.java | 48 private final int mSessionType; field in ExtensionConfiguration 73 mSessionType = sessionType; in ExtensionConfiguration() 99 ret.sessionType = mSessionType; in getCameraSessionConfig()
|
/frameworks/av/camera/ |
D | CameraSessionStats.cpp | 278 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/ |
D | CameraSessionStats.h | 153 int mSessionType; variable
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | CameraServiceProxyWrapper.cpp | 82 mSessionStats.mSessionType = operatingMode; in onStreamConfigured()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 19367 Landroid/hardware/camera2/params/SessionConfiguration;->mSessionType:I
|