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

  /external/bluetooth/bluedroid/gki/common/
gki.h 64 #define TIMER_1_EVT_MASK 0x0020
gki_time.c 416 GKI_send_event (task_id, TIMER_1_EVT_MASK);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 87 #define TIMER_1_EVT_MASK 0x0020
gki_time.c 496 GKI_isend_event (task_id, TIMER_1_EVT_MASK);
498 GKI_send_event (task_id, TIMER_1_EVT_MASK);
  /external/libnfc-nci/src/gki/common/
gki.h 80 #define TIMER_1_EVT_MASK 0x0020
gki_time.c 496 GKI_isend_event (task_id, TIMER_1_EVT_MASK);
498 GKI_send_event (task_id, TIMER_1_EVT_MASK);
  /external/libnfc-nci/src/include/
nfc_target.h 85 #define NFC_QUICK_TIMER_EVT_MASK (TIMER_1_EVT_MASK)
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 577 if (event & TIMER_1_EVT_MASK)
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 107 #define BTIF_MEDIA_AV_TASK_TIMER TIMER_1_EVT_MASK
    [all...]

Completed in 66 milliseconds