OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GKI_MS_TO_TICKS
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/bta/sys/
ptim.c
133
GKI_start_timer(p_cb->timer_id,
GKI_MS_TO_TICKS
(p_cb->period), TRUE);
/external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c
140
GKI_start_timer (p_cb->timer_id,
GKI_MS_TO_TICKS
(p_cb->period), TRUE);
/external/bluetooth/bluedroid/include/
gki_target.h
96
#ifndef
GKI_MS_TO_TICKS
97
#define
GKI_MS_TO_TICKS
(x) ((x) / (1000 / TICKS_PER_SEC))
/external/libnfc-nci/src/hal/include/
gki_hal_target.h
94
#ifndef
GKI_MS_TO_TICKS
95
#define
GKI_MS_TO_TICKS
(x) ((x) / (1000 / TICKS_PER_SEC))
/external/libnfc-nci/src/gki/common/
gki.h
106
#define
GKI_MS_TO_TICKS
(x) ((x) / (1000/TICKS_PER_SEC))
/external/bluetooth/bluedroid/btif/src/
btif_media_task.c
[
all
...]
Completed in 497 milliseconds