Loading camera/ndk/NdkCameraCaptureSession.cpp +9 −3 Original line number Diff line number Diff line Loading @@ -105,7 +105,9 @@ camera_status_t ACameraCaptureSession_logicalCamera_capture( if (session->isClosed()) { ALOGE("%s: session %p is already closed", __FUNCTION__, session); if (captureSequenceId) { *captureSequenceId = CAPTURE_SEQUENCE_ID_NONE; } return ACAMERA_ERROR_SESSION_CLOSED; } Loading @@ -127,7 +129,9 @@ camera_status_t ACameraCaptureSession_setRepeatingRequest( if (session->isClosed()) { ALOGE("%s: session %p is already closed", __FUNCTION__, session); if (captureSequenceId) { *captureSequenceId = CAPTURE_SEQUENCE_ID_NONE; } return ACAMERA_ERROR_SESSION_CLOSED; } Loading @@ -149,7 +153,9 @@ camera_status_t ACameraCaptureSession_logicalCamera_setRepeatingRequest( if (session->isClosed()) { ALOGE("%s: session %p is already closed", __FUNCTION__, session); if (captureSequenceId) { *captureSequenceId = CAPTURE_SEQUENCE_ID_NONE; } return ACAMERA_ERROR_SESSION_CLOSED; } Loading Loading
camera/ndk/NdkCameraCaptureSession.cpp +9 −3 Original line number Diff line number Diff line Loading @@ -105,7 +105,9 @@ camera_status_t ACameraCaptureSession_logicalCamera_capture( if (session->isClosed()) { ALOGE("%s: session %p is already closed", __FUNCTION__, session); if (captureSequenceId) { *captureSequenceId = CAPTURE_SEQUENCE_ID_NONE; } return ACAMERA_ERROR_SESSION_CLOSED; } Loading @@ -127,7 +129,9 @@ camera_status_t ACameraCaptureSession_setRepeatingRequest( if (session->isClosed()) { ALOGE("%s: session %p is already closed", __FUNCTION__, session); if (captureSequenceId) { *captureSequenceId = CAPTURE_SEQUENCE_ID_NONE; } return ACAMERA_ERROR_SESSION_CLOSED; } Loading @@ -149,7 +153,9 @@ camera_status_t ACameraCaptureSession_logicalCamera_setRepeatingRequest( if (session->isClosed()) { ALOGE("%s: session %p is already closed", __FUNCTION__, session); if (captureSequenceId) { *captureSequenceId = CAPTURE_SEQUENCE_ID_NONE; } return ACAMERA_ERROR_SESSION_CLOSED; } Loading