Lines Matching refs:response
59 char response[FASTBOOT_RESPONSE_LEN] = {0}; in fastboot_udp_send_info() local
74 fastboot_response("INFO", response, "%s", msg); in fastboot_udp_send_info()
75 memcpy(packet, response, strlen(response)); in fastboot_udp_send_info()
76 packet += strlen(response); in fastboot_udp_send_info()
132 char response[FASTBOOT_RESPONSE_LEN] = {0}; in fastboot_send() local
175 fastboot_data_complete(response); in fastboot_send()
179 response); in fastboot_send()
187 cmd = fastboot_handle_command(command, response); in fastboot_send()
200 memcpy(packet, response, strlen(response)); in fastboot_send()
201 packet += strlen(response); in fastboot_send()
218 if (!strncmp("OKAY", response, 4)) { in fastboot_send()
237 if (!strncmp("OKAY", response, 4) || !strncmp("FAIL", response, 4)) in fastboot_send()