HomeSort by relevance Sort by last modified time
    Searched refs:LS_ERROR (Results 101 - 125 of 195) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/third_party/webrtc/video_engine/
vie_base_impl.cc 255 LOG_F(LS_ERROR) << "Can't start send on a receive only channel.";
268 LOG_F(LS_ERROR) << "Could not start sending " << video_channel;
292 LOG_F(LS_ERROR) << "Could not stop sending " << video_channel;
vie_channel_manager.cc 316 LOG_F(LS_ERROR) << "No VoE set.";
472 LOG(LS_ERROR) << "Channel doesn't exist " << channel_id;
497 LOG(LS_ERROR) << "Max number of channels reached.";
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
console.cc 60 LOG(LS_ERROR) << "Cannot re-start";
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
externalhmac.cc 166 LOG(LS_ERROR) << "Error in replacing default auth module, error: "
channel.cc 440 LOG(LS_ERROR) << "Dropping outgoing " << content_name_ << " "
491 LOG(LS_ERROR) << "Failed to protect " << content_name_
503 LOG(LS_ERROR) << "Failed to protect " << content_name_
513 LOG(LS_ERROR) << "Can't send outgoing " << PacketType(rtcp)
542 LOG(LS_ERROR) << "Dropping incoming " << content_name_ << " "
581 LOG(LS_ERROR) << "Failed to unprotect " << content_name_
591 LOG(LS_ERROR) << "Failed to unprotect " << content_name_
638 LOG(LS_ERROR) << "Failure in SetLocalContent with action " << action;
652 LOG(LS_ERROR) << "Failure in SetRemoteContent with action " << action;
779 LOG(LS_ERROR) << "No DTLS-SRTP selected cipher"
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclient.cc 220 LOG(LS_ERROR) << "socket_ already reset";
247 LOG(LS_ERROR) << "socket_ already reset";
291 LOG(LS_ERROR) << "socket_ already reset";
370 LOG(LS_ERROR) << "socket_ already reset";
xmppsocket.cc 109 LOG(LS_ERROR) << "Send error: " << cricket_socket_->GetError();
159 LOG(LS_ERROR) << "Send error: " << error;
  /external/chromium_org/third_party/webrtc/base/
asyncudpsocket.cc 23 LOG(LS_ERROR) << "Bind() failed with error " << socket->GetError();
unixfilesystem.cc 139 LOG_ERR(LS_ERROR) << "open() failed.";
144 LOG_ERR(LS_ERROR) << "close() failed.";
468 LOG_ERR(LS_ERROR) << "Can't set mode on " << path;
544 LOG_ERR(LS_ERROR) << "getcwd() failed";
httpclient.cc 312 LOG(LS_ERROR) << "Error " << error << " resolving name: "
407 LOG(LS_ERROR) << "RequestConnectedStream error: " << stream_err;
472 LOG_F(LS_ERROR) << "Couldn't open body cache";
491 LOG_F(LS_ERROR) << "Couldn't open header cache";
496 LOG_F(LS_ERROR) << "Couldn't write header cache";
515 LOG(LS_ERROR) << "Cache file error: " << error;
575 LOG_F(LS_ERROR) << "Error reading cache headers";
591 LOG_F(LS_ERROR) << "Unavailable cache body";
logging.h 76 // LOG(LS_ERROR) << "LibraryFunc returned: "
98 // LS_ERROR: Something that should not have occurred.
99 enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR,
102 LERROR = LS_ERROR };
win32toolhelp_unittest.cc 103 LOG(LS_ERROR) << "Expected: ("
109 LOG(LS_ERROR) << "Actual: ("
logging.cc 75 const int LogMessage::NO_LOGGING = LS_ERROR + 1;
301 current_level = LS_ERROR;
360 } else if (value == "LS_ERROR") {
361 level = LS_ERROR;
382 case LS_ERROR: return "Error";
456 case LS_ERROR:
macconversion.cc 137 LOG(LS_ERROR) << "got unknown type.";
proxyserver.cc 49 LOG(LS_ERROR) << "Unable to create external socket on proxy accept event";
schanneladapter.cc 139 LOG(LS_ERROR) << "AcquireCredentialsHandle error: "
219 LOG(LS_ERROR)
284 LOG(LS_ERROR) << "QueryContextAttributes error: "
395 LOG(LS_ERROR) << "No thread context available for SChannelAdapter";
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc     [all...]
port.cc 311 LOG_J(LS_ERROR, this) << "Received non-STUN packet from unknown address ("
330 LOG_J(LS_ERROR, this) << "Received unexpected STUN message type ("
392 LOG_J(LS_ERROR, this) << "Received STUN request without username/M-I "
406 LOG_J(LS_ERROR, this) << "Received STUN request with bad local username "
426 LOG_J(LS_ERROR, this) << "Received STUN request with bad M-I "
437 LOG_J(LS_ERROR, this) << "Received STUN binding error:"
444 LOG_J(LS_ERROR, this) << "Received STUN binding error without a error "
458 LOG_J(LS_ERROR, this) << "Received STUN packet with invalid type ("
650 LOG_J(LS_ERROR, this) << "Failed to send STUN ping response to "
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.cc 199 LOG(LS_ERROR) << "No video capturer factory for devices.";
258 LOG(LS_ERROR) << "No video capturer factory for screens.";
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_manager.cc 294 LOG_F(LS_ERROR) << "length_ms = " << length_ms;
353 LOG_F(LS_ERROR) << "NULL pointers supplied as input";
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_win.cc 165 LOG(LS_ERROR) << "Window hasn't been selected: " << GetLastError();
254 LOG(LS_ERROR) << "Both PrintWindow() and BitBlt() failed.";
screen_capturer_mac.mm 734 LOG(LS_ERROR) << "The selected screen cannot be found for capturing.";
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_base_impl.cc 437 LOG(LS_ERROR) << "Failed to create AudioProcessing.";
448 LOG_FERR1(LS_ERROR, high_pass_filter()->Enable, true);
452 LOG_FERR1(LS_ERROR, enable_drift_compensation, false);
456 LOG_FERR1(LS_ERROR, noise_suppression()->set_level, kDefaultNsMode);
461 LOG_FERR2(LS_ERROR, agc->set_analog_level_limits, kMinVolumeLevel,
466 LOG_FERR1(LS_ERROR, agc->set_mode, kDefaultAgcMode);
470 LOG_FERR1(LS_ERROR, agc->Enable, kDefaultAgcState);
479 LOG_FERR1(LS_ERROR, audio_device()->SetAGC, agc_enabled);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.cc 35 LOG(LS_ERROR) << "Call to unimplemented function "<< __FUNCTION__; \
webrtcvideoengine.cc 149 case rtc::LS_ERROR:
205 LOG(LS_ERROR)
970 LOG(LS_ERROR) << "Failed to initialize list of supported codec types";
    [all...]

Completed in 3268 milliseconds

1 2 3 45 6 7 8