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

  /external/bluetooth/bluedroid/include/
gki_target.h 104 #ifndef GKI_TICKS_TO_MS
105 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC)
  /external/bluetooth/bluedroid/bta/sys/
ptim.c 83 GKI_update_timer_list(&p_cb->timer_queue, GKI_TICKS_TO_MS(period_in_ticks));
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c 85 GKI_update_timer_list (&p_cb->timer_queue, GKI_TICKS_TO_MS (period_in_ticks));
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 102 #ifndef GKI_TICKS_TO_MS
103 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC)
  /external/libnfc-nci/src/gki/common/
gki.h 108 #define GKI_TICKS_TO_MS(x) ((x) * (1000/TICKS_PER_SEC))
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 215 UINT64 ticks_in_millis = GKI_TICKS_TO_MS(ticks_till_next_exp);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c     [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c     [all...]

Completed in 721 milliseconds