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

  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
49 swa.event_mask = EVENT_MASK;
85 long event_mask = NoEventMask; local
100 XSelectInput(dsp, fUnixWindow.fWin, EVENT_MASK);
  /external/oprofile/libop/
op_xml_out.h 30 EVENT_MASK,
  /external/bluetooth/bluedroid/gki/common/
gki.h 86 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
  /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)))

Completed in 97 milliseconds