/third_party/weston/tests/ |
D | config-parser-test.c | 192 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/ |
D | main.c | 1011 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 …]
|
D | cms-static.c | 53 s = weston_config_get_section(wet_get_config(cms->ec), in cms_output_created()
|
D | xwayland.c | 108 section = weston_config_get_section(config, in spawn_xserver()
|
D | text-backend.c | 1050 section = weston_config_get_section(config, in text_backend_configuration()
|
D | screen-share.c | 1176 section = weston_config_get_section(config, "screen-share", NULL, NULL); in wet_module_init()
|
/third_party/weston/include/libweston/ |
D | config-parser.h | 80 weston_config_get_section(struct weston_config *config, const char *section,
|
/third_party/wayland-ivi-extension/screen-info/module/ |
D | screen-info.c | 141 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/ |
D | ivi-id-agent.c | 255 section = weston_config_get_section(config, "desktop-app-default", NULL, in read_config()
|
/third_party/weston/shared/ |
D | config-parser.c | 133 weston_config_get_section(struct weston_config *config, const char *section, in weston_config_get_section() function
|
/third_party/weston/clients/ |
D | desktop-shell.c | 615 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()
|
D | ivi-shell-user-interface.c | 1091 weston_config_get_section(config, "ivi-shell", NULL, NULL); in hmi_homescreen_setting_create()
|
D | terminal.c | 3145 s = weston_config_get_section(config, "terminal", NULL, NULL); in main()
|
D | window.c | 1347 s = weston_config_get_section(config, "shell", NULL, NULL); in create_cursors()
|
/third_party/weston/ivi-shell/ |
D | ivi-shell.c | 388 section = weston_config_get_section(config, "ivi-shell", NULL, NULL); in init_ivi_shell()
|
D | hmi-controller.c | 697 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/ |
D | ivi-controller.c | 2078 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/ |
D | kiosk-shell.c | 494 weston_config_get_section(wc, "output", "name", shoutput->output->name); in kiosk_shell_output_configure()
|
/third_party/weston/desktop-shell/ |
D | shell.c | 472 section = weston_config_get_section(wet_get_config(shell->compositor), in shell_configuration()
|