HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_MASK (Results 1 - 25 of 25) 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/oprofile/libop/
op_xml_out.h 30 EVENT_MASK,
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 44 #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/
SkOSWindow_Unix.cpp 32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
123 swa.event_mask = EVENT_MASK;
275 XSelectInput(dsp, win, EVENT_MASK);
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
123 swa.event_mask = EVENT_MASK;
265 XSelectInput(dsp, win, EVENT_MASK);
  /external/bluetooth/bluedroid/gki/common/
gki.h 77 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
gki_buffer.c 694 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btu.h 167 #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 199 #define BT_EVT_TRIGGER_STACK_INIT EVENT_MASK(APPL_EVT_0)
200 #define BT_EVT_HARDWARE_INIT_FAIL EVENT_MASK(APPL_EVT_1)
202 #define BT_EVT_PRELOAD_CMPL EVENT_MASK(APPL_EVT_6)
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 500 GKI_send_event(task_id, EVENT_MASK(GKI_SHUTDOWN_EVT));
621 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
827 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 180 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT))
630 if (event & EVENT_MASK(APPL_EVT_7))
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 100 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
gki_buffer.c 754 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 754 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox));
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 49 #define NFC_TASK_EVT_TRANSPORT_READY EVENT_MASK (APPL_EVT_0)
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 341 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
739 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 341 GKI_send_event(task_id - 1, EVENT_MASK(GKI_SHUTDOWN_EVT));
716 return (EVENT_MASK(GKI_SHUTDOWN_EVT));
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]
  /hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp 19 const int EVENT_MASK = 0xffff;
178 int32_t frameMsg = ((msgs >> MessageNotifier::FRAME_BIT_FIELD_POSITION) & EVENT_MASK);
179 int32_t eventMsg = ((msgs >> MessageNotifier::EVENT_BIT_FIELD_POSITION) & EVENT_MASK);
238 int32_t frameMsg = ((msgs >> MessageNotifier::FRAME_BIT_FIELD_POSITION) & EVENT_MASK);
239 int32_t eventMsg = ((msgs >> MessageNotifier::EVENT_BIT_FIELD_POSITION) & EVENT_MASK);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 321 if (event & EVENT_MASK(GKI_SHUTDOWN_EVT))
    [all...]
btif_media_task.c 100 #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 272 milliseconds