Home
last modified time | relevance | path

Searched defs:adbSockAddr (Results 1 – 1 of 1) sorted by relevance

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DAdbHelper.java73 public static SocketChannel open(InetSocketAddress adbSockAddr, in open()
120 public static SocketChannel createPassThroughConnection(InetSocketAddress adbSockAddr, in createPassThroughConnection()
268 static RawImage getFrameBuffer(InetSocketAddress adbSockAddr, Device device) in getFrameBuffer()
359 static void executeRemoteCommand(InetSocketAddress adbSockAddr, in executeRemoteCommand()
443 public static void runEventLogService(InetSocketAddress adbSockAddr, Device device, in runEventLogService()
459 public static void runLogService(InetSocketAddress adbSockAddr, Device device, String logName, in runLogService()
527 public static void createForward(InetSocketAddress adbSockAddr, Device device, in createForward()
571 public static void removeForward(InetSocketAddress adbSockAddr, Device device, in removeForward()
766 public static void reboot(String into, InetSocketAddress adbSockAddr, in reboot()