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

1 2 3 4 5 6

  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils.cc 62 LOG(LS_WARNING) << "Could not read OPEN message type.";
66 LOG(LS_WARNING) << "Data Channel OPEN message of unexpected type: "
73 LOG(LS_WARNING) << "Could not read OPEN message channel type.";
79 LOG(LS_WARNING) << "Could not read OPEN message reliabilility prioirty.";
84 LOG(LS_WARNING) << "Could not read OPEN message reliabilility param.";
89 LOG(LS_WARNING) << "Could not read OPEN message label length.";
94 LOG(LS_WARNING) << "Could not read OPEN message protocol length.";
98 LOG(LS_WARNING) << "Could not read OPEN message label";
102 LOG(LS_WARNING) << "Could not read OPEN message protocol.";
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtccommon.h 54 #define LOG_RTCERR0_EX(func, err) LOG(LS_WARNING) \
56 #define LOG_RTCERR1_EX(func, a1, err) LOG(LS_WARNING) \
58 #define LOG_RTCERR2_EX(func, a1, a2, err) LOG(LS_WARNING) \
61 #define LOG_RTCERR3_EX(func, a1, a2, a3, err) LOG(LS_WARNING) \
64 #define LOG_RTCERR4_EX(func, a1, a2, a3, a4, err) LOG(LS_WARNING) \
67 #define LOG_RTCERR5_EX(func, a1, a2, a3, a4, a5, err) LOG(LS_WARNING) \
70 #define LOG_RTCERR6_EX(func, a1, a2, a3, a4, a5, a6, err) LOG(LS_WARNING) \
  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 125 LOG(LS_WARNING) << "Failed to ProtectRtp: SRTP not active";
133 LOG(LS_WARNING) << "Failed to ProtectRtcp: SRTP not active";
141 LOG(LS_WARNING) << "Failed to UnprotectRtp: SRTP not active";
149 LOG(LS_WARNING) << "Failed to UnprotectRtcp: SRTP not active";
185 LOG(LS_WARNING) << "Invalid parameters in SRTP answer";
210 LOG(LS_WARNING) << "Failed to apply negotiated SRTP parameters";
273 LOG(LS_WARNING) << "Failed to protect SRTP packet: no SRTP Session";
279 LOG(LS_WARNING) << "Failed to protect SRTP packet: The buffer length "
287 LOG(LS_WARNING) << "Failed to protect SRTP packet, err=" << err;
295 LOG(LS_WARNING) << "Failed to protect SRTCP packet: no SRTP Session"
    [all...]
rtcpmuxfilter.cc 68 LOG(LS_WARNING) << "Invalid parameters in RTCP mux answer";
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
remotevideocapturer.cc 42 LOG(LS_WARNING)
54 LOG(LS_WARNING)
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
libudevsymboltable.cc 61 LOG(LS_WARNING)
  /external/chromium_org/third_party/libjingle/source/talk/base/
posix.cc 130 LOG(LS_WARNING) << "Child reported probles calling chdir()";
134 LOG(LS_WARNING) << "Child reported problems calling fdwalk()";
137 LOG(LS_WARNING) << "Child reported problems calling close()";
atomicops.h 94 LOG(LS_WARNING) << "Queue capacity is 0.";
114 LOG(LS_WARNING) << "Queue capacity is 0.";
dbus_unittest.cc 93 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
114 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
142 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
164 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
183 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
208 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
230 LOG(LS_WARNING) << "DBus Monitor not started.";
optionsfile.cc 47 LOG_F(LS_WARNING) << "Could not open file, err=" << err;
64 LOG_F(LS_WARNING) << "Ignoring malformed line in " << path_;
124 LOG(LS_WARNING) << "Ignoring operation for illegal option " << name;
135 LOG(LS_WARNING) << "Ignoring operation for illegal value " << value;
sslstreamadapterhelper.cc 108 LOG(LS_WARNING) << "Unknown digest algorithm: " << digest_alg;
121 LOG(LS_WARNING) << "SSLStreamAdapterHelper::Error("
gunit.h 102 LOG(LS_WARNING) << "Expression " << #ex << " still not true after " << \
  /external/chromium_org/jingle/glue/
