Searched refs:EVENT_MASK (Results 1 - 24 of 24) sorted by relevance

/external/bluetooth/bluedroid/include/
H A Dbte_appl.h61 #define BTE_APPL_STARTUP_EVT EVENT_MASK(APPL_EVT_0) /* Bluetooth has started */
62 #define BTE_APPL_SHUTDOWN_EVT EVENT_MASK(APPL_EVT_1) /* Bluetooth is shutting down */
63 #define BTE_APPL_SOCKET_RX_EVT EVENT_MASK(APPL_EVT_2) /* Socket data ready to be read */
64 #define BTE_APPL_DBUS_RX_EVT EVENT_MASK(APPL_EVT_3) /* DBUS message ready to be read */
65 #define BTE_APPL_BTA_ENABLE_EVT EVENT_MASK(APPL_EVT_4) /* BTA Enabled event */
H A Dbt_target.h3652 #define SER_TX_PATH_APPL_EVT EVENT_MASK(APPL_EVT_3)
3657 #define SER_RX_PATH_APPL_EVT EVENT_MASK(APPL_EVT_4)
/external/libnfc-nci/halimpl/bcm2079x/hal/int/
H A Dnfc_hal_int.h43 #define NFC_HAL_TASK_EVT_DATA_RDY EVENT_MASK (APPL_EVT_0)
44 #define NFC_HAL_TASK_EVT_INITIALIZE EVENT_MASK (APPL_EVT_5)
45 #define NFC_HAL_TASK_EVT_TERMINATE EVENT_MASK (APPL_EVT_6)
46 #define NFC_HAL_TASK_EVT_POWER_CYCLE EVENT_MASK (APPL_EVT_7)
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int.h43 #define NFC_HAL_TASK_EVT_DATA_RDY EVENT_MASK (APPL_EVT_0)
44 #define NFC_HAL_TASK_EVT_INITIALIZE EVENT_MASK (APPL_EVT_5)
45 #define NFC_HAL_TASK_EVT_TERMINATE EVENT_MASK (APPL_EVT_6)
46 #define NFC_HAL_TASK_EVT_POWER_CYCLE EVENT_MASK (APPL_EVT_7)
/external/oprofile/libop/
H A Dop_xml_out.h30 EVENT_MASK, enumerator in enum:__anon9957
/external/skia/src/utils/unix/
H A DSkOSWindow_Unix.cpp32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask variable
49 swa.event_mask = EVENT_MASK;
100 XSelectInput(dsp, fUnixWindow.fWin, EVENT_MASK);
/external/bluetooth/bluedroid/stack/include/
H A Dbtu.h160 #define BTU_NFC_AVAILABLE_EVT EVENT_MASK(APPL_EVT_0) /* Notifies BTU task that NFC is available (used for shared NFC+BT transport) */
H A Dbt_types.h192 #define BT_EVT_TRIGGER_STACK_INIT EVENT_MASK(APPL_EVT_0)
/external/bluetooth/bluedroid/gki/common/
H A Dgki.h86 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt))) macro
H A Dgki_buffer.c681 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
1319 GKI_isend_event(task_id, (UINT16)EVENT_MASK(mbox));
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h100 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt))) macro
H A Dgki_buffer.c726 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
1368 GKI_isend_event(task_id, (UINT16)EVENT_MASK(mbox));
/external/libnfc-nci/src/gki/common/
H A Dgki.h93 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt))) macro
H A Dgki_buffer.c726 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
1368 GKI_isend_event(task_id, (UINT16)EVENT_MASK(mbox));
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h48 #define NFC_TASK_EVT_TRANSPORT_READY EVENT_MASK (APPL_EVT_0)
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
738 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
1233 //GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT));
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
713 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
1208 //GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT));
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c367 GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT));
488 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
972 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
1468 //GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT));
/external/libnfc-nci/src/include/
H A Dbt_target.h3594 #define SER_TX_PATH_APPL_EVT EVENT_MASK(APPL_EVT_3)
3599 #define SER_RX_PATH_APPL_EVT EVENT_MASK(APPL_EVT_4)
3609 #define HCISU_EVT_MASK EVENT_MASK(APPL_EVT_0)
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_task.c531 if (event & EVENT_MASK(APPL_EVT_7))
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c296 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT))
H A Dbtif_media_task.c82 #define BTIF_MEDIA_TASK_KILL EVENT_MASK(GKI_SHUTDOWN_EVT)
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c39 #define HCISU_EVT EVENT_MASK(APPL_EVT_0)
/external/oprofile/libpp/
H A Dxml_utils.cpp334 out << init_attr(EVENT_MASK, pclass.ptemplate.unitmask);

Completed in 4321 milliseconds