Searched refs:channel_name (Results 1 – 1 of 1) sorted by relevance
357 final String channel_name = new String(name_array); in onAccept() local358 if (DEBUG) Log.d(TAG, "Handshake received for channel " + channel_name); in onAccept()361 final Channel channel = getChannel(channel_name); in onAccept()367 Loge("Duplicate connection to a connected Channel " + channel_name); in onAccept()371 … if (DEBUG) Log.d(TAG, "Emulator is connected to a registered Channel " + channel_name); in onAccept()377 if (getPendingSocket(channel_name) != null) { in onAccept()379 Loge("Duplicate connection to a pending Socket " + channel_name); in onAccept()383 if (DEBUG) Log.d(TAG, "Emulator is connected to a pending Socket " + channel_name); in onAccept()385 sk = new Socket(sock, channel_name, endian); in onAccept()396 if (DEBUG) Log.d(TAG, "Connecting Channel " + channel_name + " with emulator."); in onAccept()[all …]