Searched refs:p_tick_cb (Results 1 – 2 of 2) sorted by relevance
84 gki_cb.com.p_tick_cb = nullptr; in gki_timers_init()213 if (gki_cb.com.p_tick_cb) { in GKI_start_timer()216 (gki_cb.com.p_tick_cb)(true); in GKI_start_timer()327 if (gki_cb.com.p_tick_cb) { in GKI_stop_timer()338 (gki_cb.com.p_tick_cb)(false); /* stop system tick */ in GKI_stop_timer()388 if (gki_cb.com.p_tick_cb) { in GKI_timer_update()390 (gki_cb.com.p_tick_cb)(false); /* stop system tick */ in GKI_timer_update()575 gki_cb.com.p_tick_cb = p_callback; in GKI_timer_queue_register_callback()
259 SYSTEM_TICK_CBACK* p_tick_cb; member