Home
last modified time | relevance | path

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

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DConnection.java357 final String channel_name = new String(name_array); in onAccept() local
358 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 …]