Home
last modified time | relevance | path

Searched refs:p_tick_cb (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/gki/common/
Dgki_time.cc84 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()
Dgki_common.h259 SYSTEM_TICK_CBACK* p_tick_cb; member