/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | rect.h | 48 void LogI(DebugTag debug_tag, const char *prefix, const LayerRect &roi); 49 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi);
|
/hardware/qcom/sdm845/display/sdm/include/utils/ |
D | rect.h | 48 void LogI(DebugTag debug_tag, const char *prefix, const LayerRect &roi); 49 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi);
|
/hardware/qcom/display/msm8909/sdm/libs/utils/ |
D | rect.cpp | 50 void LogI(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { in LogI() argument 51 DLOGI_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", in LogI() 55 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { in Log() argument 56 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", in Log()
|
/hardware/qcom/sdm845/display/sdm/libs/utils/ |
D | rect.cpp | 50 void LogI(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { in LogI() argument 51 DLOGI_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", in LogI() 55 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { in Log() argument 56 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", in Log()
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | rect.h | 48 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi);
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | rect.h | 48 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi);
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | rect.h | 48 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi);
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | rect.cpp | 50 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { in Log() argument 51 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", in Log()
|
/hardware/qcom/display/msm8998/sdm/libs/utils/ |
D | rect.cpp | 50 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { in Log() argument 51 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", in Log()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/ |
D | rect.cpp | 50 void Log(DebugTag debug_tag, const char *prefix, const LayerRect &roi) { in Log() argument 51 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", in Log()
|