Lines Matching refs:GetProperty

40   DebugHandler::Get()->GetProperty(COMPOSITION_MASK_PROP, &value);  in GetSimulationFlag()
47 DebugHandler::Get()->GetProperty(HDMI_CONFIG_INDEX_PROP, value); in GetExternalResolution()
59 DebugHandler::Get()->GetProperty(IDLE_TIME_PROP, &active_val); in GetIdleTimeoutMs()
60 DebugHandler::Get()->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val); in GetIdleTimeoutMs()
68 DebugHandler::Get()->GetProperty(BOOT_ANIMATION_LAYER_COUNT_PROP, &value); in GetBootAnimLayerCount()
75 DebugHandler::Get()->GetProperty(DISABLE_ROTATOR_DOWNSCALE_PROP, &value); in IsRotatorDownScaleDisabled()
82 DebugHandler::Get()->GetProperty(DISABLE_DECIMATION_PROP, &value); in IsDecimationDisabled()
91 DebugHandler::Get()->GetProperty(PRIMARY_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
94 DebugHandler::Get()->GetProperty(EXTERNAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
97 DebugHandler::Get()->GetProperty(VIRTUAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
108 DebugHandler::Get()->GetProperty(MAX_UPSCALE_PROP, &value); in GetMaxUpscale()
115 DebugHandler::Get()->GetProperty(VIDEO_MODE_PANEL_PROP, &value); in IsVideoModeEnabled()
122 DebugHandler::Get()->GetProperty(DISABLE_ROTATOR_UBWC_PROP, &value); in IsRotatorUbwcDisabled()
129 DebugHandler::Get()->GetProperty(DISABLE_ROTATOR_SPLIT_PROP, &value); in IsRotatorSplitDisabled()
136 DebugHandler::Get()->GetProperty(DISABLE_SCALER_PROP, &value); in IsScalarDisabled()
145 DebugHandler::Get()->GetProperty(DISABLE_UBWC_PROP, &ubwc_disabled); in IsUbwcTiledFrameBuffer()
148 DebugHandler::Get()->GetProperty(ENABLE_FB_UBWC_PROP, &ubwc_framebuffer); in IsUbwcTiledFrameBuffer()
156 DebugHandler::Get()->GetProperty(DISABLE_AVR_PROP, &value); in IsAVRDisabled()
163 DebugHandler::Get()->GetProperty(DISABLE_EXTERNAL_ANIMATION_PROP, &value); in IsExtAnimDisabled()
170 DebugHandler::Get()->GetProperty(DISABLE_PARTIAL_SPLIT_PROP, &value); in IsPartialSplitDisabled()
177 DebugHandler::Get()->GetProperty(PREFER_SOURCE_SPLIT_PROP, &value); in IsSrcSplitPreferred()
185 int error = DebugHandler::Get()->GetProperty(MIXER_RESOLUTION_PROP, value); in GetMixerResolution()
201 int error = DebugHandler::Get()->GetProperty(SIMULATED_CONFIG_PROP, value); in GetReducedConfig()
216 DebugHandler::Get()->GetProperty(MAX_EXTERNAL_LAYERS_PROP, &max_external_layers); in GetExtMaxlayers()
221 DisplayError Debug::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::Debug
222 if (DebugHandler::Get()->GetProperty(property_name, value)) { in GetProperty()
229 DisplayError Debug::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::Debug
230 if (DebugHandler::Get()->GetProperty(property_name, value)) { in GetProperty()