Home
last modified time | relevance | path

Searched refs:mReprocessableSessionId (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java302 private int mReprocessableSessionId; field in CaptureRequest
313 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in CaptureRequest()
334 mReprocessableSessionId = source.mReprocessableSessionId; in CaptureRequest()
387 mReprocessableSessionId = reprocessableSessionId; in CaptureRequest()
389 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in CaptureRequest()
515 mReprocessableSessionId == CameraCaptureSession.SESSION_ID_NONE) { in getReprocessableSessionId()
519 return mReprocessableSessionId; in getReprocessableSessionId()
547 && mReprocessableSessionId == other.mReprocessableSessionId; in equals()
600 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in readFromParcel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18790 Landroid/hardware/camera2/CaptureRequest;->mReprocessableSessionId:I