Searched refs:debug_ (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/display/msm8998/sdm/libs/utils/ |
D | debug.cpp | 38 Debug Debug::debug_; member in sdm::Debug 45 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value); in GetSimulationFlag() 52 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value); in GetHDMIResolution() 61 debug_.debug_handler_->GetProperty("sdm.idle_time", &active_val); in GetIdleTimeoutMs() 62 debug_.debug_handler_->GetProperty("sdm.idle_time.inactive", &inactive_val); in GetIdleTimeoutMs() 70 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value); in GetBootAnimLayerCount() 77 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value); in IsRotatorDownScaleDisabled() 84 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value); in IsDecimationDisabled() 93 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value); in GetMaxPipesPerMixer() 96 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value); in GetMaxPipesPerMixer() [all …]
|
/hardware/qcom/display/msm8909/sdm/libs/utils/ |
D | debug.cpp | 38 Debug Debug::debug_; member in sdm::Debug 45 debug_.debug_handler_->GetProperty(COMPOSITION_MASK_PROP, &value); in GetSimulationFlag() 52 debug_.debug_handler_->GetProperty(HDMI_CONFIG_INDEX_PROP, &value); in GetHDMIResolution() 60 debug_.debug_handler_->GetProperty(IDLE_TIME_PROP, &active_val); in GetIdleTimeoutMs() 61 debug_.debug_handler_->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val); in GetIdleTimeoutMs() 69 debug_.debug_handler_->GetProperty(BOOT_ANIMATION_LAYER_COUNT_PROP, &value); in GetBootAnimLayerCount() 76 debug_.debug_handler_->GetProperty(DISABLE_ROTATOR_DOWNSCALE_PROP, &value); in IsRotatorDownScaleDisabled() 83 debug_.debug_handler_->GetProperty(DISABLE_DECIMATION_PROP, &value); in IsDecimationDisabled() 92 debug_.debug_handler_->GetProperty(PRIMARY_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer() 95 debug_.debug_handler_->GetProperty(EXTERNAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer() [all …]
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | debug.cpp | 36 Debug Debug::debug_; member in sdm::Debug 43 debug_.debug_handler_->GetProperty("sdm.composition_simulation", &value); in GetSimulationFlag() 50 debug_.debug_handler_->GetProperty("hw.hdmi.resolution", &value); in GetHDMIResolution() 57 debug_.debug_handler_->GetProperty("sdm.idle_time", &value); in GetIdleTimeoutMs() 64 debug_.debug_handler_->GetProperty("sdm.boot_anim_layer_count", &value); in GetBootAnimLayerCount() 71 debug_.debug_handler_->GetProperty("sdm.debug.rotator_downscale", &value); in IsRotatorDownScaleDisabled() 78 debug_.debug_handler_->GetProperty("sdm.disable_decimation", &value); in IsDecimationDisabled() 87 debug_.debug_handler_->GetProperty("sdm.primary.mixer_stages", &value); in GetMaxPipesPerMixer() 90 debug_.debug_handler_->GetProperty("sdm.external.mixer_stages", &value); in GetMaxPipesPerMixer() 93 debug_.debug_handler_->GetProperty("sdm.virtual.mixer_stages", &value); in GetMaxPipesPerMixer() [all …]
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | debug.h | 62 debug_.debug_handler_ = debug_handler; in SetDebugHandler() 64 static inline DebugHandler* Get() { return debug_.debug_handler_; } in Get() 108 static Debug debug_; variable
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | debug.h | 63 debug_.debug_handler_ = debug_handler; in SetDebugHandler() 65 static inline DebugHandler* Get() { return debug_.debug_handler_; } in Get() 115 static Debug debug_; variable
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | debug.h | 62 debug_.debug_handler_ = debug_handler; in SetDebugHandler() 64 static inline DebugHandler* Get() { return debug_.debug_handler_; } in Get() 114 static Debug debug_; variable
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | debug.h | 62 debug_.debug_handler_ = debug_handler; in SetDebugHandler() 64 static inline DebugHandler* Get() { return debug_.debug_handler_; } in Get() 115 static Debug debug_; variable
|