Home
last modified time | relevance | path

Searched refs:EVENT_MASK (Results 1 – 11 of 11) sorted by relevance

/external/libnfc-nci/src/hal/int/
Dnfc_hal_int.h44 #define NFC_HAL_TASK_EVT_DATA_RDY EVENT_MASK (APPL_EVT_0)
45 #define NFC_HAL_TASK_EVT_INITIALIZE EVENT_MASK (APPL_EVT_5)
46 #define NFC_HAL_TASK_EVT_TERMINATE EVENT_MASK (APPL_EVT_6)
47 #define NFC_HAL_TASK_EVT_POWER_CYCLE EVENT_MASK (APPL_EVT_7)
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask variable
123 swa.event_mask = EVENT_MASK; in initWindow()
275 XSelectInput(dsp, win, EVENT_MASK); in loop()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h49 #define NFC_TASK_EVT_TRANSPORT_READY EVENT_MASK (APPL_EVT_0)
/external/libnfc-nci/src/gki/common/
Dgki.h93 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt))) macro
Dgki_buffer.c754 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox)); in GKI_send_msg()
1396 GKI_isend_event(task_id, (UINT16)EVENT_MASK(mbox)); in GKI_isend_msg()
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki.h100 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt))) macro
Dgki_buffer.c754 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox)); in GKI_send_msg()
1396 GKI_isend_event(task_id, (UINT16)EVENT_MASK(mbox)); in GKI_isend_msg()
/external/libnfc-nci/src/include/
Dbt_target.h3519 #define SER_TX_PATH_APPL_EVT EVENT_MASK(APPL_EVT_3)
3524 #define SER_RX_PATH_APPL_EVT EVENT_MASK(APPL_EVT_4)
3534 #define HCISU_EVT_MASK EVENT_MASK(APPL_EVT_0)
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c342 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_shutdown()
740 return (EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_wait()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c342 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_shutdown()
717 return (EVENT_MASK(GKI_SHUTDOWN_EVT)); in GKI_wait()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c39 #define HCISU_EVT EVENT_MASK(APPL_EVT_0)