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

  /external/bluetooth/bluedroid/include/
gki_target.h 115 #ifndef OS_TICKS_PER_SEC
116 #define OS_TICKS_PER_SEC 1000
124 #define GKI_OS_TICKS_TO_MS(x) ((x) * 1000 / OS_TICKS_PER_SEC)
129 #define GKI_OS_TICKS_TO_SECS(x) ((x) / OS_TICKS_PER_SEC))
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 113 #ifndef OS_TICKS_PER_SEC
114 #define OS_TICKS_PER_SEC 1000
122 #define GKI_OS_TICKS_TO_MS(x) ((x) * 1000 / OS_TICKS_PER_SEC)
127 #define GKI_OS_TICKS_TO_SECS(x) ((x) / OS_TICKS_PER_SEC))

Completed in 41 milliseconds