Home | History | Annotate | Download | only in adb

Lines Matching refs:target_host

950                 std::string target_host;
952 if (android::base::ParseNetAddress(local_target_ptr, &target_host, &target_port,
954 serial_host == target_host && serial_port == target_port) {