Home
last modified time | relevance | path

Searched refs:GKI_SECS_TO_TICKS (Results 1 – 8 of 8) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
Dnfc_task.c79 GKI_start_timer (NFC_TIMER_ID, GKI_SECS_TO_TICKS (1), TRUE); in nfc_start_timer()
201 … GKI_start_timer (NFC_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE); in nfc_start_quick_timer()
399 GKI_start_timer (NFC_TIMER_ID, GKI_SECS_TO_TICKS (1), TRUE); in nfc_task()
404 … GKI_start_timer (NFC_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE); in nfc_task()
/external/bluetooth/bluedroid/include/
Dgki_target.h100 #ifndef GKI_SECS_TO_TICKS
101 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro
/external/libnfc-nci/src/hal/include/
Dgki_hal_target.h98 #ifndef GKI_SECS_TO_TICKS
99 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro
/external/bluetooth/bluedroid/stack/btu/
Dbtu_task.c332 GKI_start_timer (TIMER_0, GKI_SECS_TO_TICKS (1), TRUE); in btu_task()
668 GKI_start_timer (TIMER_0, GKI_SECS_TO_TICKS (1), TRUE); in btu_start_timer()
859 INT32 timeout_in_ticks = GKI_SECS_TO_TICKS(timeout_in_secs); in btu_start_timer_oneshot()
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_main.c359 …GKI_start_timer (NFC_HAL_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TR… in nfc_hal_main_start_quick_timer()
665 …GKI_start_timer (NFC_HAL_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TR… in nfc_hal_main_task()
/external/bluetooth/bluedroid/stack/include/
Dbtu.h285 #define QUICK_TIMER_TICKS (GKI_SECS_TO_TICKS (1)/QUICK_TIMER_TICKS_PER_SEC)
/external/libnfc-nci/src/gki/common/
Dgki.h107 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c42 #define BTM_SEC_MAX_COLLISION_DELAY (GKI_SECS_TO_TICKS(5))