OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GKI_TICKS_TO_SECS
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/hal/include/
gki_hal_target.h
106
#ifndef
GKI_TICKS_TO_SECS
107
#define
GKI_TICKS_TO_SECS
(x) ((x) / TICKS_PER_SEC)
/external/libnfc-nci/src/gki/common/
gki.h
109
#define
GKI_TICKS_TO_SECS
(x) ((x) * (1/TICKS_PER_SEC))
Completed in 884 milliseconds