/external/webrtc/webrtc/base/ |
D | httpbase_unittest.cc | 67 LOG_F(LS_VERBOSE) << "chunked: " << chunked << " size: " << data_size; in onHttpHeaderComplete() 76 LOG_F(LS_VERBOSE) << "mode: " << mode << " err: " << err; in onHttpComplete() 81 LOG_F(LS_VERBOSE) << "err: " << err; in onHttpClosed() 119 LOG_F(LS_VERBOSE) << "Enter"; in SetupSource() 137 LOG_F(LS_VERBOSE) << "Exit"; in SetupSource() 141 LOG_F(LS_VERBOSE) << "Enter"; in VerifyHeaderComplete() 169 LOG_F(LS_VERBOSE) << "Exit"; in VerifyHeaderComplete() 174 LOG_F(LS_VERBOSE) << "Enter"; in VerifyDocumentContents() 185 LOG_F(LS_VERBOSE) << "Exit"; in VerifyDocumentContents() 189 LOG_F(LS_VERBOSE) << "Enter"; in ObtainDocumentStream() [all …]
|
D | socketpool.cc | 43 LOG_F(LS_VERBOSE) << "(" << remote << ")"; in RequestConnectedStream() 53 LOG_F(LS_VERBOSE) << "Providing cached stream"; in RequestConnectedStream() 60 LOG_F(LS_VERBOSE) << "Providing new stream"; in RequestConnectedStream() 70 LOG_F(LS_VERBOSE) << "(" << it->first << ")"; in ReturnConnectedStream() 73 LOG_F(LS_VERBOSE) << "Returning closed stream"; in ReturnConnectedStream() 78 LOG_F(LS_VERBOSE) << "Caching stream"; in ReturnConnectedStream() 97 LOG_F(LS_VERBOSE) << "(" << it->first << ")"; in OnStreamEvent() 100 LOG_F(LS_VERBOSE) << "Returning closed stream"; in OnStreamEvent() 162 LOG_F(LS_VERBOSE) << "Creating new socket"; in RequestConnectedStream() 178 LOG_F(LS_VERBOSE) << "Reusing connection to: " << remote_; in RequestConnectedStream() [all …]
|
D | opensslstreamadapter.cc | 499 LOG(LS_VERBOSE) << "OpenSSLStreamAdapter::Write(" << data_len << ")"; in Write() 534 LOG(LS_VERBOSE) << " -- success"; in Write() 540 LOG(LS_VERBOSE) << " -- error want read"; in Write() 544 LOG(LS_VERBOSE) << " -- error want write"; in Write() 559 LOG(LS_VERBOSE) << "OpenSSLStreamAdapter::Read(" << data_len << ")"; in Read() 595 LOG(LS_VERBOSE) << " -- success"; in Read() 614 LOG(LS_VERBOSE) << " -- error want read"; in Read() 617 LOG(LS_VERBOSE) << " -- error want write"; in Read() 621 LOG(LS_VERBOSE) << " -- remote side closed"; in Read() 625 LOG(LS_VERBOSE) << " -- error " << code; in Read() [all …]
|
D | optionsfile.cc | 129 LOG(LS_VERBOSE) << "OptionsFile::GetStringValue " in GetStringValue() 144 LOG(LS_VERBOSE) << "OptionsFile::GetIntValue " in GetIntValue() 158 LOG(LS_VERBOSE) << "OptionsFile::SetStringValue " in SetStringValue() 169 LOG(LS_VERBOSE) << "OptionsFile::SetIntValue " in SetIntValue() 178 LOG(LS_VERBOSE) << "OptionsFile::RemoveValue " << option; in RemoveValue()
|
D | logging_unittest.cc | 48 LOG(LS_VERBOSE) << "VERBOSE"; in TEST() 67 LogMessage::AddLogToStream(&stream2, LS_VERBOSE); in TEST() 69 EXPECT_EQ(LS_VERBOSE, LogMessage::GetLogToStream(&stream2)); in TEST() 72 LOG(LS_VERBOSE) << "VERBOSE"; in TEST() 113 LogMessage::AddLogToStream(&stream2, LS_VERBOSE); in TEST()
|
D | autodetectproxy.cc | 137 LOG(LS_VERBOSE) << "Resolved " << proxy_.address << " to " in OnResolveResult() 158 LOG(LS_VERBOSE) << "AutoDetectProxy connecting to " in Next() 195 LOG(LS_VERBOSE) << "Unable to create socket for " << proxy_.address; in DoConnect() 243 LOG(LS_VERBOSE) << "AutoDetectProxy probing type " << TEST_ORDER[next_] in OnConnectEvent() 253 LOG(LS_VERBOSE) << "AutoDetectProxy read " << len << " bytes"; in OnReadEvent() 283 LOG(LS_VERBOSE) << "AutoDetectProxy closed with error: " << error; in OnCloseEvent()
|
D | firewallsocketserver.cc | 31 LOG(LS_VERBOSE) << "FirewallSocket outbound TCP connection from " in Connect() 47 LOG(LS_VERBOSE) << "FirewallSocket outbound UDP packet from " in SendTo() 67 LOG(LS_VERBOSE) << "FirewallSocket inbound UDP packet from " in RecvFrom() 77 LOG(LS_VERBOSE) << "FirewallSocket listen attempt denied"; in Listen() 93 LOG(LS_VERBOSE) << "FirewallSocket inbound TCP connection from " in Accept() 209 LOG(LS_VERBOSE) << "FirewallSocketServer socket creation denied"; in WrapSocket()
|
D | referencecountedsingletonfactory.h | 55 LOG(LS_VERBOSE) << "Failed to setup instance"; in GetInstance() 62 LOG(LS_VERBOSE) << "Number of references: " << ref_count_; in GetInstance() 71 LOG(LS_VERBOSE) << "Number of references: " << ref_count_; in ReleaseInstance()
|
D | socketadapters.cc | 266 LOG(LS_VERBOSE) << "AsyncHttpsProxySocket::Connect(" in Connect() 302 LOG(LS_VERBOSE) << "AsyncHttpsProxySocket::OnConnectEvent"; in OnConnectEvent() 312 LOG(LS_VERBOSE) << "AsyncHttpsProxySocket::OnCloseEvent(" << err << ")"; in OnCloseEvent() 386 LOG(LS_VERBOSE) << "AsyncHttpsProxySocket >> " << str; in SendRequest() 390 LOG(LS_VERBOSE) << "AsyncHttpsProxySocket << " << data; in ProcessLine() 461 LOG(LS_VERBOSE) << "Ignoring Proxy-Authenticate: " << auth_method; in ProcessLine() 616 LOG(LS_VERBOSE) << "Bound on " << addr << ":" << port; in ProcessInput() 624 LOG(LS_VERBOSE) << "Bound on " << addr << ":" << port; in ProcessInput() 630 LOG(LS_VERBOSE) << "Bound on <IPV6>:" << port; in ProcessInput()
|
D | base64_unittest.cc | 356 LOG(LS_VERBOSE) << "Testing base-64"; in TEST() 368 LOG(LS_VERBOSE) << "B64: " << base64_tests[i].cyphertext; in TEST() 901 LOG(LS_VERBOSE) << "Testing specific base64 file"; in TEST()
|
D | virtualsocketserver.cc | 408 LOG(LS_VERBOSE) << "Socket at " << local_addr_ << " is not listening"; in OnMessage() 767 LOG(LS_VERBOSE) << "Dropping packet: bad luck"; in SendUdp() 778 LOG(LS_VERBOSE) << "Incompatible address families: " in SendUdp() 782 LOG(LS_VERBOSE) << "No one listening at " << remote_addr; in SendUdp() 787 LOG(LS_VERBOSE) << "Incompatible address families: " in SendUdp() 807 LOG(LS_VERBOSE) << "Dropping packet: network capacity exceeded"; in SendUdp() 828 LOG(LS_VERBOSE) << "Sending data to no one."; in SendTcp()
|
D | logging.cc | 270 LoggingSeverity current_level = LS_VERBOSE; in ConfigureLogging() 290 current_level = LS_VERBOSE; in ConfigureLogging() 391 case LS_VERBOSE: in OutputToDebug()
|
D | networkmonitor.cc | 33 LOG(LS_VERBOSE) << "Network change is received at the network monitor"; in OnNetworksChanged()
|
/external/webrtc/talk/media/sctp/ |
D | sctpdataengine.cc | 184 if (LOG_CHECK_LEVEL(LS_VERBOSE) && length > 0) { in VerboseLogPacket() 188 LOG(LS_VERBOSE) << dump_buf; in VerboseLogPacket() 199 LOG(LS_VERBOSE) << "global OnSctpOutboundPacket():" in OnSctpOutboundPacket() 305 LOG(LS_VERBOSE) << "usrsctp_engines_count:" << usrsctp_engines_count; in ~SctpDataEngine() 399 LOG(LS_VERBOSE) << debug_name_ in OpenSctpSocket() 507 LOG(LS_VERBOSE) << debug_name_ << "->Connect()."; in Connect() 671 LOG(LS_VERBOSE) << debug_name_ << "->OnPacketReceived(...): " in OnPacketReceived() 691 LOG(LS_VERBOSE) << debug_name_ << "->OnInboundPacketFromSctpToChannel(...): " in OnInboundPacketFromSctpToChannel() 713 LOG(LS_VERBOSE) << debug_name_ << "->OnDataFromSctpToChannel(...): " in OnDataFromSctpToChannel() 763 LOG(LS_VERBOSE) << debug_name_ << "->ResetStream(" << ssrc << "): " in ResetStream() [all …]
|
D | sctpdataengine_unittest.cc | 68 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::SendPacket"; in SendPacket() 74 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::SendPacket, Posted message."; in SendPacket() 82 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::OnMessage"; in OnMessage() 244 LOG(LS_VERBOSE) << "Channel setup ----------------------------- "; in SetupConnectedChannels() 248 LOG(LS_VERBOSE) << "Connect the channels -----------------------------"; in SetupConnectedChannels() 382 LOG(LS_VERBOSE) << "chan1 sending: 'hello?' -----------------------------"; in TEST_F() 386 LOG(LS_VERBOSE) << "recv2.received=" << receiver2()->received() in TEST_F() 395 LOG(LS_VERBOSE) << "chan2 sending: 'hi chan1' -----------------------------"; in TEST_F() 399 LOG(LS_VERBOSE) << "recv1.received=" << receiver1()->received() in TEST_F()
|
/external/webrtc/webrtc/p2p/base/ |
D | pseudotcp_unittest.cc | 119 LOG(LS_VERBOSE) << "Opened"; in OnTcpOpen() 133 LOG(LS_VERBOSE) << "Closed"; in OnTcpClosed() 144 LOG(LS_VERBOSE) << "Randomly dropping packet, size=" << len; in TcpWritePacket() 146 LOG(LS_VERBOSE) << "Dropping packet that exceeds path MTU, size=" << len; in TcpWritePacket() 264 LOG(LS_VERBOSE) << "Flow Control Lifted"; in OnTcpWriteable() 282 LOG(LS_VERBOSE) << "Received: " << position; in ReadData() 298 LOG(LS_VERBOSE) << "Sent: " << position + sent; in WriteData() 301 LOG(LS_VERBOSE) << "Flow Controlled"; in WriteData() 388 LOG(LS_VERBOSE) << "Flow Control Lifted"; in OnTcpWriteable() 401 LOG(LS_VERBOSE) << "Received: " << position; in ReadData() [all …]
|
D | port.cc | 404 LOG_J(LS_VERBOSE, this) << "Received STUN binding indication:" in GetStunMessage() 582 rtc::LS_INFO : rtc::LS_VERBOSE; in SendBindingResponse() 835 LOG_J(LS_VERBOSE, this) << "set_write_state from: " << old_value << " to " in set_write_state() 843 LOG_J(LS_VERBOSE, this) << "set_receiving to " << value; in set_receiving() 853 LOG_J(LS_VERBOSE, this) << "set_state"; in set_state() 861 LOG_J(LS_VERBOSE, this) << "set_connected from: " << old_value << " to " in set_connected() 909 rtc::LoggingSeverity sev = (!writable() ? rtc::LS_INFO : rtc::LS_VERBOSE); in OnReadPacket() 995 LOG_J(LS_VERBOSE, this) << "Connection pruned"; in Prune() 1003 LOG_J(LS_VERBOSE, this) << "Connection destroyed"; in Destroy() 1032 if (LOG_CHECK_LEVEL(LS_VERBOSE)) { in UpdateState() [all …]
|
D | transportchannel.cc | 38 LOG_J(LS_VERBOSE, this) << "set_writable from:" << writable_ << " to " in set_writable() 51 LOG_J(LS_VERBOSE, this) << "set_dtls_state from:" << dtls_state_ << " to " in set_dtls_state()
|
D | tcpport.cc | 174 LOG(LS_VERBOSE) << "Preparing TCP address, current state: " in PrepareAddress() 263 LOG_J(LS_VERBOSE, this) << "Accepted connection from " in OnNewConnection() 320 LOG_J(LS_VERBOSE, this) in TCPConnection() 393 LOG_J(LS_VERBOSE, this) << "Connection established to " in OnConnect() 493 LOG_J(LS_VERBOSE, this) in CreateOutgoingTcpSocket()
|
/external/webrtc/talk/media/base/ |
D | videoadapter.cc | 490 LOG(LS_VERBOSE) << "VAdapt GD resolution stale. Ignored"; in OnEncoderResolutionRequest() 503 LOG(LS_VERBOSE) << "VAdapt ignoring GD request."; in OnEncoderResolutionRequest() 528 LOG(LS_VERBOSE) << "VAdapt CPU load high but do not downgrade " in OnCpuResolutionRequest() 539 LOG(LS_VERBOSE) << "VAdapt CPU load low but do not upgrade " in OnCpuResolutionRequest() 543 LOG(LS_VERBOSE) << "VAdapt CPU load low but do not upgrade " in OnCpuResolutionRequest() 589 LOG(LS_VERBOSE) << "VAdapt CPU load high/low but do not adapt until " in OnCpuLoadUpdated() 697 LOG(LS_VERBOSE) << "VAdapt Status View: " << view_desired_num_pixels_ in AdaptToMinimumFormat()
|
/external/webrtc/talk/app/webrtc/ |
D | dtlsidentitystore.cc | 181 LOG(LS_VERBOSE) << "Using a free DTLS identity."; in GenerateIdentity() 226 LOG(LS_VERBOSE) << "A free DTLS identity was saved."; in OnIdentityGenerated() 232 LOG(LS_VERBOSE) << "A DTLS identity is returned to an observer."; in OnIdentityGenerated()
|
D | webrtcsessiondescriptionfactory.cc | 170 LOG(LS_VERBOSE) << "DTLS-SRTP disabled."; in WebRtcSessionDescriptionFactory() 197 LOG(LS_VERBOSE) << "DTLS-SRTP enabled; sending DTLS identity request (key " in WebRtcSessionDescriptionFactory() 222 LOG(LS_VERBOSE) << "DTLS-SRTP enabled; has certificate parameter."; in WebRtcSessionDescriptionFactory() 509 LOG(LS_VERBOSE) << "Setting new certificate"; in SetCertificate()
|
/external/webrtc/webrtc/video/ |
D | stream_synchronization.cc | 100 LOG(LS_VERBOSE) << "Audio delay: " << current_audio_delay_ms in ComputeDelays() 196 LOG(LS_VERBOSE) << "Sync video delay " << new_video_delay_ms in ComputeDelays()
|
/external/webrtc/webrtc/base/java/src/org/webrtc/ |
D | Logging.java | 63 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR, enumConstant 153 log(Severity.LS_VERBOSE, tag, message); in v()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | logging.cc | 27 case LS_VERBOSE: return kTraceInfo; in WebRtcSeverity()
|