Home
last modified time | relevance | path

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

/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/utility/
DPortUtility.java56 if (isPortFree(port)) { in nextAvailablePort()
71 private static boolean isPortFree(int port) { in isPortFree() method in PortUtility