HomeSort by relevance Sort by last modified time
    Searched defs:GKI_MS_TO_TICKS (Results 1 - 3 of 3) 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/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))

Completed in 41 milliseconds