HomeSort by relevance Sort by last modified time
    Searched defs:GKI_SECS_TO_TICKS (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/hal/include/
gki_hal_target.h 80 #ifndef GKI_SECS_TO_TICKS
81 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 80 #ifndef GKI_SECS_TO_TICKS
81 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
  /external/bluetooth/bluedroid/include/
gki_target.h 100 #ifndef GKI_SECS_TO_TICKS
101 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
  /external/libnfc-nci/src/gki/common/
gki.h 107 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))

Completed in 77 milliseconds