Searched refs:LOG (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/wrs_omxil_core/utils/inc/ |
D | log.h | 36 #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/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
D | vc1.h | 18 #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)
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | log.h | 61 #define LOG ALOG macro 65 #define LOG ALOG macro 349 LOG(priority, tag, fmt, ##__VA_ARGS__)
|
/hardware/libhardware/tests/hwc/ |
D | cnativewindow.c | 44 #define LOG(fmt...) _TRACE(2, fmt) macro 144 LOG("<< dequeue buffer %p %d\n", *buf, *ffd); in cnw_dequeue_buffer1() 233 LOG(">> queue buffer %p %d\n", buffer, ffd); in cnw_queue_buffer1() 255 LOG("<< cancel buffer %p %d\n", buf, ffd); in cnw_cancel_buffer1() 394 LOG("hwc version 0x%08x\n", hwc->common.version); in hwc_init() 409 LOG("cfg[%d] = 0x%08x\n", i, configs[i]); in hwc_init()
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | log.h | 60 #define LOG ALOG macro 295 LOG(priority, tag, fmt, ##__VA_ARGS__)
|