HomeSort by relevance Sort by last modified time
    Searched refs:LS_VERBOSE (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/webrtc/webrtc/base/
httpbase_unittest.cc 67 LOG_F(LS_VERBOSE) << "chunked: " << chunked << " size: " << data_size;
76 LOG_F(LS_VERBOSE) << "mode: " << mode << " err: " << err;
81 LOG_F(LS_VERBOSE) << "err: " << err;
119 LOG_F(LS_VERBOSE) << "Enter";
137 LOG_F(LS_VERBOSE) << "Exit";
141 LOG_F(LS_VERBOSE) << "Enter";
169 LOG_F(LS_VERBOSE) << "Exit";
174 LOG_F(LS_VERBOSE) << "Enter";
185 LOG_F(LS_VERBOSE) << "Exit";
189 LOG_F(LS_VERBOSE) << "Enter"
    [all...]
socketpool.cc 43 LOG_F(LS_VERBOSE) << "(" << remote << ")";
53 LOG_F(LS_VERBOSE) << "Providing cached stream";
60 LOG_F(LS_VERBOSE) << "Providing new stream";
70 LOG_F(LS_VERBOSE) << "(" << it->first << ")";
73 LOG_F(LS_VERBOSE) << "Returning closed stream";
78 LOG_F(LS_VERBOSE) << "Caching stream";
97 LOG_F(LS_VERBOSE) << "(" << it->first << ")";
100 LOG_F(LS_VERBOSE) << "Returning closed stream";
162 LOG_F(LS_VERBOSE) << "Creating new socket";
178 LOG_F(LS_VERBOSE) << "Reusing connection to: " << remote_
    [all...]
referencecountedsingletonfactory.h 55 LOG(LS_VERBOSE) << "Failed to setup instance";
62 LOG(LS_VERBOSE) << "Number of references: " << ref_count_;
71 LOG(LS_VERBOSE) << "Number of references: " << ref_count_;
logging_unittest.cc 48 LOG(LS_VERBOSE) << "VERBOSE";
67 LogMessage::AddLogToStream(&stream2, LS_VERBOSE);
69 EXPECT_EQ(LS_VERBOSE, LogMessage::GetLogToStream(&stream2));
72 LOG(LS_VERBOSE) << "VERBOSE";
113 LogMessage::AddLogToStream(&stream2, LS_VERBOSE);
optionsfile.cc 129 LOG(LS_VERBOSE) << "OptionsFile::GetStringValue "
144 LOG(LS_VERBOSE) << "OptionsFile::GetIntValue "
158 LOG(LS_VERBOSE) << "OptionsFile::SetStringValue "
169 LOG(LS_VERBOSE) << "OptionsFile::SetIntValue "
178 LOG(LS_VERBOSE) << "OptionsFile::RemoveValue " << option;
networkmonitor.cc 33 LOG(LS_VERBOSE) << "Network change is received at the network monitor";
autodetectproxy.cc 137 LOG(LS_VERBOSE) << "Resolved " << proxy_.address << " to "
158 LOG(LS_VERBOSE) << "AutoDetectProxy connecting to "
195 LOG(LS_VERBOSE) << "Unable to create socket for " << proxy_.address;
243 LOG(LS_VERBOSE) << "AutoDetectProxy probing type " << TEST_ORDER[next_]
253 LOG(LS_VERBOSE) << "AutoDetectProxy read " << len << " bytes";
283 LOG(LS_VERBOSE) << "AutoDetectProxy closed with error: " << error;
firewallsocketserver.cc 31 LOG(LS_VERBOSE) << "FirewallSocket outbound TCP connection from "
47 LOG(LS_VERBOSE) << "FirewallSocket outbound UDP packet from "
67 LOG(LS_VERBOSE) << "FirewallSocket inbound UDP packet from "
77 LOG(LS_VERBOSE) << "FirewallSocket listen attempt denied";
93 LOG(LS_VERBOSE) << "FirewallSocket inbound TCP connection from "
209 LOG(LS_VERBOSE) << "FirewallSocketServer socket creation denied";
opensslstreamadapter.cc 499 LOG(LS_VERBOSE) << "OpenSSLStreamAdapter::Write(" << data_len << ")";
534 LOG(LS_VERBOSE) << " -- success";
540 LOG(LS_VERBOSE) << " -- error want read";
544 LOG(LS_VERBOSE) << " -- error want write";
559 LOG(LS_VERBOSE) << "OpenSSLStreamAdapter::Read(" << data_len << ")";
595 LOG(LS_VERBOSE) << " -- success";
614 LOG(LS_VERBOSE) << " -- error want read";
617 LOG(LS_VERBOSE) << " -- error want write";
621 LOG(LS_VERBOSE) << " -- remote side closed";
625 LOG(LS_VERBOSE) << " -- error " << code
    [all...]
base64_unittest.cc 356 LOG(LS_VERBOSE) << "Testing base-64";
368 LOG(LS_VERBOSE) << "B64: " << base64_tests[i].cyphertext;
    [all...]
  /external/webrtc/webrtc/p2p/base/
transportchannel.cc 38 LOG_J(LS_VERBOSE, this) << "set_writable from:" << writable_ << " to "
51 LOG_J(LS_VERBOSE, this) << "set_dtls_state from:" << dtls_state_ << " to "
pseudotcp_unittest.cc 119 LOG(LS_VERBOSE) << "Opened";
133 LOG(LS_VERBOSE) << "Closed";
144 LOG(LS_VERBOSE) << "Randomly dropping packet, size=" << len;
146 LOG(LS_VERBOSE) << "Dropping packet that exceeds path MTU, size=" << len;
264 LOG(LS_VERBOSE) << "Flow Control Lifted";
282 LOG(LS_VERBOSE) << "Received: " << position;
298 LOG(LS_VERBOSE) << "Sent: " << position + sent;
301 LOG(LS_VERBOSE) << "Flow Controlled";
388 LOG(LS_VERBOSE) << "Flow Control Lifted";
401 LOG(LS_VERBOSE) << "Received: " << position
    [all...]
port.cc 404 LOG_J(LS_VERBOSE, this) << "Received STUN binding indication:"
582 rtc::LS_INFO : rtc::LS_VERBOSE;
835 LOG_J(LS_VERBOSE, this) << "set_write_state from: " << old_value << " to "
843 LOG_J(LS_VERBOSE, this) << "set_receiving to " << value;
853 LOG_J(LS_VERBOSE, this) << "set_state";
861 LOG_J(LS_VERBOSE, this) << "set_connected from: " << old_value << " to "
909 rtc::LoggingSeverity sev = (!writable() ? rtc::LS_INFO : rtc::LS_VERBOSE);
    [all...]
tcpport.cc 174 LOG(LS_VERBOSE) << "Preparing TCP address, current state: "
263 LOG_J(LS_VERBOSE, this) << "Accepted connection from "
320 LOG_J(LS_VERBOSE, this)
393 LOG_J(LS_VERBOSE, this) << "Connection established to "
493 LOG_J(LS_VERBOSE, this)
  /external/webrtc/talk/app/webrtc/objc/
RTCLogging.mm 35 return rtc::LS_VERBOSE;
  /external/webrtc/webrtc/base/objc/
RTCLogging.mm 18 return rtc::LS_VERBOSE;
  /external/webrtc/webrtc/system_wrappers/source/
logging.cc 27 case LS_VERBOSE: return kTraceInfo;
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 182 // Log the packet in text2pcap format, if log level is at LS_VERBOSE.
184 if (LOG_CHECK_LEVEL(LS_VERBOSE) && length > 0) {
188 LOG(LS_VERBOSE) << dump_buf;
199 LOG(LS_VERBOSE) << "global OnSctpOutboundPacket():"
305 LOG(LS_VERBOSE) << "usrsctp_engines_count:" << usrsctp_engines_count;
399 LOG(LS_VERBOSE) << debug_name_
507 LOG(LS_VERBOSE) << debug_name_ << "->Connect().";
671 LOG(LS_VERBOSE) << debug_name_ << "->OnPacketReceived(...): "
691 LOG(LS_VERBOSE) << debug_name_ << "->OnInboundPacketFromSctpToChannel(...): "
713 LOG(LS_VERBOSE) << debug_name_ << "->OnDataFromSctpToChannel(...):
    [all...]
sctpdataengine_unittest.cc 68 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::SendPacket";
74 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::SendPacket, Posted message.";
82 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::OnMessage";
244 LOG(LS_VERBOSE) << "Channel setup ----------------------------- ";
248 LOG(LS_VERBOSE) << "Connect the channels -----------------------------";
382 LOG(LS_VERBOSE) << "chan1 sending: 'hello?' -----------------------------";
386 LOG(LS_VERBOSE) << "recv2.received=" << receiver2()->received()
395 LOG(LS_VERBOSE) << "chan2 sending: 'hi chan1' -----------------------------";
399 LOG(LS_VERBOSE) << "recv1.received=" << receiver1()->received()
  /external/webrtc/webrtc/sound/
nullsoundsystem.cc 75 LOG(LS_VERBOSE) << "Got " << size << " bytes of playback samples";
  /external/webrtc/webrtc/system_wrappers/include/
logging.h 19 // approaching a frame or packet frequency, use LS_VERBOSE if necessary, or
52 // LS_VERBOSE: This level is for data which we do not want to appear in the
59 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR
  /external/webrtc/webrtc/base/java/src/org/webrtc/
Logging.java 63 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR,
153 log(Severity.LS_VERBOSE, tag, message);
  /external/webrtc/webrtc/video/
stream_synchronization.cc 100 LOG(LS_VERBOSE) << "Audio delay: " << current_audio_delay_ms
196 LOG(LS_VERBOSE) << "Sync video delay " << new_video_delay_ms
  /external/webrtc/talk/app/webrtc/
dtlsidentitystore.cc 181 LOG(LS_VERBOSE) << "Using a free DTLS identity.";
226 LOG(LS_VERBOSE) << "A free DTLS identity was saved.";
232 LOG(LS_VERBOSE) << "A DTLS identity is returned to an observer.";
  /external/webrtc/talk/media/base/
videoadapter.cc 289 // TODO(fbarchard): Reduce to LS_VERBOSE when adapter info is not needed
314 // for LS_VERBOSE and more for LS_INFO.
328 // TODO(fbarchard): Reduce to LS_VERBOSE when adapter info is not needed
490 LOG(LS_VERBOSE) << "VAdapt GD resolution stale. Ignored";
503 LOG(LS_VERBOSE) << "VAdapt ignoring GD request.";
528 LOG(LS_VERBOSE) << "VAdapt CPU load high but do not downgrade "
539 LOG(LS_VERBOSE) << "VAdapt CPU load low but do not upgrade "
543 LOG(LS_VERBOSE) << "VAdapt CPU load low but do not upgrade "
589 LOG(LS_VERBOSE) << "VAdapt CPU load high/low but do not adapt until "
697 LOG(LS_VERBOSE) << "VAdapt Status View: " << view_desired_num_pixels
    [all...]

Completed in 3560 milliseconds

1 2 3