Searched refs:GKI_start_timer (Results 1 - 12 of 12) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_task.c79 GKI_start_timer (NFC_TIMER_ID, GKI_SECS_TO_TICKS (1), TRUE);
201 GKI_start_timer (NFC_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE);
399 GKI_start_timer (NFC_TIMER_ID, GKI_SECS_TO_TICKS (1), TRUE);
404 GKI_start_timer (NFC_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE);
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_task.c332 GKI_start_timer (TIMER_0, GKI_SECS_TO_TICKS (1), TRUE);
347 GKI_start_timer(TIMER_3, tle->ticks, FALSE);
365 GKI_start_timer (TIMER_2, QUICK_TIMER_TICKS, TRUE);
624 GKI_start_timer(TIMER_3, p_tle->ticks, FALSE);
668 GKI_start_timer (TIMER_0, GKI_SECS_TO_TICKS (1), TRUE);
765 GKI_start_timer(TIMER_2, QUICK_TIMER_TICKS, TRUE);
883 GKI_start_timer(TIMER_3, tle->ticks, FALSE);
/external/bluetooth/bluedroid/bta/sys/
H A Dptim.c133 GKI_start_timer(p_cb->timer_id, GKI_MS_TO_TICKS(p_cb->period), TRUE);
/external/libnfc-nci/src/nfa/sys/
H A Dnfa_sys_ptim.c140 GKI_start_timer (p_cb->timer_id, GKI_MS_TO_TICKS (p_cb->period), TRUE);
/external/bluetooth/bluedroid/gki/common/
H A Dgki.h191 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
H A Dgki_time.c168 ** Function GKI_start_timer
185 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) function
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_main.c359 GKI_start_timer (NFC_HAL_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE);
665 GKI_start_timer (NFC_HAL_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE);
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h465 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
H A Dgki_time.c179 ** Function GKI_start_timer
196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) function
/external/libnfc-nci/src/gki/common/
H A Dgki.h467 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
H A Dgki_time.c179 ** Function GKI_start_timer
196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) function
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c2193 GKI_start_timer(BTIF_MEDIA_AVK_TASK_TIMER_ID, GKI_MS_TO_TICKS(BTIF_SINK_MEDIA_TIME_TICK), TRUE);
2397 GKI_start_timer(BTIF_MEDIA_AA_TASK_TIMER_ID, GKI_MS_TO_TICKS(BTIF_MEDIA_TIME_TICK), TRUE);

Completed in 2824 milliseconds