Lines Matching refs:GetProperty

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()
98 debug_.debug_handler_->GetProperty(VIRTUAL_MIXER_STAGES_PROP, &value); in GetMaxPipesPerMixer()
109 debug_.debug_handler_->GetProperty(MAX_UPSCALE_PROP, &value); in GetMaxUpscale()
116 debug_.debug_handler_->GetProperty(VIDEO_MODE_PANEL_PROP, &value); in IsVideoModeEnabled()
123 debug_.debug_handler_->GetProperty(DISABLE_ROTATOR_UBWC_PROP, &value); in IsRotatorUbwcDisabled()
130 debug_.debug_handler_->GetProperty(DISABLE_ROTATOR_SPLIT_PROP, &value); in IsRotatorSplitDisabled()
137 debug_.debug_handler_->GetProperty(DISABLE_SCALER_PROP, &value); in IsScalarDisabled()
146 debug_.debug_handler_->GetProperty(DISABLE_UBWC_PROP, &ubwc_disabled); in IsUbwcTiledFrameBuffer()
149 debug_.debug_handler_->GetProperty(ENABLE_FB_UBWC_PROP, &ubwc_framebuffer); in IsUbwcTiledFrameBuffer()
157 debug_.debug_handler_->GetProperty(DISABLE_AVR_PROP, &value); in IsAVRDisabled()
164 debug_.debug_handler_->GetProperty(DISABLE_EXTERNAL_ANIMATION_PROP, &value); in IsExtAnimDisabled()
171 debug_.debug_handler_->GetProperty(DISABLE_PARTIAL_SPLIT_PROP, &value); in IsPartialSplitDisabled()
179 DisplayError error = debug_.debug_handler_->GetProperty(MIXER_RESOLUTION_PROP, value); in GetMixerResolution()
194 debug_.debug_handler_->GetProperty(MAX_EXTERNAL_LAYERS_PROP, &max_external_layers); in GetExtMaxlayers()
199 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() function in sdm::Debug
200 if (debug_.debug_handler_->GetProperty(property_name, value) != kErrorNone) { in GetProperty()