Home
last modified time | relevance | path

Searched defs:GKI_MS_TO_TICKS (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/nfc/src/include/
H A Dgki_hal_target.h79 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
/aosp12/system/nfc/src/gki/common/
H A Dgki.h88 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro