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

  /system/nfc/src/include/
gki_hal_target.h 78 #ifndef GKI_MS_TO_TICKS
79 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))
  /system/nfc/src/nfa/sys/
nfa_sys_ptim.cc 135 GKI_start_timer(p_cb->timer_id, GKI_MS_TO_TICKS(p_cb->period), true);
  /system/nfc/src/gki/common/
gki.h 88 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))

Completed in 602 milliseconds