Searched defs:socket (Results 1 – 11 of 11) sorted by relevance
31 TcpStream *socket = new TcpStream(); in main() local
42 Socket socket = null; in saveLayers() local130 Socket socket = null; in loadCapture() local
41 Socket socket = null; in loadVersion() local
38 Socket socket = null; in loadProfiles() local
34 Socket socket = null; in loadWindows() local
43 Socket socket = null; in sendCommand() local
42 Socket socket = null; in loadScene() local
155 public void onQueryReceived(Socket socket, String query_str) throws IOException { in onQueryReceived()226 public EmulatorSyncChannel(Socket socket) { in EmulatorSyncChannel()802 Socket socket = channel.socket(); in onAccept() local902 private static String readSocketString(Socket socket) throws IOException { in readSocketString()940 private static int readSocketArray(Socket socket, byte[] array) throws IOException { in readSocketArray()
646 SocketChannel socket = device.getClientMonitoringSocket(); in deviceClientMonitorLoop() local680 private boolean sendDeviceMonitoringRequest(SocketChannel socket, Device device) in sendDeviceMonitoringRequest()816 private void createClient(Device device, int pid, SocketChannel socket, int debuggerPort, in createClient()904 private int readLength(SocketChannel socket, byte[] buffer) throws IOException { in readLength()926 private String read(SocketChannel socket, byte[] buffer) throws IOException { in read()
116 Socket socket = new Socket(); in startTracing() local160 private void closeSocket(Socket socket) { in closeSocket()
100 Socket socket = null; in run() local