HomeSort by relevance Sort by last modified time
    Searched defs:channel_name (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.cc 71 std::string channel_name = error->Attr(buzz::QN_NAME); local
72 if (HasChannel(channel_name)) {
73 SignalChannelGone(this, channel_name);
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.cc 299 std::string channel_name = ""; local
300 data->GetString(kChannelNameKey, &channel_name); // optional.
319 << ">, channel_name <" << channel_name
323 extension_id, channel_name, tab_contents, this);
327 << ">, channel_name <" << channel_name << ">"; local
330 extension_id, channel_name, "null", this);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 357 final String channel_name = new String(name_array); local
358 if (DEBUG) Log.d(TAG, "Handshake received for channel " + channel_name);
361 final Channel channel = getChannel(channel_name);
367 Loge("Duplicate connection to a connected Channel " + channel_name);
371 if (DEBUG) Log.d(TAG, "Emulator is connected to a registered Channel " + channel_name);
377 if (getPendingSocket(channel_name) != null) {
379 Loge("Duplicate connection to a pending Socket " + channel_name);
383 if (DEBUG) Log.d(TAG, "Emulator is connected to a pending Socket " + channel_name);
385 sk = new Socket(sock, channel_name, endian);
396 if (DEBUG) Log.d(TAG, "Connecting Channel " + channel_name + " with emulator.")
    [all...]

Completed in 253 milliseconds