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

  /external/bluetooth/bluedroid/gki/common/
gki.h 65 #define TIMER_2_EVT_MASK 0x0040
gki_time.c 435 GKI_send_event (task_id, TIMER_2_EVT_MASK);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 88 #define TIMER_2_EVT_MASK 0x0040
gki_time.c 519 GKI_isend_event (task_id, TIMER_2_EVT_MASK);
521 GKI_send_event (task_id, TIMER_2_EVT_MASK);
  /external/libnfc-nci/src/gki/common/
gki.h 81 #define TIMER_2_EVT_MASK 0x0040
gki_time.c 519 GKI_isend_event (task_id, TIMER_2_EVT_MASK);
521 GKI_send_event (task_id, TIMER_2_EVT_MASK);
  /external/libnfc-nci/src/include/
nfc_target.h 95 #define NFA_TIMER_EVT_MASK (TIMER_2_EVT_MASK)
bt_target.h     [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 552 if (event & TIMER_2_EVT_MASK)
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 108 #define BTIF_MEDIA_AVK_TASK_TIMER TIMER_2_EVT_MASK
    [all...]

Completed in 232 milliseconds