Searched defs:LOGW (Results 1 – 8 of 8) sorted by relevance
27 #define LOGW ALOGW macro41 #define LOGW(...) LOG("W", __VA_ARGS__) macro
53 #define LOGW ALOGW macro
101 #define LOGW(fmt, args...) CLOGW(CAM_MODULE, fmt, ##args) macro127 #define LOGW(fmt, args...) ALOGW(fmt, ##args) macro
33 #define LOGW ALOGW macro
32 #define LOGW(...) ALOGI_IF(mOmxLogLevel, __VA_ARGS__) macro