Home
last modified time | relevance | path

Searched refs:GKI_MS_TO_TICKS (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/include/
Dgki_target.h96 #ifndef GKI_MS_TO_TICKS
97 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
/external/libnfc-nci/src/hal/include/
Dgki_hal_target.h94 #ifndef GKI_MS_TO_TICKS
95 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
/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/src/gki/common/
Dgki.h106 #define GKI_MS_TO_TICKS(x) ((x) / (1000/TICKS_PER_SEC)) macro
/external/bluetooth/bluedroid/btif/src/
Dbtif_media_task.c2193 GKI_start_timer(BTIF_MEDIA_AVK_TASK_TIMER_ID, GKI_MS_TO_TICKS(BTIF_SINK_MEDIA_TIME_TICK), TRUE); in btif_media_task_aa_handle_start_decoding()
2395 GKI_MS_TO_TICKS(BTIF_MEDIA_TIME_TICK), TICKS_PER_SEC); in btif_media_task_aa_start_tx()
2397 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()
/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c157 ticks_taken = GKI_MS_TO_TICKS((alarm_service.timer_last_expired_us in bt_alarm_cb()