Lines Matching refs:transport
45 int install_app(transport_type transport, char* serial, int argc, char** argv);
46 int uninstall_app(transport_type transport, char* serial, int argc, char** argv);
623 static int send_shellcommand(transport_type transport, char* serial, char* buf) in send_shellcommand() argument
633 do_cmd(transport, serial, "wait-for-device", 0); in send_shellcommand()
644 static int logcat(transport_type transport, char* serial, int argc, char **argv) in logcat() argument
676 send_shellcommand(transport, serial, buf); in logcat()
1572 static int pm_command(transport_type transport, char* serial, in pm_command() argument
1589 send_shellcommand(transport, serial, buf); in pm_command()
1593 int uninstall_app(transport_type transport, char* serial, int argc, char** argv) in uninstall_app() argument
1608 return pm_command(transport, serial, argc, argv); in uninstall_app()
1611 static int delete_file(transport_type transport, char* serial, char* filename) in delete_file() argument
1621 send_shellcommand(transport, serial, buf); in delete_file()
1657 int install_app(transport_type transport, char* serial, int argc, char** argv) in install_app() argument
1736 pm_command(transport, serial, argc, argv); in install_app()
1740 delete_file(transport, serial, verification_dest); in install_app()
1743 delete_file(transport, serial, apk_dest); in install_app()