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

  /external/bluetooth/bluedroid/gki/common/
gki.h 66 #define TIMER_3_EVT_MASK 0x0080
gki_time.c 454 GKI_send_event (task_id, TIMER_3_EVT_MASK);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 89 #define TIMER_3_EVT_MASK 0x0080
gki_time.c 542 GKI_isend_event (task_id, TIMER_3_EVT_MASK);
544 GKI_send_event (task_id, TIMER_3_EVT_MASK);
  /external/libnfc-nci/src/gki/common/
gki.h 82 #define TIMER_3_EVT_MASK 0x0080
gki_time.c 542 GKI_isend_event (task_id, TIMER_3_EVT_MASK);
544 GKI_send_event (task_id, TIMER_3_EVT_MASK);
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 583 if (event & TIMER_3_EVT_MASK) {

Completed in 492 milliseconds