OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QUICK_TIMER_TICKS_PER_SEC
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/hal/include/
nfc_hal_target.h
125
#ifndef
QUICK_TIMER_TICKS_PER_SEC
126
#define
QUICK_TIMER_TICKS_PER_SEC
100 /* 10ms timer */
/external/libnfc-nci/src/include/
nfc_target.h
352
#ifndef
QUICK_TIMER_TICKS_PER_SEC
353
#define
QUICK_TIMER_TICKS_PER_SEC
100 /* 10ms timer */
bt_target.h
537
/* if none of them is included then
QUICK_TIMER_TICKS_PER_SEC
is set to 0 to exclude quick timer */
538
#ifndef
QUICK_TIMER_TICKS_PER_SEC
539
#define
QUICK_TIMER_TICKS_PER_SEC
100 /* 10ms timer */
[
all
...]
/external/bluetooth/bluedroid/include/
bt_target.h
802
/* if none of them is included then
QUICK_TIMER_TICKS_PER_SEC
is set to 0 to exclude quick timer */
803
#ifndef
QUICK_TIMER_TICKS_PER_SEC
804
#define
QUICK_TIMER_TICKS_PER_SEC
10 /* 10ms timer */
[
all
...]
Completed in 2179 milliseconds