Home
last modified time | relevance | path

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

/developtools/profiler/device/base/src/
Dcommon.cpp365 int maxPort; in GetServicePort() local
367 istr >> minPort >> maxPort; in GetServicePort()
369 int port = (minPort + maxPort) / 2 + offset; in GetServicePort()