Home
last modified time | relevance | path

Searched refs:no_input (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dp2p-nfc.py32 no_input = False variable
482 global no_input
483 if no_input:
492 elif no_input:
530 if init_on_touch or not no_input:
604 if args.no_input:
605 global no_input
606 no_input = True
Ddpp-nfc.py33 no_input = False variable
882 global no_input
883 if no_input:
900 elif no_input:
976 if init_on_touch or not no_input:
1106 if args.no_input:
1107 global no_input
1108 no_input = True
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dp2p-nfc.py32 no_input = False variable
482 global no_input
483 if no_input:
492 elif no_input:
530 if init_on_touch or not no_input:
604 if args.no_input:
605 global no_input
606 no_input = True
/third_party/weston/include/libweston/
Dbackend-x11.h43 bool no_input; member
/third_party/weston/libweston/backend-x11/
Dx11.c94 int no_input; member
380 x11_input_create(struct x11_backend *b, int no_input) in x11_input_create() argument
386 if (no_input) in x11_input_create()
937 if (!b->no_input) in x11_output_enable()
1840 b->no_input = config->no_input; in x11_backend_create()
1884 if (x11_input_create(b, config->no_input) < 0) { in x11_backend_create()
/third_party/weston/compositor/
Dmain.c2918 { WESTON_OPTION_BOOLEAN, "no-input", 0, &config.no_input }, in load_x11_backend()