Searched refs:GKI_start_timer (Results 1 – 12 of 12) sorted by relevance
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_task.c | 79 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/stack/btu/ |
D | btu_task.c | 328 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/ |
D | ptim.c | 133 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/ |
D | nfa_sys_ptim.c | 140 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/ |
D | nfc_hal_main.c | 359 …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() 658 …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/gki/common/ |
D | gki.h | 442 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
|
D | gki_time.c | 198 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) in GKI_start_timer() function
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki.h | 465 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
|
D | gki_time.c | 196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) in GKI_start_timer() function
|
/external/libnfc-nci/src/gki/common/ |
D | gki.h | 467 GKI_API extern void GKI_start_timer(UINT8, INT32, BOOLEAN);
|
D | gki_time.c | 196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) in GKI_start_timer() function
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_media_task.c | 1784 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()
|