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

  /external/webrtc/talk/media/devices/
v4llookup.cc 78 LOG_ERRNO(LS_ERROR) << "VIDIOC_QUERYCAP failed for " << device_path;
81 LOG_ERRNO(LS_ERROR) << "Failed to open " << device_path;
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 414 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to create SCTP socket.";
421 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP to non blocking.";
433 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SO_LINGER.";
443 LOG_ERRNO(LS_ERROR) << debug_name_
452 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_NODELAY.";
463 LOG_ERRNO(LS_ERROR) << debug_name_
481 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_EVENT type: "
527 LOG_ERRNO(LS_ERROR) << debug_name_ << "->Connect(): "
538 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed usrsctp_connect. got errno="
654 LOG_ERRNO(LS_ERROR) << "ERROR:" << debug_name
    [all...]
  /external/webrtc/webrtc/base/
logging.h 32 // LOG_ERRNO(sev) attempts to add a string description of an errno-derived
315 #define LOG_ERRNO(sev) \
342 LOG_ERRNO(sev)

Completed in 195 milliseconds