Home
last modified time | relevance | path

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

/third_party/weston/compositor/
Dmain.c1086 weston_config_section_get_bool(s, "vt-switching", in weston_compositor_init_config()
1104 weston_config_section_get_bool(s, "touchscreen_calibrator", &cal, 0); in weston_compositor_init_config()
1266 weston_config_section_get_bool(section, "allow_hdcp", in allow_content_protection()
1569 weston_config_section_get_bool(s, "natural-scroll", in configure_input_device_scroll()
1646 if (weston_config_section_get_bool(s, "enable_tap", in configure_input_device()
1654 if (weston_config_section_get_bool(s, "enable-tap", in configure_input_device()
1663 if (weston_config_section_get_bool(s, "tap-and-drag", in configure_input_device()
1670 if (weston_config_section_get_bool(s, "tap-and-drag-lock", in configure_input_device()
1680 weston_config_section_get_bool(s, "disable-while-typing", in configure_input_device()
1689 weston_config_section_get_bool(s, "middle-button-emulation", in configure_input_device()
[all …]
/third_party/weston/include/libweston/
Dconfig-parser.h104 weston_config_section_get_bool(struct weston_config_section *section,
/third_party/weston/tests/
Dconfig-parser-test.c331 r = weston_config_section_get_bool(section, "flag", &b, true); in ZUC_TEST_F()
344 r = weston_config_section_get_bool(section, "flag", &b, false); in ZUC_TEST_F()
357 r = weston_config_section_get_bool(section, "bonk", &b, false); in ZUC_TEST_F()
/third_party/weston/shared/
Dconfig-parser.c303 weston_config_section_get_bool(struct weston_config_section *section, in weston_config_section_get_bool() function
/third_party/weston/ivi-shell/
Divi-shell.c390 weston_config_section_get_bool(section, "developermode", in init_ivi_shell()
/third_party/weston/clients/
Ddesktop-shell.c1521 weston_config_section_get_bool(s, "locking", &desktop.locking, true); in main()
/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.c2102 weston_config_section_get_bool(section,
/third_party/weston/desktop-shell/
Dshell.c479 weston_config_section_get_bool(section, in shell_configuration()