/hardware/samsung_slsi/exynos5/libsecurepath/ |
tlc_communication.cpp | 27 LOG_I("open() called"); 31 LOG_I("Opening MobiCore device"); 34 LOG_I("mcOpenDevice result: %d", mcRet); 39 LOG_I("Allocating WSM for TCI"); 48 LOG_I("Opening the session"); 60 LOG_I("tlc_open() succeeded"); 69 LOG_I("close() called"); 74 LOG_I("Free WSM"); 83 LOG_I("Closing the session"); 92 LOG_I("Closing MobiCore device") [all...] |
content_protect.cpp | 71 LOG_I("[CONTENT_PROTECT] : CP_Enable_Path_Protection"); 125 LOG_I("[CONTENT_PROTECT] : CP_Enable_Path_Protection. return value(%d)", cp_result); 135 LOG_I("[CONTENT_PROTECT] : CP_Disable_Path_Protection"); 189 LOG_I("[CONTENT_PROTECT] : CP_Disable_Path_Protection. return value(%d)", cp_result);
|
/hardware/samsung_slsi/exynos5/libkeymaster/ |
tlcTeeKeymaster_log.h | 43 #define LOG_I(...) __android_log_print(ANDROID_LOG_INFO , LOG_TAG, __VA_ARGS__)
|
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/ |
log.h | 41 /** LOG_I(fmt, args...) 58 * Binary logging, line-wise output to LOG_I 67 #define LOG_I(fmt, args...) DUMMY_FUNCTION() 71 #define LOG_I(fmt, args...) LOG_i(fmt";%d", ## args, __LINE__) 78 #define LOG_i(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) 98 #define LOG_I(fmt, args...) DUMMY_FUNCTION() 101 #define LOG_I(...) _LOG_x("I",__VA_ARGS__) 109 #define LOG_V LOG_I 162 LOG_I("%s", buffer) [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/ |
Server.cpp | 59 LOG_I("Server: start listening on socket %s", socketAddr.c_str()); 86 LOG_I("\n********* successfully initialized Daemon *********\n"); 152 LOG_I(" Server: new socket connection established and start listening."); 177 LOG_I(" Server: dropping connection."); 211 LOG_I(" Stopped listening on notification socket.");
|
NetlinkServer.cpp | 61 LOG_I("NetlinkServer: Starting to listen on netlink bus"); 88 LOG_I("\n********* successfully initialized *********\n"); 128 //LOG_I("%s: Handling NQ message for pid %u seq %u...", __FUNCTION__, pid, seq); 136 //LOG_I("%s: Cound't find the connection, creating a new one", __FUNCTION__); 147 LOG_I("%s: No command processed.", __FUNCTION__); 243 //LOG_I("%s: checking PID %u", __FUNCTION__, pid); 250 LOG_I("%s: PID %u has died, cleaning up session 0x%X",
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/ |
TrustZoneDevice.cpp | 185 LOG_I("MCI established, at %p, phys=%p, reused=%s", 252 LOG_I(" Sending notification for session %d to MobiCore", sessionId); 254 LOG_I(" Sending MCP notification to MobiCore"); 300 LOG_I("%s", errmsg); 363 LOG_I(" Received SSIQ interrupt from MobiCore, counter=%u", cnt); 476 LOG_I("Unlocking buffer with handle %u", handle); 480 LOG_I("pMcKMod->unregisterWsmL2 failed: %d", ret); 505 LOG_I("Resolved buffer with handle %u to %p", handle, ret); 516 LOG_I("Resolved buffer with handle %u to %p", handle, phys); 566 LOG_I("Starting Notification Queue IRQ handler...") [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/ |
MobiCoreDriverDaemon.cpp | 113 LOG_I("Daemon starting up..."); 114 LOG_I("Socket interface version is %u.%u", DAEMON_VERSION_MAJOR, DAEMON_VERSION_MINOR); 116 LOG_I("%s", MOBICORE_COMPONENT_BUILD_TAG); 120 LOG_I("Build timestamp is %s %s", __DATE__, __TIME__); 126 LOG_I("Daemon scheduler is %s", enableScheduler ? "enabled" : "disabled"); 127 LOG_I("Initializing MobiCore Device"); 138 LOG_I("Checking version of MobiCore"); 143 LOG_I("Donating %u Kbytes to Mobicore", donateRamSize / 1024); 153 LOG_I("Closing session %i",i); 163 LOG_I("Creating socket servers") [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/ |
MobiCoreDevice.cpp | 176 LOG_I("Starting DeviceIrqHandler..."); 181 LOG_I("Starting DeviceScheduler..."); 185 LOG_I("No DeviceScheduler available."); 210 LOG_I("No MCP answer received in 2 seconds."); 229 LOG_I("waitMcpNotification(): IrqHandler thread died! Joining"); 231 LOG_I("waitMcpNotification(): Joined"); 237 LOG_I("waitMcpNotification(): Scheduler thread died! Joining"); 239 LOG_I("waitMcpNotification(): Joined"); 278 LOG_I(" Using phys=%p, len=%d as TCI buffer", 319 LOG_I(" After MCP OPEN, we have %d queued notifications" [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
ClientLib.cpp | 181 LOG_I("===%s(%i)===", __FUNCTION__, deviceId); 216 LOG_I(" %s", errmsg); 248 LOG_I(" Device not opened."); 250 LOG_I(" Successfully opened the device."); 264 LOG_I("===%s(%i)===", __FUNCTION__, deviceId); 308 LOG_I("===%s()===", __FUNCTION__); 402 LOG_I(" Service is started. Setting up channel for notifications."); 442 LOG_I(" Successfully opened session %d.", session->sessionId); 463 LOG_I("===%s()===", __FUNCTION__); 467 LOG_I(" Closing session %d.", session->sessionId) [all...] |
Device.cpp | 170 LOG_I(" mapped handle %d to %p, phys=%p ", handle, virtAddr, physAddr); 197 LOG_I(" unmapping handle %d from %p, phys=%p",
|
Session.cpp | 67 LOG_I("removeBulkBuf - Physical Address of L2 Table = 0x%X, handle= %d",
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/ |
CMcKMod.cpp | 112 LOG_I("Mapping MCI: len=%d", len); 320 LOG_I("buffer = %p, len = %d", buffer, len); 342 LOG_I(" Registering virtual buffer at %p, len=%d as World Shared Memory", buffer, len); 364 LOG_I(" Registered, handle=%d, L2 phys=0x%x ", params.handle, params.table_phys); 381 LOG_I(" Unregistering World Shared Memory with handle %d", handle); 402 LOG_I(" Locking World Shared Memory with handle %d", handle); 423 LOG_I(" Unlocking World Shared Memory with handle %d", handle); 433 LOG_I("ret = %d", ret); 446 LOG_I(" Resolving the WSM l2 for handle=%u", handle); 470 LOG_I(" Resolving the contiguous WSM l2 for handle=%u", handle) [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/ |
CKMod.cpp | 74 LOG_I(" Opening kernel module at %s.", deviceName);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/ |
Registry.cpp | 97 LOG_I("store AuthToken: %s", authTokenFilePath.c_str()); 123 LOG_I("read AuthToken: %s", authTokenFilePath.c_str()); 169 LOG_I("store Root: %s", rootContFilePath.c_str()); 195 LOG_I("read Root: %s", rootContFilePath.c_str()); 232 LOG_I("store SP: %s", spContFilePath.c_str()); 259 LOG_I("read SP: %s", spContFilePath.c_str()); 296 LOG_I("store TLc: %s", tlContFilePath.c_str()); 323 LOG_I("read TLc: %s", tlContFilePath.c_str()); 371 LOG_I("store DT: %s", filename.c_str()); 413 LOG_I("read DT: %s", filename.c_str()) [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
Connection.cpp | 71 LOG_I(" Socket connection closed."); 82 LOG_I(" Connecting to %s socket", dest);
|
NetlinkConnection.cpp | 104 LOG_I("%s: destroy connection for PID 0x%X", __FUNCTION__, peerPid); 124 LOG_I("%s: Connecting to SEQ 0x%X", __FUNCTION__, MC_DAEMON_PID); 197 //LOG_I("%s: reading connection data %u, connection data left %u", 224 //LOG_I("%s: read %u", __FUNCTION__, ret); 243 //LOG_I("%s: send data %u to PID %u", __FUNCTION__, len, sequenceMagic);
|