Searched defs:EVENT_MASK (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/gki/common/
H A Dgki.h77 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt))) macro
/external/chromium_org/third_party/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask variable
123 swa.event_mask = EVENT_MASK;
275 XSelectInput(dsp, win, EVENT_MASK);
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask variable
123 swa.event_mask = EVENT_MASK;
265 XSelectInput(dsp, win, EVENT_MASK);
/external/oprofile/libop/
H A Dop_xml_out.h30 EVENT_MASK, enumerator in enum:__anon28436
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h100 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt))) macro
/external/libnfc-nci/src/gki/common/
H A Dgki.h93 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt))) macro

Completed in 95 milliseconds