Home
last modified time | relevance | path

Searched refs:grab (Results 1 - 19 of 19) sorted by relevance

/third_party/libinput/tools/
H A Dshared.c333 bool *grab = user_data; in open_restricted() local
339 else if (grab && *grab && ioctl(fd, EVIOCGRAB, (void*)1) == -1) in open_restricted()
358 tools_open_udev(const char *seat, bool verbose, bool *grab) in tools_open_udev() argument
368 li = libinput_udev_create_context(&interface, grab, udev); in tools_open_udev()
391 tools_open_device(const char **paths, bool verbose, bool *grab) in tools_open_device() argument
397 li = libinput_path_create_context(&interface, grab); in tools_open_device()
436 bool *grab) in tools_open_backend()
444 li = tools_open_udev(seat_or_device[0], verbose, grab); in tools_open_backend()
447 li = tools_open_device(seat_or_device, verbose, grab); in tools_open_backend()
433 tools_open_backend(enum tools_backend which, const char **seat_or_device, bool verbose, bool *grab) tools_open_backend() argument
[all...]
H A Dlibinput-list-devices.c393 bool grab = false; in main() local
413 li = tools_open_backend(BACKEND_UDEV, seat, false, &grab); in main()
H A Dshared.h139 bool *grab);
H A Dlibinput-debug-tablet.c517 bool grab = false; in main() local
583 li = tools_open_backend(backend, seat_or_device, false, &grab); in main()
H A Dlibinput-debug-events.c1006 bool grab = false; in main() local
1029 { "grab", no_argument, 0, OPT_GRAB }, in main()
1075 grab = true; in main()
1121 li = tools_open_backend(backend, seat_or_devices, verbose, &grab); in main()
H A Dlibinput-record.c2400 init_device(struct record_context *ctx, const char *path, bool grab) in init_device() argument
2430 if (grab) { in init_device()
2692 { "grab", no_argument, 0, OPT_GRAB }, in main()
2700 grab = false; in main() local
2751 grab = true; in main()
2817 if (!init_device(&ctx, *p, grab)) { in main()
H A Dlibinput-debug-gui.c97 bool grab; member
1904 { "grab", no_argument, 0, OPT_GRAB }, in main()
1930 w.grab = true; in main()
1956 li = tools_open_backend(backend, seat_or_device, verbose, &w.grab); in main()
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c225 #define grab(_pos, _size) { \ macro
250 grab(ofs_linetable, sizeof(buf)); in lws_fts_cache_chunktable()
312 grab(lt->vli_ofs_in_index, sizeof(buf)); in lws_fts_getfileoffset()
437 grab(o, sizeof(buf)); in lws_fts_search()
462 grab(o, sizeof(buf)); in lws_fts_search()
474 grab(o + base, sizeof(buf)); in lws_fts_search()
586 grab(o + base, sizeof(buf)); in lws_fts_search()
627 grab(o, sizeof(buf)); in lws_fts_search()
700 grab((int32_t)ro + base, sizeof(buf)); in lws_fts_search()
844 grab(child_of in lws_fts_search()
[all...]
/third_party/astc-encoder/Test/
H A Dmake.bat23 echo.If you don't have Sphinx installed, grab it from
/third_party/protobuf/python/docs/
H A Dmake.bat23 echo.If you don't have Sphinx installed, grab it from
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpostproc.c194 bool grab = false; in vlVaPostProcBlit() local
202 grab = true; in vlVaPostProcBlit()
239 if (grab) { in vlVaPostProcBlit()
/third_party/libevdev/libevdev/
H A Dlibevdev.c1671 libevdev_grab(struct libevdev *dev, enum libevdev_grab_mode grab) in libevdev_grab() argument
1683 if (grab != LIBEVDEV_GRAB && grab != LIBEVDEV_UNGRAB) { in libevdev_grab()
1684 log_bug(dev, "invalid grab parameter %#x\n", grab); in libevdev_grab()
1688 if (grab == dev->grabbed) in libevdev_grab()
1691 if (grab == LIBEVDEV_GRAB) in libevdev_grab()
1693 else if (grab == LIBEVDEV_UNGRAB) in libevdev_grab()
1697 dev->grabbed = grab; in libevdev_grab()
H A Dlibevdev.h975 * A grab is an operation tied to a file descriptor, not a device. If a
977 * also re-issue a grab with libevdev_grab().
980 * @param grab If true, grab the device. Otherwise ungrab the device.
985 int libevdev_grab(struct libevdev *dev, enum libevdev_grab_mode grab);
/third_party/popt/tests/
H A Dtestit.sh78 run test1 "test1 - 30" "arg1: 0 arg2: 'foo bingo' rest: boggle" --grab bingo boggle
/third_party/libevdev/export_include/libevdev/
H A Dlibevdev.h975 * A grab is an operation tied to a file descriptor, not a device. If a
977 * also re-issue a grab with libevdev_grab().
980 * @param grab If true, grab the device. Otherwise ungrab the device.
985 int libevdev_grab(struct libevdev *dev, enum libevdev_grab_mode grab);
/third_party/glfw/deps/
H A Dnuklear_glfw_gl2.h312 if (ctx->input.mouse.grab) in nk_glfw3_new_frame()
H A Dnuklear.h4611 unsigned char grab; member
13969 if (in->mouse.grab) in nk_input_end()
13970 in->mouse.grab = 0; in nk_input_end()
13974 in->mouse.grab = 0; in nk_input_end()
23921 ctx->input.mouse.grab = nk_true; in nk_property()
23928 ctx->input.mouse.grab = nk_false; in nk_property()
/third_party/libuv/docs/
H A Dmake.bat59 echo.If you don't have Sphinx installed, grab it from
/third_party/python/Doc/
H A Dmake.bat91 echo.If you don't have Sphinx installed, grab it from

Completed in 63 milliseconds