/hardware/qcom/display/msm8998/sdm/libs/utils/ |
D | debug.cpp | 38 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 uint32_t Debug::GetIdleTimeoutMs() { in GetIdleTimeoutMs() 64 int Debug::GetBootAnimLayerCount() { in GetBootAnimLayerCount() 71 bool Debug::IsRotatorDownScaleDisabled() { in IsRotatorDownScaleDisabled() 78 bool Debug::IsDecimationDisabled() { in IsDecimationDisabled() 85 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { in GetMaxPipesPerMixer() 104 int Debug::GetMaxVideoUpscale() { in GetMaxVideoUpscale() [all …]
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | debug.cpp | 36 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/ |
D | debug.h | 38 #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/ |
D | debug.h | 38 #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 { 86 Debug(); 95 virtual void Debug(DebugTag /*tag*/, const char */*format*/, ...) { } in Debug() function 113 static Debug debug_;
|
/hardware/qcom/display/msm8998/libdrmutils/ |
D | drm_logger.h | 43 virtual void Debug(const char *format, ...) = 0; 65 DRM_LOG_CONTEXT(Debug, format, ##__VA_ARGS__)
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | display_primary.cpp | 62 idle_timeout_ms_ = Debug::GetIdleTimeoutMs(); in Init() 64 if (hw_panel_info_.mode == kModeCommand && Debug::IsVideoModeEnabled()) { in Init() 72 avr_prop_disabled_ = Debug::IsAVRDisabled(); in Init()
|
D | core_interface.cpp | 89 Debug::SetDebugHandler(debug_handler); in CreateCore()
|
D | display_hdmi.cpp | 56 Debug::GetProperty("sdm.hdmi.s3d_mode", value); in Init() 207 uint32_t user_config = UINT32(Debug::GetHDMIResolution()); in GetBestConfig()
|
D | comp_manager.cpp | 135 max_sde_ext_layers_ = UINT32(Debug::GetExtMaxlayers()); in RegisterDisplay() 455 BufferLayout layout = Debug::IsUbwcTiledFrameBuffer() ? kUBWC : kLinear; in ValidateScaling()
|
D | display_base.cpp | 61 error = Debug::GetMixerResolution(&mixer_attributes_.width, &mixer_attributes_.height); in Init() 93 int property_value = Debug::GetMaxPipesPerMixer(display_type_); in Init() 108 Debug::Get()->GetProperty("sdm.disable_hdr_lut_gen", &disable_hdr_lut_gen_); in Init()
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | debug_interface.h | 90 virtual void Debug(DebugTag tag, const char *format, ...) = 0;
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
D | debug_interface.h | 90 virtual void Debug(DebugTag tag, const char *format, ...) = 0;
|
/hardware/qcom/display/msm8998/sdm/libs/hwc/ |
D | hwc_debugger.h | 59 virtual void Debug(DebugTag tag, const char *format, ...);
|
D | hwc_debugger.cpp | 135 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { in Debug() function in sdm::HWCDebugHandler
|
D | hwc_display_primary.cpp | 125 numBootUpLayers = static_cast<uint32_t>(Debug::GetBootAnimLayerCount()); in ProcessBootAnimCompleted()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_debugger.h | 59 virtual void Debug(DebugTag tag, const char *format, ...);
|
D | hwc_debugger.cpp | 131 void HWCDebugHandler::Debug(DebugTag tag, const char *format, ...) { in Debug() function in sdm::HWCDebugHandler
|
D | hwc_display_primary.cpp | 108 numBootUpLayers = static_cast<uint32_t>(Debug::GetBootAnimLayerCount()); in ProcessBootAnimCompleted()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | core_interface.cpp | 80 Debug::SetDebugHandler(debug_handler); in CreateCore()
|
D | display_primary.cpp | 65 idle_timeout_ms_ = Debug::GetIdleTimeoutMs(); in Init() 67 if (hw_panel_info_.mode == kModeCommand && Debug::IsVideoModeEnabled()) { in Init()
|
D | display_hdmi.cpp | 58 Debug::GetProperty("sdm.hdmi.s3d_mode", value); in Init() 215 uint32_t user_config = UINT32(Debug::GetHDMIResolution()); in GetBestConfig()
|
D | comp_manager.cpp | 414 return resource_intf_->ValidateScaling(crop, dst, rotate90, Debug::IsUbwcTiledFrameBuffer(), in ValidateScaling()
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 82 Debug::Get()->method(kTagNone, "%s", buf); 87 void Debug(const char *format, ...) { PRINTLOG(Debug, format, buf_); } in Debug() function in sdm::DRMLoggerImpl
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicant.hal | 29 * Debug levels for the supplicant. 109 * @param level Debug logging level for the supplicant.
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display_primary.cpp | 123 numBootUpLayers = static_cast<uint32_t>(Debug::GetBootAnimLayerCount()); in ProcessBootAnimCompleted()
|