Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Dupdate.h41 typedef void (*RK_print_callback)(char *pszPrompt); typedef
45 void RK_ota_start(RK_upgrade_callback cb, RK_print_callback print_cb);
H A Dupdate.c302 void RK_ota_start(RK_upgrade_callback cb, RK_print_callback print_cb) in RK_ota_start()