Home
last modified time | relevance | path

Searched refs:LOG_V (Results 1 – 9 of 9) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
DSession.cpp129 LOG_V(" mcKMod->registerWsmL2() failed with %x", ret); in addBulkBuf()
133 LOG_V(" addBulkBuf - Handle of L2 Table = %u", handle); in addBulkBuf()
147 LOG_V("getBufHandle(): Virtual Address = 0x%X", (unsigned int) virtAddr); in getBufHandle()
165 LOG_V("removeBulkBuf(): Virtual Address = 0x%X", (unsigned int) virtAddr); in removeBulkBuf()
184 LOG_V("removeBulkBuf():handle=%u", pBlkBufDescr->handle); in removeBulkBuf()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
DServer.cpp112 LOG_V(" Server: waiting on sockets"); in run()
130 LOG_V(" Server: events on %d socket(s).", numSockets); in run()
135 LOG_V(" Server: new connection attempt."); in run()
203 LOG_V(" Stopping to listen on notification socket."); in detachConnection()
/hardware/qcom/gps/utils/
Dlog_util.h132 #define LOG_V(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGV, ID, WHAT, SPEC, VAL) macro
134 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __func__, %s, "")
135 #define EXIT_LOG(SPEC, VAL) LOG_V(EXIT_TAG, __func__, SPEC, VAL)
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
DCMcKMod.cpp60 LOG_V(" mapWsm(): len=%d", len); in mapWsm()
86 LOG_V(" mapped to %p, handle=%d, phys=%p ", virtAddr, in mapWsm()
138 LOG_V(" MCI mapped to %p, handle=%d, phys=%p, reused=%s", in mapMCI()
311 LOG_V("free(): handle=%d", handle); in free()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
DConnection.cpp68 LOG_V(" closing Connection..."); in ~Connection()
151 LOG_V(" readData(): peer orderly closed connection."); in readData()
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
Dlog.h109 #define LOG_V LOG_I macro
111 #define LOG_V(...) DUMMY_FUNCTION() macro
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
DMobiCoreDriverDaemon.cpp216 LOG_V(" sending error code %d", code); in writeResult()
344 LOG_V("%s: no device associated with connection",__FUNCTION__); \
568 LOG_V("%s: no device associated with connection", __FUNCTION__); in processNotify()
640 LOG_V("MCP UNMAP returned code %d", mcResult); in processUnmapBulkBuf()
683 LOG_V("MC GET_MOBICORE_VERSION returned code %d", mcResult); in processGetMobiCoreVersion()
719 LOG_V(" handleConnection(): Connection closed."); in handleConnection()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
DTrustZoneDevice.cpp573 LOG_V("S-SIQ received"); in handleIrq()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DMobiCoreDevice.cpp354 LOG_V(" Searching sessionId %d with sessionMagic %d", in registerTrustletConnection()