Searched refs:LOG_W (Results 1 – 11 of 11) sorted by relevance
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/ |
D | TrustZoneDevice.cpp | 106 LOG_W(" Opening kernel module device failed"); in initDevice() 315 LOG_W("MC_HALT: flags : 0x%8x", info); in dumpMobicoreStatus() 317 LOG_W("MC_HALT: haltCode : 0x%8x", info); in dumpMobicoreStatus() 319 LOG_W("MC_HALT: haltIp : 0x%8x", info); in dumpMobicoreStatus() 321 LOG_W("MC_HALT: faultRec.cnt : 0x%8x", info); in dumpMobicoreStatus() 323 LOG_W("MC_HALT: faultRec.cause : 0x%8x", info); in dumpMobicoreStatus() 325 LOG_W("MC_HALT: faultRec.meta : 0x%8x", info); in dumpMobicoreStatus() 327 LOG_W("MC_HALT: faultRec.thread : 0x%8x", info); in dumpMobicoreStatus() 329 LOG_W("MC_HALT: faultRec.ip : 0x%8x", info); in dumpMobicoreStatus() 331 LOG_W("MC_HALT: faultRec.sp : 0x%8x", info); in dumpMobicoreStatus() [all …]
|
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/ |
D | log.h | 68 #define LOG_W(fmt, args...) DUMMY_FUNCTION() macro 72 #define LOG_W(fmt, args...) LOG_w(fmt";%d", ## args, __LINE__) macro 99 #define LOG_W(fmt, args...) DUMMY_FUNCTION() macro 102 #define LOG_W(...) _LOG_x("W",__VA_ARGS__) macro
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/ |
D | CKMod.cpp | 70 LOG_W("already open"); in open() 100 LOG_W(" Kernel module device not open"); in close()
|
/hardware/samsung_slsi/exynos5/libkeymaster/ |
D | tlcTeeKeymaster_log.h | 44 #define LOG_W(...) __android_log_print(ANDROID_LOG_WARN , LOG_TAG, __VA_ARGS__) macro
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
D | ClientLib.cpp | 199 LOG_W(" Could not connect to %s socket", SOCK_PATH); in mcOpenDevice() 224 LOG_W(" %s(): Request at Daemon failed, respId=%x ", __FUNCTION__, mcResult); in mcOpenDevice() 284 LOG_W(" %s(): Request at Daemon failed, respId=%d ", __FUNCTION__, mcResult); in mcCloseDevice() 574 LOG_W("Timeout hit at %s", __FUNCTION__); in mcWaitNotification() 645 LOG_W(" Allocation of WSM failed"); in mcMallocWsm() 904 LOG_W("mcDriverCtrl(): not implemented"); in mcDriverCtrl()
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderLog.h | 27 #define LOG_W ALOGW macro
|
D | VideoEncoderAVC.cpp | 572 LOG_W("Buffer size too small\n"); in outputOneNALU() 820 LOG_W ("Not in VCM mode, but call send_max_slice_size\n"); in renderMaxSliceSize() 940 LOG_W("No such level can support that resolution"); in calcLevel() 1283 LOG_W("Slice Number is too small"); in renderSliceParams() 1288 LOG_W("Slice Number is too big"); in renderSliceParams()
|
D | VideoEncoderBase.cpp | 100 LOG_W( "Failed vaTerminate, vaStatus = %d\n", vaStatus); in ~VideoEncoderBase() 1512 LOG_W ("Format is not supported\n"); in getNewUsrptrFromSurface() 1851 LOG_W("Not in VCM mode, but call SendDynamicFramerate\n"); in renderDynamicFrameRate()
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/ |
D | TrustletSession.cpp | 56 LOG_W("%s: Mapped buffers still available %u", __func__, buffers.size()); in ~TrustletSession()
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/ |
D | Server.cpp | 126 LOG_W(" Server: select() returned 0, spurious event?."); in run()
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
D | Connection.cpp | 137 LOG_W(" Timeout during select() / No more notifications."); in readData()
|