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

  /external/bluetooth/bluedroid/gki/common/
gki.h 63 #define TIMER_0_EVT_MASK 0x0010
gki_time.c 397 GKI_send_event (task_id, TIMER_0_EVT_MASK);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 86 #define TIMER_0_EVT_MASK 0x0010
gki_time.c 473 GKI_isend_event (task_id, TIMER_0_EVT_MASK);
475 GKI_send_event (task_id, TIMER_0_EVT_MASK);
  /external/libnfc-nci/src/gki/common/
gki.h 79 #define TIMER_0_EVT_MASK 0x0010
gki_time.c 473 GKI_isend_event (task_id, TIMER_0_EVT_MASK);
475 GKI_send_event (task_id, TIMER_0_EVT_MASK);
  /external/libnfc-nci/src/include/
nfc_target.h 75 #define NFC_TIMER_EVT_MASK (TIMER_0_EVT_MASK)
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 56 #define NFC_HAL_QUICK_TIMER_EVT_MASK (TIMER_0_EVT_MASK)
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 399 if (event & TIMER_0_EVT_MASK) {
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 106 #define BTIF_MEDIA_AA_TASK_TIMER TIMER_0_EVT_MASK
    [all...]

Completed in 66 milliseconds