Searched refs:DLOGE_IF (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | debug.h | 41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) macro 47 #define DLOGE(format, ...) DLOGE_IF(kTagNone, format, ##__VA_ARGS__)
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | debug.h | 42 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) macro 48 #define DLOGE(format, ...) DLOGE_IF(kTagNone, format, ##__VA_ARGS__)
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | debug.h | 41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) macro 47 #define DLOGE(format, ...) DLOGE_IF(kTagNone, format, ##__VA_ARGS__)
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | debug.h | 41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__) macro 47 #define DLOGE(format, ...) DLOGE_IF(kTagNone, format, ##__VA_ARGS__)
|
/hardware/qcom/sdm845/display/libdebug/ |
D | debug_handler.h | 43 #define DLOGE_IF(tag, format, ...) DLOG_IF(tag, Error, format, ##__VA_ARGS__) macro
|
/hardware/qcom/sm8150/display/libdebug/ |
D | debug_handler.h | 43 #define DLOGE_IF(tag, format, ...) DLOG_IF(tag, Error, format, ##__VA_ARGS__) macro
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | resource_default.cpp | 846 DLOGE_IF(kTagResources, "left_pipe should not be invalid"); in AlignPipeConfig()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | resource_default.cpp | 876 DLOGE_IF(kTagResources, "left_pipe should not be invalid"); in AlignPipeConfig()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | resource_default.cpp | 884 DLOGE_IF(kTagResources, "left_pipe should not be invalid"); in AlignPipeConfig()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | resource_default.cpp | 884 DLOGE_IF(kTagResources, "left_pipe should not be invalid"); in AlignPipeConfig()
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | resource_default.cpp | 885 DLOGE_IF(kTagResources, "left_pipe should not be invalid"); in AlignPipeConfig()
|