Home | History | Annotate | Download | only in android

Lines Matching full:speed

691     control_write( client, "  download speed:   %8d bits/s (%.1f KB/s)\r\n",
694 control_write( client, " upload speed: %8d bits/s (%.1f KB/s)\r\n",
705 const NetworkSpeed* speed = android_netspeeds;
707 for ( ; speed->name; speed++ ) {
708 control_write( client, format, speed->name, speed->display );
710 control_write( client, format, "<num>", "selects both upload and download speed" );
719 control_write( client, "KO: missing <speed> argument, see 'help network speed'\r\n" );
723 control_write( client, "KO: invalid <speed> argument, see 'help network speed' for valid values\r\n" );
741 "'network speed <speed>' allows you to dynamically change the speed of the emulated\r\n"
742 "network on the device, where <speed> is one of the following:\r\n\r\n" );
815 { "speed", "change network speed", NULL, describe_network_speed,