Home
last modified time | relevance | path

Searched refs:target_host (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dtransport.cpp1124 std::string target_host; in MatchesTarget() local
1126 if (android::base::ParseNetAddress(local_target_ptr, &target_host, &target_port, in MatchesTarget()
1128 serial_host == target_host && serial_port == target_port) { in MatchesTarget()