/external/chromium/net/tools/flip_server/ |
epoll_server.cc | 190 void EpollServer::RegisterFD(int fd, CB* cb, int event_mask) { 192 VLOG(3) << "RegisterFD fd=" << fd << " event_mask=" << event_mask; local 204 ModFD(fd, event_mask); 207 AddFD(fd, event_mask); 210 fd_i->event_mask = event_mask; 213 AddFD(fd, event_mask); 214 cb_map_.insert(CBAndEventMask(cb, event_mask, fd)); 221 cb->OnRegistration(this, fd, event_mask); 617 int & event_mask = fd_i->event_mask; local 671 int event_mask = events[i].events; local [all...] |
epoll_server.h | 69 // event_mask - the event mask (composed of EPOLLIN, EPOLLOUT, etc) 72 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask) = 0; 75 // Called when the event_mask is modified (for a file-descriptor) 78 // event_mask - the event mask (composed of EPOLLIN, EPOLLOUT, etc) 81 virtual void OnModification(int fd, int event_mask) = 0; 145 // in the set of events included in event_mask occurs on the 163 // event_mask - a combination of (EPOLLOUT, EPOLLIN.. etc) indicating 166 virtual void RegisterFD(int fd, CB* cb, int event_mask); 214 // the old event_mask with the new one specified here. 219 // event_mask - the new event mask 552 mutable int event_mask; member in struct:net::EpollServer::CBAndEventMask [all...] |
acceptor_thread.h | 52 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask) {} 53 virtual void OnModification(int fd, int event_mask) {}
|
sm_connection.h | 85 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask); 86 virtual void OnModification(int fd, int event_mask) {}
|
/external/chromium_org/net/tools/epoll_server/ |
epoll_server.cc | 190 void EpollServer::RegisterFD(int fd, CB* cb, int event_mask) { 192 VLOG(3) << "RegisterFD fd=" << fd << " event_mask=" << event_mask; local 204 ModFD(fd, event_mask); 207 AddFD(fd, event_mask); 210 fd_i->event_mask = event_mask; 213 AddFD(fd, event_mask); 214 cb_map_.insert(CBAndEventMask(cb, event_mask, fd)); 221 cb->OnRegistration(this, fd, event_mask); 617 int & event_mask = fd_i->event_mask; local 671 int event_mask = events[i].events; local [all...] |
epoll_server.h | 68 // event_mask - the event mask (composed of EPOLLIN, EPOLLOUT, etc) 71 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask) = 0; 74 // Called when the event_mask is modified (for a file-descriptor) 77 // event_mask - the event mask (composed of EPOLLIN, EPOLLOUT, etc) 80 virtual void OnModification(int fd, int event_mask) = 0; 144 // in the set of events included in event_mask occurs on the 162 // event_mask - a combination of (EPOLLOUT, EPOLLIN.. etc) indicating 165 virtual void RegisterFD(int fd, CB* cb, int event_mask); 213 // the old event_mask with the new one specified here. 218 // event_mask - the new event mask 547 mutable int event_mask; member in struct:net::EpollServer::CBAndEventMask [all...] |
/external/chromium_org/net/tools/flip_server/ |
acceptor_thread.h | 55 int event_mask) OVERRIDE {} 56 virtual void OnModification(int fd, int event_mask) OVERRIDE {}
|
sm_connection.h | 86 int event_mask) OVERRIDE; 87 virtual void OnModification(int fd, int event_mask) OVERRIDE {}
|
/external/chromium_org/net/tools/quic/ |
quic_server.h | 48 EpollServer* eps, int fd, int event_mask) OVERRIDE {} 49 virtual void OnModification(int fd, int event_mask) OVERRIDE {}
|
quic_client.h | 92 EpollServer* eps, int fd, int event_mask) OVERRIDE {} 93 virtual void OnModification(int fd, int event_mask) OVERRIDE {}
|
/external/chromium_org/net/tools/quic/test_tools/ |
mock_epoll_server.h | 87 virtual void AddFD(int fd, int event_mask) const OVERRIDE { } 88 virtual void ModFD(int fd, int event_mask) const OVERRIDE { }
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
NativeLinuxSubWindow.cpp | 38 wa.event_mask = StructureNotifyMask;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
multibuf.h | 151 unsigned long event_mask; /* events that have been selected */ member in struct:__anon39828 160 unsigned long event_mask; /* events that have been selected */ member in struct:__anon39829
|
security.h | 85 long event_mask; member in struct:__anon39849
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
multibuf.h | 151 unsigned long event_mask; /* events that have been selected */ member in struct:__anon41418 160 unsigned long event_mask; /* events that have been selected */ member in struct:__anon41419
|
security.h | 85 long event_mask; member in struct:__anon41439
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
multibuf.h | 151 unsigned long event_mask; /* events that have been selected */ member in struct:__anon42933 160 unsigned long event_mask; /* events that have been selected */ member in struct:__anon42934
|
/external/chromium/base/ |
message_pump_libevent.cc | 143 int event_mask = persistent ? EV_PERSIST : 0; local 145 event_mask |= EV_READ; 148 event_mask |= EV_WRITE; 161 event_mask |= old_interest_mask; 175 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller);
|
/external/chromium_org/base/message_loop/ |
message_pump_libevent.cc | 151 int event_mask = persistent ? EV_PERSIST : 0; local 153 event_mask |= EV_READ; 156 event_mask |= EV_WRITE; 169 event_mask |= old_interest_mask; 183 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller);
|
/external/chromium_org/ui/gfx/ |
gtk_preserve_window.cc | 104 gint event_mask = gtk_widget_get_events(widget); local 105 event_mask |= GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK; 106 gdk_window_set_events(gdk_window, (GdkEventMask) event_mask); 187 attributes.event_mask = gtk_widget_get_events(widget); 188 attributes.event_mask |= GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK;
|
/system/core/toolbox/ |
notify.c | 18 int event_mask = IN_ALL_EVENTS; local 35 event_mask = strtol(optarg, NULL, 0); 69 res = inotify_add_watch(nfd, file_names[i], event_mask);
|
/external/chromium_org/net/cert/ |
cert_database_mac.cc | 62 SecKeychainEventMask event_mask = local 65 event_mask, this);
|
/external/chromium_org/ui/compositor/test/ |
test_compositor_host_x11.cc | 53 swa.event_mask = StructureNotifyMask | ExposureMask;
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemevents.c | 81 int quit, resultat, event_mask, mouse_event; local 91 event_mask = MU_MESAG|MU_TIMER|MU_KEYBD|MU_BUTTON; 94 event_mask |= MU_M1; 100 event_mask,
|
/sdk/emulator/opengl/tests/ut_renderer/ |
X11RendererSurface.cpp | 56 sWA.event_mask = StructureNotifyMask | ExposureMask;
|