Searched refs:GKI_MS_TO_TICKS (Results 1 – 7 of 7) sorted by relevance
96 #ifndef GKI_MS_TO_TICKS97 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
94 #ifndef GKI_MS_TO_TICKS95 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
133 GKI_start_timer(p_cb->timer_id, GKI_MS_TO_TICKS(p_cb->period), TRUE); in ptim_start_timer()
140 GKI_start_timer (p_cb->timer_id, GKI_MS_TO_TICKS (p_cb->period), TRUE); in nfa_sys_ptim_start_timer()
106 #define GKI_MS_TO_TICKS(x) ((x) / (1000/TICKS_PER_SEC)) macro
2193 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()
157 ticks_taken = GKI_MS_TO_TICKS((alarm_service.timer_last_expired_us in bt_alarm_cb()