Searched refs:weston_config_section_get_bool (Results 1 – 8 of 8) sorted by relevance
/third_party/weston/compositor/ |
D | main.c | 1086 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/ |
D | config-parser.h | 104 weston_config_section_get_bool(struct weston_config_section *section,
|
/third_party/weston/tests/ |
D | config-parser-test.c | 331 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/ |
D | config-parser.c | 303 weston_config_section_get_bool(struct weston_config_section *section, in weston_config_section_get_bool() function
|
/third_party/weston/ivi-shell/ |
D | ivi-shell.c | 390 weston_config_section_get_bool(section, "developermode", in init_ivi_shell()
|
/third_party/weston/clients/ |
D | desktop-shell.c | 1521 weston_config_section_get_bool(s, "locking", &desktop.locking, true); in main()
|
/third_party/wayland-ivi-extension/weston-ivi-shell/src/ |
D | ivi-controller.c | 2102 weston_config_section_get_bool(section,
|
/third_party/weston/desktop-shell/ |
D | shell.c | 479 weston_config_section_get_bool(section, in shell_configuration()
|