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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/
CKMod.cpp 79 LOG_ERRNO("open");
95 LOG_ERRNO("close");
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.cpp 74 LOG_ERRNO("ioctl MC_IO_MAP_WSM");
81 LOG_ERRNO("mmap");
125 LOG_ERRNO("ioctl MC_IO_MAP_MCI");
132 LOG_ERRNO("mmap");
185 LOG_ERRNO("read");
230 LOG_ERRNO("ioctl MC_IO_INIT");
252 LOG_ERRNO("ioctl MC_IO_INFO");
280 LOG_ERRNO("ioctl MC_IO_YIELD");
300 LOG_ERRNO("ioctl MC_IO_NSIQ");
321 LOG_ERRNO("mmap failed")
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.cpp 86 LOG_ERRNO("Can't open stream socket.");
93 LOG_ERRNO("connect()");
131 LOG_ERRNO("select");
145 LOG_ERRNO("no fd is set, select");
168 LOG_ERRNO("could not send all data, because send");
200 LOG_ERRNO("select");
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Server.cpp 64 LOG_ERRNO("Can't open stream socket, because socket");
77 LOG_ERRNO("Binding to server socket failed, because bind");
82 LOG_ERRNO("listen");
120 LOG_ERRNO("select");
146 LOG_ERRNO("accept");
194 LOG_ERRNO("Exiting Server, because");
NetlinkServer.cpp 66 LOG_ERRNO("Opening socket");
82 LOG_ERRNO("Binding to server socket failed, because bind");
106 LOG_ERRNO("recvmsg");
118 LOG_ERRNO("Exiting NetlinkServer! Because it");
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.h 190 #undef LOG_ERRNO
191 #define LOG_ERRNO(sev) LOG_ERRNO_EX(sev, errno)
202 #define LOG_ERR(sev) LOG_ERRNO(sev)
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 250 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to create SCTP socket.";
257 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP to non blocking.";
269 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SO_LINGER.";
285 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_EVENT type: "
331 LOG_ERRNO(LS_ERROR) << debug_name_ << "->Connect(): "
342 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed usrsctp_connect. got errno="
492 LOG_ERRNO(LS_ERROR) << "ERROR:" << debug_name_
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 47 // LOG_ERRNO(sev) attempts to add a string description of an errno-derived
351 #define LOG_ERRNO(sev) \
371 LOG_ERRNO(sev)
  /external/chromium/third_party/libjingle/source/talk/base/
logging.h 47 // LOG_ERRNO(sev) attempts to add a string description of an errno-derived
347 #define LOG_ERRNO(sev) \
367 LOG_ERRNO(sev)
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.h 47 // LOG_ERRNO(sev) attempts to add a string description of an errno-derived
355 #define LOG_ERRNO(sev) \
375 LOG_ERRNO(sev)
  /hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
log.h 126 #define LOG_ERRNO(MESSAGE) \
  /external/chromium_org/base/time/
time_posix.cc 140 LOG_ERRNO(ERROR) << "Call to gettimeofday failed.";
  /external/chromium/base/
logging.h 430 #define LOG_ERRNO(severity) \
    [all...]
  /external/chromium_org/base/
logging.h 459 #define LOG_ERRNO(severity) \
    [all...]

Completed in 1085 milliseconds