OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ITRACE
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_trace.h
31
#define
ITRACE
(format, ...) VBP_TRACE_UTIL("INFO: ", format, ##__VA_ARGS__)
38
#define
ITRACE
(format, ...)
/hardware/intel/common/libmix/videodecoder/
VideoDecoderTrace.h
39
#define
ITRACE
(format, ...) VIDEO_DECODER_TRACE("INFO: ", format, ##__VA_ARGS__)
52
#define
ITRACE
(...) LOGI(__VA_ARGS__)
62
#define
ITRACE
(format, ...)
/hardware/intel/img/hwcomposer/merrifield/common/utils/
HwcTrace.h
31
#define
ITRACE
(fmt,...) ALOGI("%s: " fmt, __func__, ##__VA_ARGS__)
Completed in 118 milliseconds