Home
last modified time | relevance | path

Searched refs:fb_queue_download (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/
Dfastboot.h64 void fb_queue_download(const char *name, void *data, uint32_t size);
Dfastboot.cpp972 fb_queue_download("signature", data, sz); in do_update_signature()
1039 fb_queue_download("signature", data, sz); in do_send_signature()
1094 fb_queue_download("unlock_message", data, sz); in do_bypass_unlock_command()
1477 fb_queue_download("signature", data, sz); in main()
1516 fb_queue_download("boot.img", data, sz); in main()
Dengine.cpp314 void fb_queue_download(const char *name, void *data, unsigned size) in fb_queue_download() function