HomeSort by relevance Sort by last modified time
    Searched refs:LOG_J (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
common.h 34 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
tcpport.cc 54 LOG_J(LS_ERROR, this) << "TCP socket creation failed.";
97 LOG_J(LS_INFO, this) << "Not listening due to firewall restrictions.";
119 LOG_J(LS_ERROR, this) << "Attempted to send to an unknown destination, "
127 LOG_J(LS_ERROR, this) << "TCP send of " << size
150 LOG_J(LS_VERBOSE, this) << "Accepted connection from "
193 LOG_J(LS_VERBOSE, this) << "Connecting from "
199 LOG_J(LS_WARNING, this) << "Failed to create connection to "
243 LOG_J(LS_VERBOSE, this) << "Connection established to "
250 LOG_J(LS_VERBOSE, this) << "Connection closed with error " << error;
port.cc 144 LOG_J(LS_INFO, this) << "Port created";
209 LOG_J(LS_ERROR, this) << "Received non-STUN packet from unknown address ("
220 LOG_J(LS_ERROR, this) << "Received unexpected STUN message type ("
258 LOG_J(LS_ERROR, this) << "Received STUN request without username from "
263 LOG_J(LS_ERROR, this) << "Received STUN request with bad local username "
277 LOG_J(LS_ERROR, this) << "Received STUN response without username from "
284 LOG_J(LS_ERROR, this) << "Received STUN response with bad local username "
297 LOG_J(LS_ERROR, this) << "Received STUN binding error:"
306 LOG_J(LS_ERROR, this) << "Received STUN binding error without a error "
313 LOG_J(LS_ERROR, this) << "Received STUN packet with invalid type (
    [all...]
udpport.cc 51 LOG_J(LS_WARNING, this) << "UDP socket creation failed";
87 LOG_J(LS_ERROR, this) << "UDP send of " << size
stunport.cc 145 LOG_J(LS_WARNING, this) << "UDP socket creation failed";
190 LOG_J(LS_ERROR, this) << "UDP send of " << size
239 LOG_J(LS_WARNING, this) << "StunPort: stun host lookup received error "
p2ptransportchannel.cc 263 LOG_J(LS_WARNING, port) << "SetOption(" << it->first
432 LOG_J(LS_INFO, this) << "Created connection with origin=" << origin << ", ("
631 LOG_J(LS_INFO, this) << "Previous best connection: "
634 LOG_J(LS_INFO, this) << "New best connection: "
638 LOG_J(LS_INFO, this) << "No best connection";
854 LOG_J(LS_INFO, this) << "Removed connection ("
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 418 LOG_J(LS_INFO, port) << "Added port to allocator";
482 LOG_J(LS_INFO, port) << "Removed port from allocator ("
607 LOG_J(LS_INFO, network_) << "Allocation Phase=" << PHASE_NAMES[phase]

Completed in 145 milliseconds