Home | History | Annotate | Download | only in adb

Lines Matching refs:serial_port

947             int serial_port = -1;
948 if (android::base::ParseNetAddress(serial, &serial_host, &serial_port, nullptr, &error)) {
951 int target_port = serial_port;
954 serial_host == target_host && serial_port == target_port) {