Searched refs:p_tick_cb (Results 1 – 2 of 2) sorted by relevance
85 gki_cb.com.p_tick_cb = nullptr; in gki_timers_init()208 if (gki_cb.com.p_tick_cb) { in GKI_start_timer()211 (gki_cb.com.p_tick_cb)(true); in GKI_start_timer()321 if (gki_cb.com.p_tick_cb) { in GKI_stop_timer()332 (gki_cb.com.p_tick_cb)(false); /* stop system tick */ in GKI_stop_timer()382 if (gki_cb.com.p_tick_cb) { in GKI_timer_update()384 (gki_cb.com.p_tick_cb)(false); /* stop system tick */ in GKI_timer_update()569 gki_cb.com.p_tick_cb = p_callback; in GKI_timer_queue_register_callback()
267 SYSTEM_TICK_CBACK* p_tick_cb; member