Home
last modified time | relevance | path

Searched refs:GKI_timer_queue_register_callback (Results 1 – 6 of 6) sorted by relevance

/system/nfc/src/gki/common/
Dgki.h438 extern void GKI_timer_queue_register_callback(SYSTEM_TICK_CBACK*);
Dgki_time.c566 void GKI_timer_queue_register_callback(SYSTEM_TICK_CBACK* p_callback) { in GKI_timer_queue_register_callback() function
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki.h453 extern void GKI_timer_queue_register_callback(SYSTEM_TICK_CBACK*);
Dgki_time.c574 void GKI_timer_queue_register_callback(SYSTEM_TICK_CBACK* p_callback) { in GKI_timer_queue_register_callback() function
/system/nfc/src/gki/ulinux/
Dgki_ulinux.c469 GKI_timer_queue_register_callback(gki_system_tick_start_stop_cback); in GKI_run()
/system/nfc/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c504 GKI_timer_queue_register_callback(gki_system_tick_start_stop_cback); in GKI_run_worker_thread()