Home
last modified time | relevance | path

Searched refs:GKI_TICKS_TO_SECS (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/hal/include/
Dgki_hal_target.h106 #ifndef GKI_TICKS_TO_SECS
107 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC) macro
/external/libnfc-nci/src/gki/common/
Dgki.h109 #define GKI_TICKS_TO_SECS(x) ((x) * (1/TICKS_PER_SEC)) macro