Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp1265 std::string serial_host, error; in MatchesTarget() local
1267 … if (android::base::ParseNetAddress(serial, &serial_host, &serial_port, nullptr, &error)) { in MatchesTarget()
1273 serial_host == target_host && serial_port == target_port) { in MatchesTarget()