Searched refs:weston_config_next_section (Results 1 – 9 of 9) sorted by relevance
/third_party/weston/include/libweston/ |
D | config-parser.h | 120 int weston_config_next_section(struct weston_config *config,
|
/third_party/weston/tests/ |
D | config-parser-test.c | 428 while (weston_config_next_section(config, §ion, &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/ |
D | ivi-id-agent.c | 279 while (weston_config_next_section(config, §ion, &name)) { in read_config()
|
/third_party/weston/shared/ |
D | config-parser.c | 482 weston_config_next_section(struct weston_config *config, in weston_config_next_section() function
|
/third_party/weston/compositor/ |
D | main.c | 2360 while (weston_config_next_section(wc, §ion, §ion_name)) { in load_remoting() 2487 while (weston_config_next_section(wc, §ion, §ion_name)) { in load_pipewire() 2944 while (weston_config_next_section(wc, §ion, §ion_name)) { in load_x11_backend() 3073 while (weston_config_next_section(wc, §ion, §ion_name)) { in load_wayland_backend()
|
/third_party/weston/clients/ |
D | ivi-shell-user-interface.c | 1178 while (weston_config_next_section(config, §ion, &name)) { in hmi_homescreen_setting_create()
|
D | desktop-shell.c | 1437 while (weston_config_next_section(desktop->config, &s, &name)) { in panel_add_launchers()
|
/third_party/weston/ivi-shell/ |
D | hmi-controller.c | 1186 while (weston_config_next_section(config, §ion, &name)) { in ivi_hmi_controller_add_launchers()
|
/third_party/wayland-ivi-extension/weston-ivi-shell/src/ |
D | ivi-controller.c | 2108 while (weston_config_next_section(config, §ion, &name)) {
|