Home
last modified time | relevance | path

Searched refs:event_mask (Results 1 – 25 of 26) sorted by relevance

12

/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc140 int event_mask = persistent ? EV_PERSIST : 0; in WatchFileDescriptor() local
142 event_mask |= EV_READ; in WatchFileDescriptor()
145 event_mask |= EV_WRITE; in WatchFileDescriptor()
157 event_mask |= old_interest_mask; in WatchFileDescriptor()
171 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller); in WatchFileDescriptor()
/external/ImageMagick/MagickCore/
Dlog.c111 event_mask; member
149 event_mask; member
317 log_info->event_mask=p->event_mask; in AcquireLogCache()
676 event_logging=(p != (LogInfo *) NULL) && (p->event_mask != NoEvents) ? in CheckEventLogging()
1296 if ((log_info->event_mask & type) == 0) in LogMagickEventList()
1578 log_info->event_mask=(LogEventType) (log_info->event_mask | in LoadLogCache()
1755 log_info->event_mask=(LogEventType) option; in SetLogEventMask()
1757 log_info->event_mask=UndefinedEvents; in SetLogEventMask()
1760 return(log_info->event_mask); in SetLogEventMask()
Danimate.c1630 windows->icon.attributes.event_mask=ExposureMask | StructureNotifyMask; in XAnimateImages()
1700 windows->image.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XAnimateImages()
1723 windows->backdrop.attributes.event_mask=ButtonPressMask | KeyPressMask | in XAnimateImages()
1791 windows->info.attributes.event_mask=ButtonPressMask | ExposureMask | in XAnimateImages()
1823 windows->command.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XAnimateImages()
1852 windows->widget.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XAnimateImages()
1877 windows->popup.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XAnimateImages()
Ddisplay.c1919 windows->image.attributes.event_mask | PointerMotionMask); in XAnnotateEditImage()
2232 windows->image.attributes.event_mask); in XAnnotateEditImage()
2932 windows->image.attributes.event_mask | PointerMotionMask); in XChopImage()
3091 windows->image.attributes.event_mask); in XChopImage()
3375 windows->image.attributes.event_mask | PointerMotionMask); in XColorEditImage()
3865 windows->image.attributes.event_mask); in XColorEditImage()
4003 windows->image.attributes.event_mask | PointerMotionMask); in XCompositeImage()
4255 windows->image.attributes.event_mask); in XCompositeImage()
4676 windows->image.attributes.event_mask | PointerMotionMask); in XCropImage()
4852 windows->image.attributes.event_mask); in XCropImage()
[all …]
/external/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c175 pbuf->event_mask = 0; in apple_glx_pbuffer_create()
326 d->types.pbuffer.event_mask = mask; in apple_glx_pbuffer_set_event_mask()
343 *mask = d->types.pbuffer.event_mask; in apple_glx_pbuffer_get_event_mask()
Dapple_glx_drawable.h75 unsigned long event_mask; member
/external/autotest/client/deps/glbench/src/
Dxlib_window.cc49 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask; in XlibInit()
/external/libpcap/
Dpcap-bt-linux.c260 memset((void *) &flt.event_mask, 0xff, sizeof(flt.event_mask)); in bt_activate()
/external/mesa3d/include/GL/
Dglx.h307 typedef void (* PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask);
308 …ef void (* PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
Dglxext.h125 typedef void ( *PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask);
126 …ef void ( *PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
143 void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask);
144 void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
/external/webrtc/webrtc/base/
Dx11windowpicker.cc254 long event_mask; in MoveToFront() local
272 event_mask = SubstructureRedirectMask | SubstructureNotifyMask; in MoveToFront()
274 XSendEvent(display_, root, False, event_mask, &xev); in MoveToFront()
/external/mesa3d/src/gallium/targets/graw-xlib/
Dgraw_xlib.c110 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask; in graw_create_window_and_screen()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp585 …WinAttibutes.event_mask = StructureNotifyMask | ExposureMask | ButtonPressMask | ButtonReleaseMask… in OpenX11Window()
623 …WinAttibutes.event_mask = StructureNotifyMask | ExposureMask | ButtonPressMask | ButtonReleaseMask… in OpenX11Window()
/external/webrtc/webrtc/test/linux/
Dglx_renderer.cc62 window_attributes.event_mask = StructureNotifyMask | ExposureMask; in Init()
/external/swiftshader/include/GL/
Dglxext.h125 typedef void ( *PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask);
126 …ef void ( *PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
143 void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask);
144 void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.cpp194 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask; in XlibWindow()
/external/ImageMagick/MagickWand/
Dcompare.c539 event_mask; in CompareImagesCommand() local
546 event_mask=SetLogEventMask(argv[i]); in CompareImagesCommand()
547 if (event_mask == UndefinedEvents) in CompareImagesCommand()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_LinuxX11.cpp178 windowAttributes.event_mask = StructureNotifyMask | ExposureMask | ButtonPressMask; in CreateNativeWindow()
/external/skia/tools/sk_app/unix/
DWindow_unix.cpp122 swa.event_mask = kEventMask; in initWindow()
/external/skqp/tools/sk_app/unix/
DWindow_unix.cpp122 swa.event_mask = kEventMask; in initWindow()
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc186 xswa.event_mask = StructureNotifyMask | ExposureMask; in WebRtcCreateWindow()
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c586 swa.event_mask = ExposureMask | PointerMotionMask | KeyPressMask; in XInitialize()
/external/libpng/contrib/gregbook/
Drpng-x.c549 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng_x_create_window()
Drpng2-x.c933 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng2_x_create_window()
/external/wpa_supplicant_8/src/eap_peer/
Deap_proxy_qmi_oc.c289 event_reg_params.event_mask |= (WPA_UIM_QMI_EVENT_MASK_CARD_STATUS); in wpa_qmi_register_events()
317 event_resp_msg.event_mask); in wpa_qmi_register_events()

12