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

  /external/bluetooth/bluedroid/include/
bte_appl.h 61 #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 */
bt_target.h     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/int/
nfc_hal_int.h 43 #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/
nfc_hal_int.h 43 #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/
op_xml_out.h 30 EVENT_MASK,
  /external/skia/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/bluetooth/bluedroid/stack/include/
btu.h 160 #define BTU_NFC_AVAILABLE_EVT EVENT_MASK(APPL_EVT_0) /* Notifies BTU task that NFC is available (used for shared NFC+BT transport) */
bt_types.h 192 #define BT_EVT_TRIGGER_STACK_INIT EVENT_MASK(APPL_EVT_0)
  /external/bluetooth/bluedroid/gki/common/
gki.h 86 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
gki_buffer.c 681 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 100 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
gki_buffer.c 726 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
    [all...]
  /external/libnfc-nci/src/gki/common/
gki.h 93 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
gki_buffer.c 726 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 48 #define NFC_TASK_EVT_TRANSPORT_READY EVENT_MASK (APPL_EVT_0)
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
738 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 340 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
713 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 367 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));
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 531 if (event & EVENT_MASK(APPL_EVT_7))
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 296 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT))
    [all...]
btif_media_task.c 82 #define BTIF_MEDIA_TASK_KILL EVENT_MASK(GKI_SHUTDOWN_EVT)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 39 #define HCISU_EVT EVENT_MASK(APPL_EVT_0)
    [all...]
  /external/oprofile/libpp/
xml_utils.cpp 334 out << init_attr(EVENT_MASK, pclass.ptemplate.unitmask);

Completed in 538 milliseconds