Home
last modified time | relevance | path

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

12

/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/sdm845/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/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/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/sdm845/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/sdm845/libdrmutils/
Ddrm_logger.h43 virtual void Debug(const char *format, ...) = 0;
65 DRM_LOG_CONTEXT(Debug, format, ##__VA_ARGS__)
/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/sdm845/sdm/include/core/
Ddebug_interface.h91 virtual void Debug(DebugTag tag, const char *format, ...) = 0;
/hardware/qcom/display/msm8998/sdm/include/core/
Ddebug_interface.h90 virtual void Debug(DebugTag tag, const char *format, ...) = 0;
/hardware/qcom/display/msm8996/sdm/include/core/
Ddebug_interface.h90 virtual void Debug(DebugTag tag, const char *format, ...) = 0;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_debugger.h59 virtual void Debug(DebugTag tag, const char *format, ...);
/hardware/qcom/display/sdm845/sdm/libs/hwc/
Dhwc_debugger.h59 virtual void Debug(DebugTag tag, const char *format, ...);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_debugger.h59 virtual void Debug(DebugTag tag, const char *format, ...);
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcore_interface.cpp80 Debug::SetDebugHandler(debug_handler); in CreateCore()
Ddisplay_primary.cpp65 idle_timeout_ms_ = Debug::GetIdleTimeoutMs(); in Init()
67 if (hw_panel_info_.mode == kModeCommand && Debug::IsVideoModeEnabled()) { in Init()
Ddisplay_hdmi.cpp58 Debug::GetProperty("sdm.hdmi.s3d_mode", value); in Init()
215 uint32_t user_config = UINT32(Debug::GetHDMIResolution()); in GetBestConfig()
/hardware/qcom/display/sdm845/sdm/libs/core/
Dcore_interface.cpp89 Debug::SetDebugHandler(debug_handler); in CreateCore()
Ddisplay_hdmi.cpp57 Debug::GetProperty("sdm.hdmi.s3d_mode", value); in Init()
213 uint32_t user_config = UINT32(Debug::GetHDMIResolution()); in GetBestConfig()
Ddisplay_primary.cpp63 if (hw_panel_info_.mode == kModeCommand && Debug::IsVideoModeEnabled()) { in Init()
71 avr_prop_disabled_ = Debug::IsAVRDisabled(); in Init()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcore_interface.cpp89 Debug::SetDebugHandler(debug_handler); in CreateCore()
Ddisplay_hdmi.cpp56 Debug::GetProperty("sdm.hdmi.s3d_mode", value); in Init()
207 uint32_t user_config = UINT32(Debug::GetHDMIResolution()); in GetBestConfig()
Ddisplay_primary.cpp62 if (hw_panel_info_.mode == kModeCommand && Debug::IsVideoModeEnabled()) { in Init()
70 avr_prop_disabled_ = Debug::IsAVRDisabled(); in Init()
/hardware/interfaces/usb/1.1/
Dtypes.hal29 * Indicates that the port supports Debug Accessory mode.
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicant.hal29 * Debug levels for the supplicant.
109 * @param level Debug logging level for the supplicant.

12