Home
last modified time | relevance | path

Searched defs:GKI_TICKS_TO_MS (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/hal/include/
Dgki_hal_target.h85 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC) macro
/external/libnfc-nci/halimpl/bcm2079x/hal/include/
Dgki_hal_target.h85 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC) macro
/external/libnfc-nci/src/gki/common/
Dgki.h108 #define GKI_TICKS_TO_MS(x) ((x) * (1000/TICKS_PER_SEC)) macro
/external/bluetooth/bluedroid/include/
Dgki_target.h105 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC) macro