Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 25 of 103) sorted by relevance

12345

/hardware/qcom/display/msm8998/sdm/libs/utils/
Ddebug.cpp38 Debug Debug::debug_;
40 Debug::Debug() : debug_handler_(&default_debug_handler_) { in Debug() function in sdm::Debug
43 int Debug::GetSimulationFlag() { in GetSimulationFlag()
50 int Debug::GetHDMIResolution() { in GetHDMIResolution()
57 void Debug::GetIdleTimeoutMs(uint32_t *active_ms, uint32_t *inactive_ms) { in GetIdleTimeoutMs()
68 int Debug::GetBootAnimLayerCount() { in GetBootAnimLayerCount()
75 bool Debug::IsRotatorDownScaleDisabled() { in IsRotatorDownScaleDisabled()
82 bool Debug::IsDecimationDisabled() { in IsDecimationDisabled()
89 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { in GetMaxPipesPerMixer()
108 int Debug::GetMaxUpscale() { in GetMaxUpscale()
[all …]
/hardware/qcom/display/msm8996/sdm/libs/utils/
Ddebug.cpp36 Debug Debug::debug_;
38 Debug::Debug() : debug_handler_(&default_debug_handler_) { in Debug() function in sdm::Debug
41 int Debug::GetSimulationFlag() { in GetSimulationFlag()
48 int Debug::GetHDMIResolution() { in GetHDMIResolution()
55 uint32_t Debug::GetIdleTimeoutMs() { in GetIdleTimeoutMs()
62 int Debug::GetBootAnimLayerCount() { in GetBootAnimLayerCount()
69 bool Debug::IsRotatorDownScaleDisabled() { in IsRotatorDownScaleDisabled()
76 bool Debug::IsDecimationDisabled() { in IsDecimationDisabled()
83 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { in GetMaxPipesPerMixer()
102 bool Debug::IsVideoModeEnabled() { in IsVideoModeEnabled()
[all …]
/hardware/qcom/display/msm8909/sdm/libs/utils/
Ddebug.cpp38 Debug Debug::debug_;
40 Debug::Debug() : debug_handler_(&default_debug_handler_) { in Debug() function in sdm::Debug
43 int Debug::GetSimulationFlag() { in GetSimulationFlag()
50 int Debug::GetHDMIResolution() { in GetHDMIResolution()
56 void Debug::GetIdleTimeoutMs(uint32_t *active_ms, uint32_t *inactive_ms) { in GetIdleTimeoutMs()
67 int Debug::GetBootAnimLayerCount() { in GetBootAnimLayerCount()
74 bool Debug::IsRotatorDownScaleDisabled() { in IsRotatorDownScaleDisabled()
81 bool Debug::IsDecimationDisabled() { in IsDecimationDisabled()
88 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { in GetMaxPipesPerMixer()
107 int Debug::GetMaxUpscale() { in GetMaxUpscale()
[all …]
/hardware/qcom/sdm845/display/sdm/libs/utils/
Ddebug.cpp38 int Debug::GetSimulationFlag() { in GetSimulationFlag()
45 bool Debug::GetExternalResolution(char *value) { in GetExternalResolution()
55 void Debug::GetIdleTimeoutMs(uint32_t *active_ms, uint32_t *inactive_ms) { in GetIdleTimeoutMs()
66 int Debug::GetBootAnimLayerCount() { in GetBootAnimLayerCount()
73 bool Debug::IsRotatorDownScaleDisabled() { in IsRotatorDownScaleDisabled()
80 bool Debug::IsDecimationDisabled() { in IsDecimationDisabled()
87 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { in GetMaxPipesPerMixer()
106 int Debug::GetMaxUpscale() { in GetMaxUpscale()
113 bool Debug::IsVideoModeEnabled() { in IsVideoModeEnabled()
120 bool Debug::IsRotatorUbwcDisabled() { in IsRotatorUbwcDisabled()
[all …]
/hardware/qcom/sm8150/display/sdm/libs/utils/
Ddebug.cpp38 int Debug::GetSimulationFlag() { in GetSimulationFlag()
45 bool Debug::GetExternalResolution(char *value) { in GetExternalResolution()
55 void Debug::GetIdleTimeoutMs(uint32_t *active_ms, uint32_t *inactive_ms) { in GetIdleTimeoutMs()
66 int Debug::GetBootAnimLayerCount() { in GetBootAnimLayerCount()
73 bool Debug::IsRotatorDownScaleDisabled() { in IsRotatorDownScaleDisabled()
80 bool Debug::IsDecimationDisabled() { in IsDecimationDisabled()
87 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { in GetMaxPipesPerMixer()
106 int Debug::GetMaxUpscale() { in GetMaxUpscale()
113 bool Debug::IsVideoModeEnabled() { in IsVideoModeEnabled()
120 bool Debug::IsRotatorUbwcDisabled() { in IsRotatorUbwcDisabled()
[all …]
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__)
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
55 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
59 class Debug {
81 Debug();
90 virtual void Debug(DebugTag /*tag*/, const char */*format*/, ...) { } in Debug() function
108 static Debug debug_;
/hardware/qcom/display/msm8909/sdm/include/utils/
Ddebug.h39 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
45 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__)
54 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
55 #define DTRACE_END() Debug::Get()->EndTrace()
56 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
60 class Debug {
88 Debug();
97 virtual void Debug(DebugTag /*tag*/, const char */*format*/, ...) { } in Debug() function
115 static Debug debug_;
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__)
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
55 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
59 class Debug {
87 Debug();
96 virtual void Debug(DebugTag /*tag*/, const char */*format*/, ...) { } in Debug() function
114 static Debug debug_;
/hardware/qcom/display/msm8998/sdm/include/utils/
Ddebug.h38 #define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
44 #define DLOGD_IF(tag, format, ...) DLOG(tag, Debug, format, ##__VA_ARGS__)
53 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
54 #define DTRACE_END() Debug::Get()->EndTrace()
55 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
59 class Debug {
88 Debug();
97 virtual void Debug(DebugTag /*tag*/, const char */*format*/, ...) { } in Debug() function
115 static Debug debug_;
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_logger.h43 virtual void Debug(const char *format, ...) = 0;
65 DRM_LOG_CONTEXT(Debug, format, ##__VA_ARGS__)
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_logger.h43 virtual void Debug(const char *format, ...) = 0;
65 DRM_LOG_CONTEXT(Debug, format, ##__VA_ARGS__)
/hardware/qcom/sdm845/display/libdebug/
Ddebug_handler.h46 #define DLOGD_IF(tag, format, ...) DLOG_IF(tag, Debug, format, ##__VA_ARGS__)
52 #define DLOGD(format, ...) DLOG(Debug, format, ##__VA_ARGS__)
68 virtual void Debug(const char *format, ...) = 0;
Ddebug_handler.cpp40 virtual void Debug(const char *, ...) { } in Debug() function in display::DefaultDebugHandler
/hardware/qcom/sm8150/display/libdebug/
Ddebug_handler.h46 #define DLOGD_IF(tag, format, ...) DLOG_IF(tag, Debug, format, ##__VA_ARGS__)
52 #define DLOGD(format, ...) DLOG(Debug, format, ##__VA_ARGS__)
68 virtual void Debug(const char *format, ...) = 0;
Ddebug_handler.cpp40 virtual void Debug(const char *, ...) { } in Debug() function in display::DefaultDebugHandler
/hardware/qcom/sm8150/display/sdm/include/utils/
Ddebug.h43 class Debug {
/hardware/qcom/sdm845/display/sdm/include/utils/
Ddebug.h43 class Debug {
/hardware/qcom/display/msm8996/sdm/include/core/
Ddebug_interface.h90 virtual void Debug(DebugTag tag, const char *format, ...) = 0;
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Ddebug_interface.h90 virtual void Debug(DebugTag tag, const char *format, ...) = 0;
/hardware/qcom/display/msm8909/sdm/include/core/
Ddebug_interface.h92 virtual void Debug(DebugTag tag, const char *format, ...) = 0;
/hardware/qcom/display/msm8998/sdm/include/core/
Ddebug_interface.h91 virtual void Debug(DebugTag tag, const char *format, ...) = 0;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_debugger.h59 virtual void Debug(DebugTag tag, const char *format, ...);
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_debugger.h67 virtual void Debug(const char *format, ...);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_debugger.h61 virtual void Debug(DebugTag tag, const char *format, ...);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_debugger.h60 virtual void Debug(DebugTag tag, const char *format, ...);

12345