Searched refs:mReprocessableSessionId (Results 1 – 2 of 2) sorted by relevance
299 private int mReprocessableSessionId; field in CaptureRequest310 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in CaptureRequest()331 mReprocessableSessionId = source.mReprocessableSessionId; in CaptureRequest()384 mReprocessableSessionId = reprocessableSessionId; in CaptureRequest()386 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in CaptureRequest()512 mReprocessableSessionId == CameraCaptureSession.SESSION_ID_NONE) { in getReprocessableSessionId()516 return mReprocessableSessionId; in getReprocessableSessionId()544 && mReprocessableSessionId == other.mReprocessableSessionId; in equals()597 mReprocessableSessionId = CameraCaptureSession.SESSION_ID_NONE; in readFromParcel()
21677 Landroid/hardware/camera2/CaptureRequest;->mReprocessableSessionId:I