HomeSort by relevance Sort by last modified time
    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 130 #ifndef QUICK_TIMER_TICKS_PER_SEC
131 #define QUICK_TIMER_TICKS_PER_SEC 100 /* 10ms timer */
  /external/libnfc-nci/src/include/
nfc_target.h 350 #ifndef QUICK_TIMER_TICKS_PER_SEC
351 #define QUICK_TIMER_TICKS_PER_SEC 100 /* 10ms timer */
bt_target.h 541 /* if none of them is included then QUICK_TIMER_TICKS_PER_SEC is set to 0 to exclude quick timer */
542 #ifndef QUICK_TIMER_TICKS_PER_SEC
543 #define QUICK_TIMER_TICKS_PER_SEC 100 /* 10ms timer */
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 709 /* if none of them is included then QUICK_TIMER_TICKS_PER_SEC is set to 0 to exclude quick timer */
710 #ifndef QUICK_TIMER_TICKS_PER_SEC
711 #define QUICK_TIMER_TICKS_PER_SEC 10 /* 10ms timer */
    [all...]

Completed in 135 milliseconds