/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/ti/omap4-aah/libtiutils/ |
D | DebugUtils.h | 56 class Debug 59 static Debug * instance(); 88 Debug(); 96 static Debug sInstance; 149 Ti::Debug * const debug = Ti::Debug::instance(); \ 249 inline Debug * Debug::instance() in instance() 253 inline Debug::ThreadInfo * Debug::findCurrentThreadInfo() in findCurrentThreadInfo() 291 inline void Debug::addOffsetForCurrentThread(const int offset) in addOffsetForCurrentThread() 309 inline int Debug::offsetForCurrentThread() in offsetForCurrentThread() 322 inline void Debug::increaseOffsetForCurrentThread() in increaseOffsetForCurrentThread() [all …]
|
D | DebugUtils.cpp | 43 Debug Debug::sInstance; 48 Debug::Debug() in Debug() function in Ti::Debug 54 void Debug::grow() in grow() 79 Debug::ThreadInfo * Debug::registerThread(Data * const data, const int32_t threadId) in registerThread()
|
/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__) 52 #define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string) 53 #define DTRACE_END() Debug::Get()->EndTrace() 54 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__) 58 class Debug { 79 Debug(); 88 virtual void Debug(DebugTag /*tag*/, const char */*format*/, ...) { } in Debug() function 103 static Debug debug_;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | gen_msvs_vcxproj.sh | 167 for cfg in Debug Release; do 352 for config in Debug Release; do 373 for config in Release Debug; do 436 for config in Debug Release; do 454 for config in Debug Release; do
|
D | gen_msvs_proj.sh | 151 for cfg in Debug Release; do 168 for cfg in Debug Release; do 388 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true" 402 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | debug_interface.h | 90 virtual void Debug(DebugTag tag, const char *format, ...) = 0;
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_debugger.h | 58 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 | 103 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 | 60 idle_timeout_ms_ = Debug::GetIdleTimeoutMs(); in Init() 62 if (hw_panel_info_.mode == kModeCommand && Debug::IsVideoModeEnabled()) { in Init()
|
D | display_hdmi.cpp | 57 Debug::GetProperty("sdm.hdmi.s3d_mode", value); in Init() 253 uint32_t user_config = UINT32(Debug::GetHDMIResolution()); in GetBestConfig()
|
D | comp_manager.cpp | 411 return resource_intf_->ValidateScaling(crop, dst, rotate90, Debug::IsUbwcTiledFrameBuffer(), in ValidateScaling()
|
D | display_base.cpp | 74 int property_value = Debug::GetMaxPipesPerMixer(display_type_); in Init()
|
/hardware/ti/omap4-aah/domx/make/ |
D | build.mk | 173 .PHONY : all $(SUBMODULES) clean cleantrg SHELLERR Debug 352 Debug::$(SUBMODULES)
|
/hardware/ti/omap4xxx/domx/make/ |
D | build.mk | 173 .PHONY : all $(SUBMODULES) clean cleantrg SHELLERR Debug 352 Debug::$(SUBMODULES)
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_hdmi.cpp | 574 bool prop_read_success = Debug::GetProperty(name, property_value); in SetSourceProductInformation()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | libs.mk | 161 INSTALL_MAPS += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/% $(p)/Debug/%)
|