Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.h43 int fb_command_response(Transport* transport, const char* cmd, char* response);
Dengine.cpp84 if (fb_command_response(transport, cmd.c_str(), buf)) { in fb_getvar()
361 status = fb_command_response(transport, a->cmd, resp); in fb_execute_queue()
Dprotocol.cpp179 int fb_command_response(Transport* transport, const char* cmd, char* response) { in fb_command_response() function