Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp880 int serial_port = -1; in MatchesTarget() local
881 … if (android::base::ParseNetAddress(serial, &serial_host, &serial_port, nullptr, &error)) { in MatchesTarget()
884 int target_port = serial_port; in MatchesTarget()
887 serial_host == target_host && serial_port == target_port) { in MatchesTarget()