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

1 2

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
common.h 35 #define LOG_JV(sev, obj) LOG_V(sev) << "Jingle:" << obj->ToString() << ": "
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
common.h 35 #define LOG_JV(sev, obj) LOG_V(sev) << "Jingle:" << obj->ToString() << ": "
  /external/chromium_org/jingle/glue/
logging_unittest.cc 5 // Note: this test tests LOG_V and LOG_E since all other logs are expressed
78 LOG_V(talk_base::LS_ERROR) << AsString(talk_base::LS_ERROR);
79 LOG_V(talk_base::LS_WARNING) << AsString(talk_base::LS_WARNING);
80 LOG_V(talk_base::LS_INFO) << AsString(talk_base::LS_INFO);
81 LOG_V(talk_base::LS_VERBOSE) << AsString(talk_base::LS_VERBOSE);
82 LOG_V(talk_base::LS_SENSITIVE) << AsString(talk_base::LS_SENSITIVE);
105 LOG_V(talk_base::LS_ERROR) << AsString(talk_base::LS_ERROR);
106 LOG_V(talk_base::LS_WARNING) << AsString(talk_base::LS_WARNING);
107 LOG_V(talk_base::LS_INFO) << AsString(talk_base::LS_INFO);
108 LOG_V(talk_base::LS_VERBOSE) << AsString(talk_base::LS_VERBOSE)
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Session.cpp 129 LOG_V(" mcKMod->registerWsmL2() failed with %x", ret);
133 LOG_V(" addBulkBuf - Handle of L2 Table = %u", handle);
147 LOG_V("getBufHandle(): Virtual Address = 0x%X", (unsigned int) virtAddr);
165 LOG_V("removeBulkBuf(): Virtual Address = 0x%X", (unsigned int) virtAddr);
184 LOG_V("removeBulkBuf():handle=%u", pBlkBufDescr->handle);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Server.cpp 112 LOG_V(" Server: waiting on sockets");
130 LOG_V(" Server: events on %d socket(s).", numSockets);
135 LOG_V(" Server: new connection attempt.");
203 LOG_V(" Stopping to listen on notification socket.");
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.cc 185 LOG_V(level) << label << direction << "## "
211 LOG_V(level) << label << direction
265 LOG_V(level) << label << direction << "## " << consecutive_unprintable
280 LOG_V(level) << label << direction << substr;
282 LOG_V(level) << label << direction << "## omitted for privacy ##";
logging.h 174 #define LOG_V(sev) DIAGNOSTIC_LOG(sev, NONE, 0)
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.cpp 68 LOG_V(" closing Connection...");
151 LOG_V(" readData(): peer orderly closed connection.");
  /hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
log.h 53 /** LOG_V(fmt, args...)
109 #define LOG_V LOG_I
111 #define LOG_V(...) DUMMY_FUNCTION()
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.cpp 60 LOG_V(" mapWsm(): len=%d", len);
86 LOG_V(" mapped to %p, handle=%d, phys=%p ", virtAddr,
138 LOG_V(" MCI mapped to %p, handle=%d, phys=%p, reused=%s",
311 LOG_V("free(): handle=%d", handle);
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 504 LOG_V(level) << label << direction << "## "
530 LOG_V(level) << label << direction
584 LOG_V(level) << label << direction << "## " << consecutive_unprintable
599 LOG_V(level) << label << direction << substr;
601 LOG_V(level) << label << direction << "## omitted for privacy ##";
logging.h 41 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
298 #define LOG_V(sev) \
330 #define LOG_V(sev) \
autodetectproxy.cc 114 LOG_V(sev) << "AutoDetectProxy detected " << proxy_.address.ToString()
schanneladapter.cc 68 LOG_V(severity)
80 LOG_V(severity) << prefix << "(";
84 LOG_V(severity) << ")";
239 LOG_V(level)
socketpool.cc 268 LOG_V(level_) << ss.str()
socketadapters.cc 892 LOG_V(level_) << label_ << " Closed locally";
897 LOG_V(level_) << label_ << " Connected";
904 LOG_V(level_) << label_ << " Closed with error: " << err;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 216 LOG_V(" sending error code %d", code);
344 LOG_V("%s: no device associated with connection",__FUNCTION__); \
568 LOG_V("%s: no device associated with connection", __FUNCTION__);
640 LOG_V("MCP UNMAP returned code %d", mcResult);
683 LOG_V("MC GET_MOBICORE_VERSION returned code %d", mcResult);
719 LOG_V(" handleConnection(): Connection closed.");
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 41 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
302 #define LOG_V(sev) \
334 #define LOG_V(sev) \
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.h 41 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
306 #define LOG_V(sev) \
338 #define LOG_V(sev) \
logging.cc 527 LOG_V(level) << label << direction << "## "
553 LOG_V(level) << label << direction
607 LOG_V(level) << label << direction << "## " << consecutive_unprintable
622 LOG_V(level) << label << direction << substr;
624 LOG_V(level) << label << direction << "## omitted for privacy ##";
schanneladapter.cc 68 LOG_V(severity)
80 LOG_V(severity) << prefix << "(";
84 LOG_V(severity) << ")";
autodetectproxy.cc 216 LOG_V(sev) << "AutoDetectProxy detected "
socketpool.cc 273 LOG_V(level_) << ss.str()
  /frameworks/base/core/java/android/os/
StrictMode.java 118 private static final boolean LOG_V = Log.isLoggable(TAG, Log.VERBOSE);
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.cpp 573 LOG_V("S-SIQ received");

Completed in 420 milliseconds

1 2