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

Completed in 5800 milliseconds