Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dweston-log-internal.h30 struct weston_log_subscription;
73 weston_log_subscription_destroy(struct weston_log_subscription *sub);
77 struct weston_log_subscription *sub);
79 weston_log_subscription_remove(struct weston_log_subscription *sub);
92 weston_log_run_cb_new_subscription(struct weston_log_subscription *sub);
104 weston_log_subscription_get_data(struct weston_log_subscription *sub);
107 weston_log_subscription_set_data(struct weston_log_subscription *sub, void *data);
110 weston_timeline_create_subscription(struct weston_log_subscription *sub,
114 weston_timeline_destroy_subscription(struct weston_log_subscription *sub,
Dweston-log.c109 struct weston_log_subscription { struct
121 static struct weston_log_subscription * argument
125 struct weston_log_subscription *sub; in find_pending_subscription()
149 struct weston_log_subscription *sub = zalloc(sizeof(*sub)); in weston_log_subscription_create_pending()
169 weston_log_subscription_destroy_pending(struct weston_log_subscription *sub) in weston_log_subscription_destroy_pending()
183 weston_log_subscription_write(struct weston_log_subscription *sub, in weston_log_subscription_write()
195 weston_log_subscription_vprintf(struct weston_log_subscription *sub, in weston_log_subscription_vprintf()
215 weston_log_subscription_set_data(struct weston_log_subscription *sub, void *data) in weston_log_subscription_set_data()
223 weston_log_subscription_get_data(struct weston_log_subscription *sub) in weston_log_subscription_get_data()
252 struct weston_log_subscription *sub; in weston_log_subscription_create()
[all …]
Dtimeline.c75 struct weston_log_subscription *subscription;
85 weston_timeline_create_subscription(struct weston_log_subscription *sub, in weston_timeline_create_subscription()
117 weston_timeline_destroy_subscription(struct weston_log_subscription *sub, in weston_timeline_destroy_subscription()
225 fprint_quoted_string(struct weston_log_subscription *sub, const char *str) in fprint_quoted_string()
236 emit_weston_output_print_id(struct weston_log_subscription *sub, in emit_weston_output_print_id()
252 struct weston_log_subscription *sub = ctx->subscription; in emit_weston_output()
269 check_weston_surface_description(struct weston_log_subscription *sub, in check_weston_surface_description()
307 struct weston_log_subscription *sub = ctx->subscription; in emit_weston_surface()
345 weston_timeline_get_subscription_object(struct weston_log_subscription *sub, in weston_timeline_get_subscription_object()
373 struct weston_log_subscription *sub = NULL; in weston_timeline_refresh_subscription_objects()
[all …]