logging_unittest.cc 32 case talk_base::LS_WARNING:
33 return "LS_WARNING";
79 LOG_V(talk_base::LS_WARNING) << AsString(talk_base::LS_WARNING);
92 AsString(talk_base::LS_WARNING)));
106 LOG_V(talk_base::LS_WARNING) << AsString(talk_base::LS_WARNING);
119 AsString(talk_base::LS_WARNING)));
137 LOG_V(talk_base::LS_WARNING) << AsString(talk_base::LS_WARNING);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine.cc 151 LOG(LS_WARNING) << "Failed to SetRecvCodecs because of unknown codec: "
163 LOG(LS_WARNING) <<
179 LOG(LS_WARNING) << "Not adding data send stream '" << stream.id
216 LOG(LS_WARNING) << "Not adding data recv stream '" << stream.id
238 // LOG(LS_WARNING) << "Could not read rtp header from packet of length "
246 // LOG(LS_WARNING) << "Could not read rtp header"
255 LOG(LS_WARNING) << "Not receiving packet "
265 // LOG(LS_WARNING) << "Not receiving packet "
274 LOG(LS_WARNING) << "Received packet for unknown ssrc: " << header.ssrc;
311 LOG(LS_WARNING) << "Not sending packet with ssrc=" << params.ssr
    [all...]
fakevideorenderer.h 67 LOG(LS_WARNING) << "RenderFrame expected non-null frame.";
69 LOG(LS_WARNING) << "RenderFrame expected frame of size " << width_
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 205 LOG(LS_WARNING) << "Failed to ProtectRtp: SRTP not active";
213 LOG(LS_WARNING) << "Failed to ProtectRtcp: SRTP not active";
225 LOG(LS_WARNING) << "Failed to UnprotectRtp: SRTP not active";
233 LOG(LS_WARNING) << "Failed to UnprotectRtcp: SRTP not active";
365 LOG(LS_WARNING) << "Invalid parameters in SRTP answer";
403 LOG(LS_WARNING) << "Failed to apply negotiated SRTP parameters";
470 LOG(LS_WARNING) << "Failed to protect SRTP packet: no SRTP Session";
476 LOG(LS_WARNING) << "Failed to protect SRTP packet: The buffer length "
490 LOG(LS_WARNING) << "Failed to protect SRTP packet, seqnum="
501 LOG(LS_WARNING) << "Failed to protect SRTCP packet: no SRTP Session"
    [all...]
ssrcmuxfilter.cc 75 LOG(LS_WARNING) << "Stream already added to filter";
rtcpmuxfilter.cc 78 LOG(LS_WARNING) << "Invalid parameters in RTCP mux provisional answer";
95 LOG(LS_WARNING) << "Invalid parameters in RTCP mux answer";
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport.cc 275 LOG_J(LS_WARNING, this) << "Connection with server failed, error=" << error;
368 LOG_J(LS_WARNING, this) << "Received TURN message that was too short";
385 LOG_J(LS_WARNING, this) << "Received TURN message with invalid "
412 LOG_J(LS_WARNING, this) << "TURN host lookup received error "
470 LOG_J(LS_WARNING, this) << "Received invalid TURN data indication";
478 LOG_J(LS_WARNING, this) << "Missing STUN_ATTR_XOR_PEER_ADDRESS attribute "
486 LOG_J(LS_WARNING, this) << "Missing STUN_ATTR_DATA attribute in "
494 LOG_J(LS_WARNING, this) << "Received TURN data indication with invalid "
524 LOG_J(LS_WARNING, this) << "Received TURN channel data message with "
532 LOG_J(LS_WARNING, this) << "Received TURN channel data message for invalid
    [all...]
transportdescriptionfactory.cc 109 LOG(LS_WARNING) << "Failed to create TransportDescription answer "
139 LOG(LS_WARNING) << "Failed to create TransportDescription answer "
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
Logging.java 64 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR,
  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 63 LOG(LS_WARNING) << "Already started";
156 LOG(LS_WARNING) << "Can't install signal";
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
console.cc 62 LOG(LS_WARNING) << "Already started";
154 LOG(LS_WARNING) << "Can't install signal";
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
consoletask.cc 66 LOG(LS_WARNING) << "Already started";
160 LOG(LS_WARNING) << "Can't install signal";
  /external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 58 LOG(LS_WARNING) << "Can't load " << dll_name << ": " << GetDllError();

Completed in 2709 milliseconds

1 2 3 4 5 6