Searched refs:msg_switch_to_fastboot (Results 1 – 1 of 1) sorted by relevance
66 const char msg_switch_to_fastboot = 'f'; in reboot_service() local67 auto ret = adb_write(sock, &msg_switch_to_fastboot, sizeof(msg_switch_to_fastboot)); in reboot_service()68 if (ret != sizeof(msg_switch_to_fastboot)) { in reboot_service()