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

1 2 3

  /system/bt/hci/include/
hci_packet_factory.h 22 #include "event_mask.h"
34 BT_HDR *(*make_set_event_mask)(const bt_event_mask_t *event_mask);
42 BT_HDR *(*make_ble_set_event_mask)(const bt_event_mask_t *event_mask);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
security.h 55 long event_mask; member in struct:__anon38158
multibuf.h 94 unsigned long event_mask; /* events that have been selected */ member in struct:__anon38137
103 unsigned long event_mask; /* events that have been selected */ member in struct:__anon38138
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
security.h 53 long event_mask; member in struct:__anon40017
multibuf.h 91 unsigned long event_mask; /* events that have been selected */ member in struct:__anon39996
100 unsigned long event_mask; /* events that have been selected */ member in struct:__anon39997
  /system/bt/hci/src/
hci_packet_factory.c 97 static BT_HDR *make_set_event_mask(const bt_event_mask_t *event_mask) {
102 ARRAY8_TO_STREAM(stream, event_mask->as_array);
144 static BT_HDR *make_ble_set_event_mask(const bt_event_mask_t *event_mask) {
149 ARRAY8_TO_STREAM(stream, event_mask->as_array);
  /external/libchrome/base/message_loop/
message_pump_libevent.cc 155 int event_mask = persistent ? EV_PERSIST : 0; local
157 event_mask |= EV_READ;
160 event_mask |= EV_WRITE;
173 event_mask |= old_interest_mask;
187 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller);
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 161 rpc_loc_event_mask_type event_mask,
165 if ((event_mask & wait_mask) == 0) return FALSE;
167 if (event_mask != RPC_LOC_EVENT_IOCTL_REPORT || wait_ioctl == 0 ||
216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type);
352 The event_mask specifies the event(s). If it is RPC_LOC_EVENT_IOCTL_REPORT,
371 rpc_loc_event_mask_type event_mask, /* Event mask to wait for */
379 slot->loc_cb_wait_event_mask = event_mask;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 161 rpc_loc_event_mask_type event_mask,
165 if ((event_mask & wait_mask) == 0) return FALSE;
167 if (event_mask != RPC_LOC_EVENT_IOCTL_REPORT || wait_ioctl == 0 ||
216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type);
352 The event_mask specifies the event(s). If it is RPC_LOC_EVENT_IOCTL_REPORT,
371 rpc_loc_event_mask_type event_mask, /* Event mask to wait for */
379 slot->loc_cb_wait_event_mask = event_mask;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 161 rpc_loc_event_mask_type event_mask,
165 if ((event_mask & wait_mask) == 0) return FALSE;
167 if (event_mask != RPC_LOC_EVENT_IOCTL_REPORT || wait_ioctl == 0 ||
216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type);
352 The event_mask specifies the event(s). If it is RPC_LOC_EVENT_IOCTL_REPORT,
371 rpc_loc_event_mask_type event_mask, /* Event mask to wait for */
379 slot->loc_cb_wait_event_mask = event_mask;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 161 rpc_loc_event_mask_type event_mask,
165 if ((event_mask & wait_mask) == 0) return FALSE;
167 if (event_mask != RPC_LOC_EVENT_IOCTL_REPORT || wait_ioctl == 0 ||
216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type);
352 The event_mask specifies the event(s). If it is RPC_LOC_EVENT_IOCTL_REPORT,
371 rpc_loc_event_mask_type event_mask, /* Event mask to wait for */
379 slot->loc_cb_wait_event_mask = event_mask;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 161 rpc_loc_event_mask_type event_mask,
165 if ((event_mask & wait_mask) == 0) return FALSE;
167 if (event_mask != RPC_LOC_EVENT_IOCTL_REPORT || wait_ioctl == 0 ||
216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type);
352 The event_mask specifies the event(s). If it is RPC_LOC_EVENT_IOCTL_REPORT,
371 rpc_loc_event_mask_type event_mask, /* Event mask to wait for */
379 slot->loc_cb_wait_event_mask = event_mask;
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 161 rpc_loc_event_mask_type event_mask,
165 if ((event_mask & wait_mask) == 0) return FALSE;
167 if (event_mask != RPC_LOC_EVENT_IOCTL_REPORT || wait_ioctl == 0 ||
216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type);
352 The event_mask specifies the event(s). If it is RPC_LOC_EVENT_IOCTL_REPORT,
371 rpc_loc_event_mask_type event_mask, /* Event mask to wait for */
379 slot->loc_cb_wait_event_mask = event_mask;
  /external/autotest/client/deps/glbench/src/
xlib_window.cc 52 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
  /external/mesa3d/src/glx/apple/
apple_glx_pbuffer.c 173 pbuf->event_mask = 0;
324 d->types.pbuffer.event_mask = mask;
341 *mask = d->types.pbuffer.event_mask;
apple_glx_drawable.h 75 unsigned long event_mask; member in struct:apple_glx_pbuffer
  /external/ImageMagick/MagickCore/
log.c 113 event_mask;
151 event_mask;
321 log_info->event_mask=p->event_mask;
719 return(log_info->event_mask != NoEvents ? MagickTrue : MagickFalse);
110 event_mask; member in struct:_LogInfo
148 event_mask; member in struct:_LogMapInfo
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 28 swa.event_mask = StructureNotifyMask;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 157 swa.event_mask = ExposureMask | StructureNotifyMask |
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 54 swa.event_mask = StructureNotifyMask;
  /external/mesa3d/src/gallium/targets/graw-xlib/
graw_xlib.c 109 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
  /external/webrtc/webrtc/test/linux/
glx_renderer.cc 62 window_attributes.event_mask = StructureNotifyMask | ExposureMask;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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/libpcap/
pcap-bt-linux.c 249 memset((void *) &flt.event_mask, 0xff, sizeof(flt.event_mask));

Completed in 734 milliseconds

1 2 3