Searched refs:mReprocessableSessionId (Results 1 – 2 of 2) sorted by relevance
308 private int mReprocessableSessionId; field in CaptureRequest321 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in CaptureRequest()342 mReprocessableSessionId = source.mReprocessableSessionId; in CaptureRequest()395 mReprocessableSessionId = reprocessableSessionId; in CaptureRequest()397 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in CaptureRequest()523 mReprocessableSessionId == CameraCaptureSession.SESSION_ID_NONE) { in getReprocessableSessionId()527 return mReprocessableSessionId; in getReprocessableSessionId()555 && mReprocessableSessionId == other.mReprocessableSessionId; in equals()608 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in readFromParcel()
18790 Landroid/hardware/camera2/CaptureRequest;->mReprocessableSessionId:I