Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dcompositor.c5396 char *head_names; in weston_output_attach_head() local
5424 head_names = weston_output_create_heads_string(output); in weston_output_attach_head()
5426 output->name, head_names); in weston_output_attach_head()
5427 free(head_names); in weston_output_attach_head()
5452 char *head_names; in weston_head_detach() local
5472 head_names = weston_output_create_heads_string(output); in weston_head_detach()
5474 output->name, head_names); in weston_head_detach()
5475 free(head_names); in weston_head_detach()
6469 char *head_names; in weston_output_enable() local
6535 head_names = weston_output_create_heads_string(output); in weston_output_enable()
[all …]