Searched refs:SYSTEM_TICK_CBACK (Results 1 – 3 of 3) sorted by relevance
429 typedef void(SYSTEM_TICK_CBACK)(bool); typedef433 extern void GKI_timer_queue_register_callback(SYSTEM_TICK_CBACK*);
259 SYSTEM_TICK_CBACK* p_tick_cb;
574 void GKI_timer_queue_register_callback(SYSTEM_TICK_CBACK* p_callback) { in GKI_timer_queue_register_callback()