Home | History | Annotate | Download | only in utils

Lines Matching defs:GetProperty

45   debug_.debug_handler_->GetProperty(COMPOSITION_MASK_PROP, &value);
52 debug_.debug_handler_->GetProperty(HDMI_CONFIG_INDEX_PROP, &value);
60 debug_.debug_handler_->GetProperty(IDLE_TIME_PROP, &active_val);
61 debug_.debug_handler_->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val);
69 debug_.debug_handler_->GetProperty(BOOT_ANIMATION_LAYER_COUNT_PROP, &value);
76 debug_.debug_handler_->GetProperty(DISABLE_ROTATOR_DOWNSCALE_PROP, &value);
83 debug_.debug_handler_->GetProperty(DISABLE_DECIMATION_PROP, &value);
92 debug_.debug_handler_->GetProperty(PRIMARY_MIXER_STAGES_PROP, &value);
95 debug_.debug_handler_->GetProperty(EXTERNAL_MIXER_STAGES_PROP, &value);
98 debug_.debug_handler_->GetProperty(VIRTUAL_MIXER_STAGES_PROP, &value);
109 debug_.debug_handler_->GetProperty(MAX_UPSCALE_PROP, &value);
116 debug_.debug_handler_->GetProperty(VIDEO_MODE_PANEL_PROP, &value);
123 debug_.debug_handler_->GetProperty(DISABLE_ROTATOR_UBWC_PROP, &value);
130 debug_.debug_handler_->GetProperty(DISABLE_ROTATOR_SPLIT_PROP, &value);
137 debug_.debug_handler_->GetProperty(DISABLE_SCALER_PROP, &value);
146 debug_.debug_handler_->GetProperty(DISABLE_UBWC_PROP, &ubwc_disabled);
149 debug_.debug_handler_->GetProperty(ENABLE_FB_UBWC_PROP, &ubwc_framebuffer);
157 debug_.debug_handler_->GetProperty(DISABLE_AVR_PROP, &value);
164 debug_.debug_handler_->GetProperty(DISABLE_EXTERNAL_ANIMATION_PROP, &value);
171 debug_.debug_handler_->GetProperty(DISABLE_PARTIAL_SPLIT_PROP, &value);
179 DisplayError error = debug_.debug_handler_->GetProperty(MIXER_RESOLUTION_PROP, value);
194 debug_.debug_handler_->GetProperty(MAX_EXTERNAL_LAYERS_PROP, &max_external_layers);
199 bool Debug::GetProperty(const char* property_name, char* value) {
200 if (debug_.debug_handler_->GetProperty(property_name, value) != kErrorNone) {