OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GKI_SECS_TO_TICKS
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/include/
gki_target.h
100
#ifndef
GKI_SECS_TO_TICKS
101
#define
GKI_SECS_TO_TICKS
(x) ((x) * (TICKS_PER_SEC))
/external/libnfc-nci/src/hal/include/
gki_hal_target.h
98
#ifndef
GKI_SECS_TO_TICKS
99
#define
GKI_SECS_TO_TICKS
(x) ((x) * (TICKS_PER_SEC))
/external/libnfc-nci/src/gki/common/
gki.h
107
#define
GKI_SECS_TO_TICKS
(x) ((x) * (TICKS_PER_SEC))
Completed in 47 milliseconds