Home
last modified time | relevance | path

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

/system/core/fastbootd/
Dcommands.c142 fastboot_okay(phandle, ""); in cmd_boot()
197 fastboot_okay(phandle, ""); in cmd_erase()
265 fastboot_okay(phandle, ""); in cmd_gpt_layout()
334 fastboot_okay(phandle, ""); in cmd_flash()
339 fastboot_okay(phandle, ""); in cmd_continue()
354 fastboot_okay(phandle, value); in cmd_getvar()
382 fastboot_okay(phandle, ""); in cmd_download()
392 fastboot_okay(phandle, response); in cmd_oem()
Dprotocol.h58 void fastboot_okay(struct protocol_handle *handle, const char *reason);
Dprotocol.c135 void fastboot_okay(struct protocol_handle *phandle, const char *info) in fastboot_okay() function