Searched refs:LOG_E (Results 1 - 15 of 15) sorted by relevance

/hardware/samsung_slsi/exynos5/libsecurepath/
H A Dtlc_communication.cpp42 LOG_E("Allocation of TCI WSM failed: %d", mcRet);
56 LOG_E("Open session failed: %d", mcRet);
77 LOG_E("Free WSM failed: %d", mcRet);
86 LOG_E("Closing session failed: %d", mcRet);
95 LOG_E("Closing MobiCore device failed: %d", mcRet);
113 LOG_E("Notify failed: %d", mcRet);
122 LOG_E("Wait for response notification failed: %d", mcRet);
H A Dcontent_protect.cpp38 LOG_E("open TL session failed!");
54 LOG_E("close TL session failed!");
77 LOG_E("Tlc Open Error");
86 LOG_E("TCI has not been set up properly - exiting");
102 LOG_E("Tlc Communicate Error");
110 LOG_E("Trustlet did not send a response: %d", tci->resp.id);
118 LOG_E("Trustlet did not send a valid return code: %d", tci->resp.return_code);
141 LOG_E("Tlc Open Error");
150 LOG_E("TCI has not been set up properly - exiting");
166 LOG_E("Tl
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DCMcKMod.cpp63 LOG_E("no connection to kmod");
119 LOG_E("no connection to kmod");
168 LOG_E("MobiCore Driver does't support persistent buffers");
179 LOG_E("no connection to kmod");
242 LOG_E("no connection to kmod");
274 LOG_E("no connection to kmod");
281 LOG_E("ret = %d", ret);
294 LOG_E("no connection to kmod");
301 LOG_E("ret = %d", ret);
314 LOG_E("n
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
H A DRegistry.cpp89 LOG_E("mcRegistry store So.Soc failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
93 LOG_E("mcRegistry store So.Soc failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
101 LOG_E("mcRegistry store So.Soc failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
119 LOG_E("mcRegistry read So.Soc failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
127 LOG_E("mcRegistry read So.Soc failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
134 LOG_E("mcRegistry read So.Soc failed: %d", MC_DRV_ERR_OUT_OF_RESOURCES);
161 LOG_E("mcRegistry store So.Root failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
165 LOG_E("mcRegistry store So.Root failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
173 LOG_E("mcRegistry store So.Root failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
191 LOG_E("mcRegistr
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp110 LOG_E("kernel module version mismatch");
136 LOG_E("pMcKMod->fcInit() failed");
159 LOG_E("MobiCore halted during init !!!, state is 0x%x", status);
162 LOG_E("MCI buffer init failed, state is 0x%x", status);
209 LOG_E("pMcKMod->fcYield() failed: %d", ret);
229 LOG_E("pMcKMod->fcNSIQ() failed : %d", ret);
248 LOG_E("no session with id=%d", sessionId);
291 LOG_E("pMcKMod->fcInfo() failed with %d", ret);
297 LOG_E("%s", errmsg);
312 LOG_E("MobiCor
[all...]
/hardware/samsung_slsi/exynos5/libkeymaster/
H A DtlcTeeKeymaster_log.h45 #define LOG_E(...) __android_log_print(ANDROID_LOG_ERROR , LOG_TAG, __VA_ARGS__) macro
H A DtlcTeeKeymaster_if.c64 LOG_E("TEE_Open(): Invalid session handle\n");
75 LOG_E("TEE_Open(): mcOpenDevice returned: %d\n", mcRet);
83 LOG_E("TEE_Open(): mcMallocWsm returned: %d\n", mcRet);
95 LOG_E("TEE_Open(): mcOpenSession returned: %d\n", mcRet);
124 LOG_E("TEE_Close(): mcCloseSession returned: %d\n", mcRet);
133 LOG_E("TEE_Close(): mcCloseDevice returned: %d\n", mcRet);
216 LOG_E("TEE_RSAGenerateKeyPair(): TEE Keymaster trustlet returned: 0x%.8x\n",
344 LOG_E("TEE_RSASign(): TEE Keymaster trustlet returned: 0x%.8x\n",
475 LOG_E("TEE_RSAVerify(): TEE Keymaster trustlet returned: 0x%.8x\n",
559 LOG_E("TEE_RSAVerif
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DClientLib.cpp119 LOG_E("Device not found"); \
127 LOG_E("Parameter \""#X "\" is NULL"); \
135 LOG_E("Session %i not found", SID); \
150 LOG_E("sending to Daemon failed."); \
162 LOG_E("reading from Daemon failed"); \
167 LOG_E("wrong buffer length %i received from Daemon", rlen); \
186 LOG_E("Device %d already opened", deviceId);
212 LOG_E("%s", errmsg);
236 LOG_E("Could not open device file: /dev/%s", MC_USER_DEVNODE);
274 LOG_E("Tryin
[all...]
H A DSession.cpp74 LOG_E("removeBulkBuf(): mcKModUnregisterWsmL2 failed: %d", ret);
120 LOG_E("Cannot map a buffer to multiple locations in one Trustlet.");
181 LOG_E("%p not registered in session %d.", virtAddr, sessionId);
189 LOG_E("mcKMod->unregisterWsmL2 failed: %x", ret);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DCThread.cpp109 LOG_E("pthread_create failed with error code %d", ret);
121 LOG_E("pthread_join failed with error code %d", ret);
H A DNetlinkConnection.cpp127 LOG_E("%s: Can't open netlink socket - errno: %d(%s)",
137 LOG_E("%s: bind() failed - errno: %d(%s)", __FUNCTION__, errno, strerror(errno));
272 LOG_E( "%s: could no send all data, ret=%d, errno: %d(%s)",
H A DConnection.cpp169 LOG_E("ret = %d", ret);
203 LOG_E("select() timed out");
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.cpp133 LOG_E("Could not initialize MobiCore!");
237 LOG_E("%s: failed: cannot open %s", __FUNCTION__, driverPath.c_str());
255 LOG_E("allocating WSM for Trustlet failed");
269 LOG_E("allocating WSM TCI for Trustlet failed");
294 LOG_E("open session error %d", mcRet);
329 LOG_E("reading from Client failed"); \
335 LOG_E("wrong buffer length %i received from Client", rlen); \
360 LOG_E("processOpenDevice(): device already set");
372 LOG_E("invalid deviceId");
432 LOG_E("allocatin
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DMobiCoreDevice.cpp232 LOG_E("IrqHandler thread died!");
240 LOG_E("Scheduler thread died!");
261 LOG_E("Failed to find contiguous WSM %u", handle);
266 LOG_E("Failed to lock contiguous WSM %u", handle);
304 LOG_E("CMD_OPEN_SESSION got invalid MCP command response(0x%X)", mcpMessage->rspHeader.rspId);
314 LOG_E("MCP OPEN returned code %d.", mcRet);
403 LOG_E("CMD_CLOSE_SESSION got invalid MCP response");
411 LOG_E("CMD_CLOSE_SESSION error %d", mcRet);
430 LOG_E("no session found with id=%d", sessionId);
453 LOG_E("n
[all...]
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
H A Dlog.h49 /** LOG_E(fmt, args...)
74 // LOG_E is always defined
114 /** LOG_E() needs to be more prominent:
117 #define LOG_E(...) \ macro
127 LOG_E("%s failed with \"%s\"(errno %i)", MESSAGE, strerror(errno), errno);

Completed in 292 milliseconds