Searched refs:GKI_SECS_TO_TICKS (Results 1 – 4 of 4) sorted by relevance
31 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_process_nci_messages()37 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), in nfc_process_nci_messages()
82 #ifndef GKI_SECS_TO_TICKS83 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro
77 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_start_timer()196 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), in nfc_start_quick_timer()404 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_task()411 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), true); in nfc_task()
93 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro