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

  /external/bluetooth/bluedroid/include/
gki_target.h 96 #ifndef GKI_MS_TO_TICKS
97 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))
  /external/bluetooth/bluedroid/bta/sys/
ptim.c 133 GKI_start_timer(p_cb->timer_id, GKI_MS_TO_TICKS(p_cb->period), TRUE);
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c 140 GKI_start_timer (p_cb->timer_id, GKI_MS_TO_TICKS (p_cb->period), TRUE);
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 94 #ifndef GKI_MS_TO_TICKS
95 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))
  /external/libnfc-nci/src/gki/common/
gki.h 106 #define GKI_MS_TO_TICKS(x) ((x) / (1000/TICKS_PER_SEC))
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c     [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 157 ticks_taken = GKI_MS_TO_TICKS((alarm_service.timer_last_expired_us
    [all...]

Completed in 2931 milliseconds