Searched refs:mReprocessableSessionId (Results 1 – 2 of 2) sorted by relevance
302 private int mReprocessableSessionId; field in CaptureRequest313 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()
18790 Landroid/hardware/camera2/CaptureRequest;->mReprocessableSessionId:I