Searched defs:GKI_MS_TO_TICKS (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/include/
H A Dgki_hal_target.h76 #ifndef GKI_MS_TO_TICKS
77 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
/external/libnfc-nci/src/hal/include/
H A Dgki_hal_target.h76 #ifndef GKI_MS_TO_TICKS
77 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
/external/bluetooth/bluedroid/include/
H A Dgki_target.h96 #ifndef GKI_MS_TO_TICKS
97 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
/external/libnfc-nci/src/gki/common/
H A Dgki.h106 #define GKI_MS_TO_TICKS(x) ((x) / (1000/TICKS_PER_SEC)) macro

Completed in 421 milliseconds