Home
last modified time | relevance | path

Searched refs:context_ref (Results 1 – 8 of 8) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dtimer.hpp32 struct sleep_operation : public context_ref, details::context_friend
38 context_ref(ctx), time(time), receiver(std::move(r)) in sleep_operation()
78 struct sleep_sender : public context_ref, details::context_friend
85 context_ref(ctx), time(time) in sleep_sender()
H A Dcontext.hpp148 class context_ref class
151 context_ref() = delete;
152 explicit context_ref(context& ctx) : ctx(ctx) {} in context_ref() function in sdbusplus::async::context_ref
H A Dclient.hpp27 public context_ref,
48 : context_ref(ctx), Types<Self, Proxy>(Proxy{})... in client()
54 : context_ref(ctx), Types<Self, Proxy>(p)..., proxy(p) in client()
H A Dserver.hpp20 public sdbusplus::async::context_ref,
29 context_ref(ctx), Types<Instance, Self>(path)... in server()
H A Dfdio.hpp15 class fdio : private context_ref, details::context_friend
/openbmc/sdbusplus/src/async/
H A Dcontext.cpp25 struct wait_process_completion : context_ref, bus::details::bus_friend
27 explicit wait_process_completion(context& ctx) : context_ref(ctx) {} in wait_process_completion()
81 struct wait_process_sender : public context_ref
85 explicit wait_process_sender(context& ctx) : context_ref(ctx) {} in wait_process_sender()
H A Dfdio.cpp5 fdio::fdio(context& ctx, int fd) : context_ref(ctx) in fdio()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2450 - av_buffer_unref(&avbuf->context_ref);
2564 - if (in->context_ref)
2567 - in->context_ref = av_buffer_ref(s->self_ref);
2568 - if (!in->context_ref)
3330 - AVBufferRef *context_ref;
5162 av_buffer_unref(&priv->context_ref);
5180 - priv->context_ref = av_buffer_create((uint8_t *) *s, sizeof(V4L2m2mContext),
5181 + priv->context_ref = av_buffer_create((uint8_t *)s, sizeof(*s),
5183 if (!priv->context_ref) {
5198 - priv->context->self_ref = priv->context_ref;
[all …]