HomeSort by relevance Sort by last modified time
    Searched refs:GKI_TICKS_TO_SECS (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/include/
gki_target.h 108 #ifndef GKI_TICKS_TO_SECS
109 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC)
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 106 #ifndef GKI_TICKS_TO_SECS
107 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC)
  /external/libnfc-nci/src/gki/common/
gki.h 109 #define GKI_TICKS_TO_SECS(x) ((x) * (1/TICKS_PER_SEC))

Completed in 60 milliseconds