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.h3643 #define SER_TX_PATH_APPL_EVT EVENT_MASK(APPL_EVT_3)
3648 #define SER_RX_PATH_APPL_EVT EVENT_MASK(APPL_EVT_4)
/external/oprofile/libop/
H A Dop_xml_out.h30 EVENT_MASK, enumerator in enum:__anon24707
/external/libnfc-nci/src/hal/int/
H A 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/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;
258 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;
258 XSelectInput(dsp, win, EVENT_MASK);
/external/bluetooth/bluedroid/stack/include/
H A Dbtu.h164 #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.h193 #define BT_EVT_TRIGGER_STACK_INIT EVENT_MASK(APPL_EVT_0)
194 #define BT_EVT_HARDWARE_INIT_FAIL EVENT_MASK(APPL_EVT_1)
196 #define BT_EVT_PRELOAD_CMPL EVENT_MASK(APPL_EVT_6)
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_task.c178 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT))
562 if (event & EVENT_MASK(APPL_EVT_7))
/external/bluetooth/bluedroid/gki/common/
H A Dgki.h86 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt))) macro
H A Dgki_buffer.c685 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
1323 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.c754 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
1396 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.c754 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
1396 GKI_isend_event(task_id, (UINT16)EVENT_MASK(mbox));
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h49 #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));
716 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
1211 //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/btif/src/
H A Dbtif_core.c318 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT))
H A Dbtif_media_task.c81 #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 2428 milliseconds