OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_W
(Results
1 - 8
of
8
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/
CKMod.cpp
70
LOG_W
("already open");
100
LOG_W
(" Kernel module device not open");
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.cpp
106
LOG_W
(" Opening kernel module device failed");
314
LOG_W
("MC_HALT: flags : 0x%8x", info);
316
LOG_W
("MC_HALT: haltCode : 0x%8x", info);
318
LOG_W
("MC_HALT: haltIp : 0x%8x", info);
320
LOG_W
("MC_HALT: faultRec.cnt : 0x%8x", info);
322
LOG_W
("MC_HALT: faultRec.cause : 0x%8x", info);
324
LOG_W
("MC_HALT: faultRec.meta : 0x%8x", info);
326
LOG_W
("MC_HALT: faultRec.thread : 0x%8x", info);
328
LOG_W
("MC_HALT: faultRec.ip : 0x%8x", info);
330
LOG_W
("MC_HALT: faultRec.sp : 0x%8x", info)
[
all
...]
/hardware/samsung_slsi/exynos5/libkeymaster/
tlcTeeKeymaster_log.h
44
#define
LOG_W
(...) __android_log_print(ANDROID_LOG_WARN , LOG_TAG, __VA_ARGS__)
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
log.h
45
/**
LOG_W
(fmt, args...)
68
#define
LOG_W
(fmt, args...) DUMMY_FUNCTION()
72
#define
LOG_W
(fmt, args...)
LOG_w
(fmt";%d", ## args, __LINE__)
79
#define
LOG_w
(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__)
99
#define
LOG_W
(fmt, args...) DUMMY_FUNCTION()
102
#define
LOG_W
(...) _LOG_x("W",__VA_ARGS__)
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
TrustletSession.cpp
56
LOG_W
("%s: Mapped buffers still available %u", __func__, buffers.size());
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp
199
LOG_W
(" Could not connect to %s socket", SOCK_PATH);
224
LOG_W
(" %s(): Request at Daemon failed, respId=%x ", __FUNCTION__, mcResult);
284
LOG_W
(" %s(): Request at Daemon failed, respId=%d ", __FUNCTION__, mcResult);
574
LOG_W
("Timeout hit at %s", __FUNCTION__);
645
LOG_W
(" Allocation of WSM failed");
904
LOG_W
("mcDriverCtrl(): not implemented");
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.cpp
137
LOG_W
(" Timeout during select() / No more notifications.");
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Server.cpp
126
LOG_W
(" Server: select() returned 0, spurious event?.");
Completed in 29 milliseconds