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 - 8
of
8
) sorted by null
/external/bluetooth/bluedroid/bta/sys/
ptim.c
83
GKI_update_timer_list(&p_cb->timer_queue,
GKI_TICKS_TO_MS
(period_in_ticks));
/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/bluetooth/bluedroid/include/
gki_target.h
104
#ifndef
GKI_TICKS_TO_MS
105
#define
GKI_TICKS_TO_MS
(x) ((x) * 1000 / TICKS_PER_SEC)
/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/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c
657
timeout_ns = (
GKI_TICKS_TO_MS
(1) * 1000000);
670
timeout_ns += (
GKI_TICKS_TO_MS
(1) * 1000000) - delta_ns;
684
if (__unlikely(timeout_ns < ((
GKI_TICKS_TO_MS
(1) * 1000000) * 0.1)))
686
timeout.tv_nsec = (
GKI_TICKS_TO_MS
(1) * 1000000) * 0.1;
690
if (timeout_ns <
GKI_TICKS_TO_MS
(-5) * 1000000)
693
timeout_ns,
GKI_TICKS_TO_MS
(-5) * 1000000);
[
all
...]
/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 40 milliseconds