Home
last modified time | relevance | path

Searched refs:GKI_start_timer (Results 1 – 12 of 12) 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()
201GKI_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()
404GKI_start_timer (NFC_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE); in nfc_task()
/external/bluetooth/bluedroid/stack/btu/
Dbtu_task.c328 GKI_start_timer (TIMER_0, GKI_SECS_TO_TICKS (1), TRUE); in btu_task()
342 GKI_start_timer (TIMER_2, QUICK_TIMER_TICKS, TRUE); in btu_task()
599 GKI_start_timer (TIMER_0, GKI_SECS_TO_TICKS (1), TRUE); in btu_start_timer()
691 GKI_start_timer(TIMER_2, QUICK_TIMER_TICKS, TRUE); in btu_start_quick_timer()
/external/bluetooth/bluedroid/bta/sys/
Dptim.c133 GKI_start_timer(p_cb->timer_id, GKI_MS_TO_TICKS(p_cb->period), TRUE); in ptim_start_timer()
/external/libnfc-nci/src/nfa/sys/
Dnfa_sys_ptim.c140 GKI_start_timer (p_cb->timer_id, GKI_MS_TO_TICKS (p_cb->period), TRUE); in nfa_sys_ptim_start_timer()
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_main.c359GKI_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()
658GKI_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/gki/common/
Dgki.h442 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
Dgki_time.c198 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) in GKI_start_timer() function
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki.h465 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
Dgki_time.c196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) in GKI_start_timer() function
/external/libnfc-nci/src/gki/common/
Dgki.h467 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
Dgki_time.c196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) in GKI_start_timer() function
/external/bluetooth/bluedroid/btif/src/
Dbtif_media_task.c1784 GKI_start_timer(BTIF_MEDIA_AA_TASK_TIMER_ID, GKI_MS_TO_TICKS(BTIF_MEDIA_TIME_TICK), TRUE); in btif_media_task_aa_start_tx()