Searched refs:SYSTEM_TICK_CBACK (Results 1 – 3 of 3) sorted by relevance
419 typedef void(SYSTEM_TICK_CBACK)(bool); typedef424 extern void GKI_timer_queue_register_callback(SYSTEM_TICK_CBACK*);
267 SYSTEM_TICK_CBACK* p_tick_cb;
568 void GKI_timer_queue_register_callback(SYSTEM_TICK_CBACK* p_callback) { in GKI_timer_queue_register_callback()