Searched defs:mReprocessableSessionId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java191 private int mReprocessableSessionId; field in class:CaptureRequest
204 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE;
218 mReprocessableSessionId = source.mReprocessableSessionId;
252 mReprocessableSessionId = reprocessableSessionId;
254 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE;
380 mReprocessableSessionId == CameraCaptureSession.SESSION_ID_NONE) {
384 return mReprocessableSessionId;
410 && mReprocessableSessionId == other.mReprocessableSessionId;
[all...]

Completed in 51 milliseconds