Home
last modified time | relevance | path

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

/third_party/weston/tests/
Dconfig-parser-test.c192 section = weston_config_get_section(config, in ZUC_TEST_F()
204 section = weston_config_get_section(config, "foo", NULL, NULL); in ZUC_TEST_F()
221 section = weston_config_get_section(config, "foo", NULL, NULL); in ZUC_TEST_F()
236 section = weston_config_get_section(config, "foo", NULL, NULL); in ZUC_TEST_F()
253 section = weston_config_get_section(config, "bar", NULL, NULL); in ZUC_TEST_F()
271 section = weston_config_get_section(config, "bar", NULL, NULL); in ZUC_TEST_F()
286 section = weston_config_get_section(config, "bar", NULL, NULL); in ZUC_TEST_F()
301 section = weston_config_get_section(config, "bar", NULL, NULL); in ZUC_TEST_F()
316 section = weston_config_get_section(config, "bar", NULL, NULL); in ZUC_TEST_F()
330 section = weston_config_get_section(config, "bar", NULL, NULL); in ZUC_TEST_F()
[all …]
/third_party/weston/compositor/
Dmain.c1011 s = weston_config_get_section(config, in save_touch_device_calibration()
1066 s = weston_config_get_section(config, "keyboard", NULL, NULL); in weston_compositor_init_config()
1090 s = weston_config_get_section(config, "core", NULL, NULL); in weston_compositor_init_config()
1103 s = weston_config_get_section(config, "libinput", NULL, NULL); in weston_compositor_init_config()
1295 section = weston_config_get_section(wc, "output", "name", output->name); in wet_configure_windowed_output_from_config()
1642 s = weston_config_get_section(config, in configure_input_device()
1801 section = weston_config_get_section(config, "output", in drm_config_find_controlling_output_section()
2367 weston_config_get_section(wc, "core", NULL, in load_remoting()
2494 weston_config_get_section(wc, "core", NULL, in load_pipewire()
2533 section = weston_config_get_section(wc, "core", NULL, NULL); in load_drm_backend()
[all …]
Dcms-static.c53 s = weston_config_get_section(wet_get_config(cms->ec), in cms_output_created()
Dxwayland.c108 section = weston_config_get_section(config, in spawn_xserver()
Dtext-backend.c1050 section = weston_config_get_section(config, in text_backend_configuration()
Dscreen-share.c1176 section = weston_config_get_section(config, "screen-share", NULL, NULL); in wet_module_init()
/third_party/weston/include/libweston/
Dconfig-parser.h80 weston_config_get_section(struct weston_config *config, const char *section,
/third_party/wayland-ivi-extension/screen-info/module/
Dscreen-info.c141 section = weston_config_get_section(config, "screen-info", NULL, NULL); in load_test_screen_info_module()
/third_party/wayland-ivi-extension/ivi-id-agent-modules/ivi-id-agent/src/
Divi-id-agent.c255 section = weston_config_get_section(config, "desktop-app-default", NULL, in read_config()
/third_party/weston/shared/
Dconfig-parser.c133 weston_config_get_section(struct weston_config *config, const char *section, in weston_config_get_section() function
/third_party/weston/clients/
Ddesktop-shell.c615 s = weston_config_get_section(desktop->config, "shell", NULL, NULL); in panel_create()
1146 s = weston_config_get_section(desktop->config, "shell", NULL, NULL); in background_create()
1520 s = weston_config_get_section(desktop.config, "shell", NULL, NULL); in main()
Divi-shell-user-interface.c1091 weston_config_get_section(config, "ivi-shell", NULL, NULL); in hmi_homescreen_setting_create()
Dterminal.c3145 s = weston_config_get_section(config, "terminal", NULL, NULL); in main()
Dwindow.c1347 s = weston_config_get_section(config, "shell", NULL, NULL); in create_cursors()
/third_party/weston/ivi-shell/
Divi-shell.c388 section = weston_config_get_section(config, "ivi-shell", NULL, NULL); in init_ivi_shell()
Dhmi-controller.c697 shell_section = weston_config_get_section(config, "ivi-shell", in hmi_server_setting_create()
1180 section = weston_config_get_section(config, "ivi-shell", NULL, NULL); in ivi_hmi_controller_add_launchers()
1940 section = weston_config_get_section(config, "ivi-shell", NULL, NULL); in initialize()
/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.c2078 section = weston_config_get_section(config, "ivi-shell", NULL, NULL);
2266 section = weston_config_get_section(config, "ivi-shell", NULL, NULL);
2298 section = weston_config_get_section(config, "ivi-shell", NULL, NULL);
2370 section = weston_config_get_section(config, "ivi-shell", NULL, NULL);
/third_party/weston/kiosk-shell/
Dkiosk-shell.c494 weston_config_get_section(wc, "output", "name", shoutput->output->name); in kiosk_shell_output_configure()
/third_party/weston/desktop-shell/
Dshell.c472 section = weston_config_get_section(wet_get_config(shell->compositor), in shell_configuration()