Home
last modified time | relevance | path

Searched refs:ctx_out (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/libweston/
Ddbus.c227 struct wl_event_source **ctx_out) in weston_dbus_bind() argument
241 *ctx_out = wl_event_loop_add_fd(loop, fd, 0, weston_dbus_dispatch, c); in weston_dbus_bind()
244 if (!*ctx_out) in weston_dbus_bind()
247 wl_event_source_check(*ctx_out); in weston_dbus_bind()
279 wl_event_source_remove(*ctx_out); in weston_dbus_bind()
280 *ctx_out = NULL; in weston_dbus_bind()
303 DBusConnection **out, struct wl_event_source **ctx_out) in weston_dbus_open() argument
322 r = weston_dbus_bind(loop, c, ctx_out); in weston_dbus_open()
Ddbus.h53 DBusConnection **out, struct wl_event_source **ctx_out);
/third_party/ltp/include/lapi/
Dbpf.h262 aligned_uint64_t ctx_out; member