libcamera/test/camera
Laurent Pinchart eb5c4ead88 libcamera: Use simpler Signal::disconnect() function
When disconnecting a signal from a receiver, it is usually not necessary
to specify the receiver's slot function explicitly, as the signal is
often connected to a single slot for a given receiver. We can thus use a
simpler version of Signal::disconnect() that takes a pointer to the
receiver object only. This reduces code size, as the disconnect()
function is a template function.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
2021-09-02 01:16:44 +03:00
..
buffer_import.cpp libcamera/base: Move extended base functionality 2021-06-25 16:11:08 +01:00
camera_reconfigure.cpp libcamera: Use simpler Signal::disconnect() function 2021-09-02 01:16:44 +03:00
capture.cpp libcamera/base: Move extended base functionality 2021-06-25 16:11:08 +01:00
configuration_default.cpp test: Omit extra semicolons 2020-10-20 13:15:43 +03:00
configuration_set.cpp test: Omit extra semicolons 2020-10-20 13:15:43 +03:00
meson.build test: camera: Camera reconfiguration and fd-leak test 2021-08-19 13:16:15 +05:30
statemachine.cpp libcamera: camera: Make stop() idempotent 2021-07-06 12:40:41 +02:00