OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GKI_TICKS_TO_MS
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c
85
GKI_update_timer_list (&p_cb->timer_queue,
GKI_TICKS_TO_MS
(period_in_ticks));
/external/libnfc-nci/src/hal/include/
gki_hal_target.h
102
#ifndef
GKI_TICKS_TO_MS
103
#define
GKI_TICKS_TO_MS
(x) ((x) * 1000 / TICKS_PER_SEC)
/external/libnfc-nci/src/gki/common/
gki.h
108
#define
GKI_TICKS_TO_MS
(x) ((x) * (1000/TICKS_PER_SEC))
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c
[
all
...]
/external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c
[
all
...]
Completed in 409 milliseconds