Searched refs:xevents (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | ospoll.c | 65 int xevents; member 68 void (*callback)(int fd, int xevents, void *data); 86 int xevents; member 88 void (*callback)(int fd, int xevents, void *data); 274 void (*callback)(int fd, int xevents, void *data), in ospoll_add() argument 295 ospoll->fds[pos].xevents = 0; in ospoll_add() 324 osfd->xevents = 0; in ospoll_add() 370 osfd->xevents = 0; in ospoll_add() 470 if (osfd->xevents & X_NOTIFY_READ) in epoll_mod() 472 if (osfd->xevents & X_NOTIFY_WRITE) in epoll_mod() [all …]
|
| H A D | ospoll.h | 70 void (*callback)(int fd, int xevents, void *data), 90 ospoll_listen(struct ospoll *ospoll, int fd, int xevents); 100 ospoll_mute(struct ospoll *ospoll, int fd, int xevents);
|
| H A D | connection.c | 597 ClientReady(int fd, int xevents, void *data) in ClientReady() argument 601 if (xevents & X_NOTIFY_ERROR) { in ClientReady() 605 if (xevents & X_NOTIFY_READ) in ClientReady() 607 if (xevents & X_NOTIFY_WRITE) { in ClientReady() 815 HandleNotifyFd(int fd, int xevents, void *data) in HandleNotifyFd() argument 818 n->notify(fd, xevents, n->data); in HandleNotifyFd()
|
| H A D | inputthread.c | 174 InputReady(int fd, int xevents, void *data) in InputReady() argument 180 dev->readInputProc(fd, xevents, dev->readInputArgs); in InputReady()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/ |
| H A D | Makefile.in | 122 libXWinclipboard_la-xevents.lo 158 ./$(DEPDIR)/libXWinclipboard_la-xevents.Plo \ 632 xevents.c 769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libXWinclipboard_la-xevents.Plo@am__quote@ # am--i… 821 libXWinclipboard_la-xevents.lo: xevents.c 822 …-xevents.lo -MD -MP -MF $(DEPDIR)/libXWinclipboard_la-xevents.Tpo -c -o libXWinclipboard_la-xevent… 823 …@ $(AM_V_at)$(am__mv) $(DEPDIR)/libXWinclipboard_la-xevents.Tpo $(DEPDIR)/libXWinclipboard_la-xeve… 826 …a_CFLAGS) $(CFLAGS) -c -o libXWinclipboard_la-xevents.lo `test -f 'xevents.c' || echo '$(srcdir)/'… 1057 -rm -f ./$(DEPDIR)/libXWinclipboard_la-xevents.Plo 1109 -rm -f ./$(DEPDIR)/libXWinclipboard_la-xevents.Plo
|
| H A D | Makefile.am | 8 xevents.c
|
| H A D | meson.build | 6 'xevents.c',
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 33756 hw/xwin: printf format fixes in xevents.c 40593 xevents.c: In function 'winClipboardInitMonitoredSelections': 40594 xevents.c:129:5: error: 'for' loop initial declarations are only allowed in C99 mode
|