OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTEL_LOG_ERROR
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/intel/common/
intel_log.c
39
case
INTEL_LOG_ERROR
: return ANDROID_LOG_ERROR;
54
case
INTEL_LOG_ERROR
: return "error";
intel_log.h
40
INTEL_LOG_ERROR
,
53
#define intel_loge(fmt, ...) intel_log(
INTEL_LOG_ERROR
, (INTEL_LOG_TAG), (fmt), ##__VA_ARGS__)
62
#define intel_loge_v(fmt, va) intel_log_v(
INTEL_LOG_ERROR
, (INTEL_LOG_TAG), (fmt), (va))
Completed in 71 milliseconds