Searched defs:LOG (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dlog.h36 #define LOG(_p, ...) \ macro
38 #define LOGV(...) LOG("V", __VA_ARGS__)
39 #define LOGD(...) LOG("D", __VA_ARGS__)
40 #define LOGI(...) LOG("I", __VA_ARGS__)
41 #define LOGW(...) LOG("W", __VA_ARGS__)
42 #define LOGE(...) LOG("E", __VA_ARGS__)
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dlog.h47 #include <utils/Log.h> /* For the LOG macro */
61 #define LOG ALOG macro
65 #define LOG ALOG macro
349 LOG(priority, tag, fmt, ##__VA_ARGS__)
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dlog.h47 #include <utils/Log.h> /* For the LOG macro */
60 #define LOG ALOG macro
295 LOG(priority, tag, fmt, ##__VA_ARGS__)
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c44 #define LOG(fmt...) _TRACE(2, fmt) macro
144 LOG("<< dequeue buffer %p %d\n", *buf, *ffd);
210 // LOG("dl[%d] ctype=0x%08x hints=0x%08x flags=0x%08x\n", i,
233 LOG(">> queue buffer %p %d\n", buffer, ffd);
255 LOG("<< cancel buffer %p %d\n", buf, ffd);
394 LOG("hwc version 0x%08x\n", hwc->common.version);
409 LOG("cfg[%d] = 0x%08x\n", i, configs[i]);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1.h18 #define LOG(...) macro
33 #define LOG( log_lev, format, args ... ) \ macro
45 #define LOG_CRIT(format, args ... ) LOG( CRITICAL, format, ## args)
46 #define LOG_WARN(format, args ... ) LOG( WARNING, format, ## args)
47 #define LOG_INFO(format, args ... ) LOG( INFO, format, ## args)
48 #define LOG_DEBUG(format, args ... ) LOG( DEBUG, format, ## args)

Completed in 328 milliseconds