HomeSort by relevance Sort by last modified time
    Searched refs:event_mask (Results 1 - 25 of 39) sorted by null

1 2

  /external/bluetooth/bluez/tools/
hcisecfilter.c 39 uint32_t event_mask[2]; local
49 memset(event_mask, 0, sizeof(event_mask));
50 hci_set_bit(EVT_INQUIRY_COMPLETE, event_mask);
51 hci_set_bit(EVT_INQUIRY_RESULT, event_mask);
52 hci_set_bit(EVT_CONN_COMPLETE, event_mask);
53 hci_set_bit(EVT_CONN_REQUEST, event_mask);
54 hci_set_bit(EVT_DISCONN_COMPLETE, event_mask);
55 hci_set_bit(EVT_AUTH_COMPLETE, event_mask);
56 hci_set_bit(EVT_REMOTE_NAME_REQ_COMPLETE, event_mask);
    [all...]
  /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) {}
sm_connection.cc 222 void SMConnection::OnRegistration(EpollServer* eps, int fd, int event_mask) {
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
NativeLinuxSubWindow.cpp 38 wa.event_mask = StructureNotifyMask;
  /prebuilt/linux-x86/toolchain/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:__anon20556
160 unsigned long event_mask; /* events that have been selected */ member in struct:__anon20557
security.h 85 long event_mask; member in struct:__anon20577
  /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);
  /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);
  /development/tools/emulator/opengl/tests/ut_renderer/
X11RendererSurface.cpp 56 sWA.event_mask = StructureNotifyMask | ExposureMask;
X11Windowing.cpp 105 sWA.event_mask = StructureNotifyMask | ExposureMask;
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemevents.c 80 int quit, resultat, event_mask, mouse_event; local
88 event_mask = MU_MESAG|MU_TIMER|MU_KEYBD;
91 event_mask |= MU_M1;
97 event_mask,
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 202 hci_set_bit((e & HCI_FLT_EVENT_BITS), &f->event_mask);
206 hci_clear_bit((e & HCI_FLT_EVENT_BITS), &f->event_mask);
210 return hci_test_bit((e & HCI_FLT_EVENT_BITS), &f->event_mask);
214 memset((void *) f->event_mask, 0xff, sizeof(f->event_mask));
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 196 GdkEventMask event_mask = gdk_window_get_events(root); local
198 root, static_cast<GdkEventMask>(event_mask | GDK_STRUCTURE_MASK));
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 157 swa.event_mask = ExposureMask | StructureNotifyMask |
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga.h 199 long event_mask
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 225 int (*read_event)(snd_ctl_ext_t *ext, snd_ctl_elem_id_t *id, unsigned int *event_mask);
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 257 unsigned int *event_mask)
301 *event_mask = SND_CTL_EVENT_MASK_VALUE;
  /external/skia/src/utils/unix/
SkOSWindow_Unix.cpp 25 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
42 swa.event_mask = EVENT_MASK;
78 long event_mask = NoEventMask; local
92 XSelectInput(dsp, fUnixWindow.fWin, EVENT_MASK);
  /external/qemu/hw/
bt-hci.c 68 uint8_t event_mask[8]; member in struct:bt_hci_s
446 if (mask & bt_event_reserved_mask[mask_byte] & ~hci->event_mask[mask_byte])
1130 hci->event_mask[0] = 0xff;
1131 hci->event_mask[1] = 0xff;
1132 hci->event_mask[2] = 0xff;
1133 hci->event_mask[3] = 0xff;
1134 hci->event_mask[4] = 0xff;
1135 hci->event_mask[5] = 0x1f;
1136 hci->event_mask[6] = 0x00;
1137 hci->event_mask[7] = 0x00
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebViewWidget.cpp 68 attributes.event_mask = GDK_VISIBILITY_NOTIFY_MASK
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 457 typedef void ( * PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask);
458 typedef void ( * PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
  /external/libpng/contrib/gregbook/
rpng-x.c 542 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask;

Completed in 671 milliseconds

1 2