mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-15 16:35:06 +03:00
Asynchronous tasks can only be submitted while the IPA is running. Further more, the shutdown sequence can not be tracked with a simple running flag. We can also be in the state 'Stopping' where we have not yet completed all events, but we must not commence anything new. Refactor the running_ boolean into a stateful enum to track this. Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> |
||
---|---|---|
.. | ||
core_ipa_interface.h.tmpl | ||
core_ipa_serializer.h.tmpl | ||
definition_functions.tmpl | ||
meson.build | ||
module_ipa_interface.h.tmpl | ||
module_ipa_proxy.cpp.tmpl | ||
module_ipa_proxy.h.tmpl | ||
module_ipa_proxy_worker.cpp.tmpl | ||
module_ipa_serializer.h.tmpl | ||
proxy_functions.tmpl | ||
serializer.tmpl |