Home
last modified time | relevance | path

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

/third_party/weston/include/libweston/
Dconfig-parser.h120 int weston_config_next_section(struct weston_config *config,
/third_party/weston/tests/
Dconfig-parser-test.c428 while (weston_config_next_section(config, &section, &name)) in ZUC_TEST_F()
624 ZUC_ASSERT_EQ(0, weston_config_next_section(NULL, NULL, NULL)); in ZUC_TEST()
/third_party/wayland-ivi-extension/ivi-id-agent-modules/ivi-id-agent/src/
Divi-id-agent.c279 while (weston_config_next_section(config, &section, &name)) { in read_config()
/third_party/weston/shared/
Dconfig-parser.c482 weston_config_next_section(struct weston_config *config, in weston_config_next_section() function
/third_party/weston/compositor/
Dmain.c2360 while (weston_config_next_section(wc, &section, &section_name)) { in load_remoting()
2487 while (weston_config_next_section(wc, &section, &section_name)) { in load_pipewire()
2944 while (weston_config_next_section(wc, &section, &section_name)) { in load_x11_backend()
3073 while (weston_config_next_section(wc, &section, &section_name)) { in load_wayland_backend()
/third_party/weston/clients/
Divi-shell-user-interface.c1178 while (weston_config_next_section(config, &section, &name)) { in hmi_homescreen_setting_create()
Ddesktop-shell.c1437 while (weston_config_next_section(desktop->config, &s, &name)) { in panel_add_launchers()
/third_party/weston/ivi-shell/
Dhmi-controller.c1186 while (weston_config_next_section(config, &section, &name)) { in ivi_hmi_controller_add_launchers()
/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.c2108 while (weston_config_next_section(config, &section, &name)) {