libcamera/utils/ipc
Laurent Pinchart 3f662ae3c0 libcamera: Don't use emitter object pointer argument to slot
In many cases, the emitter object passed as a pointer from signals to
slots is also available as a class member. Use the class member when
this occurs, to prepare for removal of the emitter object pointer from
signals.

In test/event.cpp, this additionally requires moving the EventNotifier
to a class member.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
2021-09-02 01:16:45 +03:00
..
generators libcamera: Don't use emitter object pointer argument to slot 2021-09-02 01:16:45 +03:00
mojo utils: ipc: Update mojo 2021-05-26 13:03:27 +09:00
tools utils: ipc: Update mojo 2021-05-26 13:03:27 +09:00
extract-docs.py utils: ipc: extract-docs: Extract the SPDX header 2021-05-31 13:20:19 +09:00
generate.py utils: ipc: add generator script 2021-02-16 19:21:07 +09:00
meson.build utils: ipc: Add script to extract doxygen docs from mojom files 2021-05-27 17:07:04 +09:00
parser.py utils: ipc: add parser script 2021-02-16 19:21:11 +09:00