Searched refs:context_ref (Results 1 – 6 of 6) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | timer.hpp | 32 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 D | context.hpp | 148 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 D | client.hpp | 27 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 D | server.hpp | 20 public sdbusplus::async::context_ref, 29 context_ref(ctx), Types<Instance, Self>(path)... in server()
|
/openbmc/sdbusplus/src/async/ |
H A D | context.cpp | 25 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()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 50121 - av_buffer_unref(&avbuf->context_ref); 50136 - if (in->context_ref) 50139 - in->context_ref = av_buffer_ref(s->self_ref); 50140 - if (!in->context_ref) 50926 - AVBufferRef *context_ref; 52487 av_buffer_unref(&priv->context_ref); 52506 + priv->context_ref = av_buffer_create((uint8_t *)s, sizeof(*s), 52508 if (!priv->context_ref) { 52523 - priv->context->self_ref = priv->context_ref; 52527 + s->self_ref = priv->context_ref; [all …]
|