HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_MASK (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluedroid/gki/common/
gki.h 77 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
123 swa.event_mask = EVENT_MASK;
275 XSelectInput(dsp, win, EVENT_MASK);
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
123 swa.event_mask = EVENT_MASK;
265 XSelectInput(dsp, win, EVENT_MASK);
  /external/oprofile/libop/
op_xml_out.h 30 EVENT_MASK,
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 100 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
  /external/libnfc-nci/src/gki/common/
gki.h 93 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
  /hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp 19 const int EVENT_MASK = 0xffff;
178 int32_t frameMsg = ((msgs >> MessageNotifier::FRAME_BIT_FIELD_POSITION) & EVENT_MASK);
179 int32_t eventMsg = ((msgs >> MessageNotifier::EVENT_BIT_FIELD_POSITION) & EVENT_MASK);
238 int32_t frameMsg = ((msgs >> MessageNotifier::FRAME_BIT_FIELD_POSITION) & EVENT_MASK);
239 int32_t eventMsg = ((msgs >> MessageNotifier::EVENT_BIT_FIELD_POSITION) & EVENT_MASK);
    [all...]

Completed in 1327 milliseconds