Searched defs:GKI_SECS_TO_TICKS (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/include/ | ||
D | gki_hal_target.h | 83 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro |
/system/nfc/src/gki/common/ | ||
D | gki.h | 93 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro |