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

  /system/nfc/src/hal/include/
gki_hal_target.h 86 #ifndef GKI_TICKS_TO_MS
87 #define GKI_TICKS_TO_MS(x) ((x)*1000 / TICKS_PER_SEC)
  /system/nfc/src/gki/common/
gki.h 97 #define GKI_TICKS_TO_MS(x) ((x) * (1000 / TICKS_PER_SEC))

Completed in 761 milliseconds