Lines Matching refs:Debug
38 Debug Debug::debug_;
40 Debug::Debug() : debug_handler_(&default_debug_handler_) { in Debug() function in sdm::Debug
43 int Debug::GetSimulationFlag() { in GetSimulationFlag()
50 int Debug::GetHDMIResolution() { in GetHDMIResolution()
57 void Debug::GetIdleTimeoutMs(uint32_t *active_ms, uint32_t *inactive_ms) { in GetIdleTimeoutMs()
68 int Debug::GetBootAnimLayerCount() { in GetBootAnimLayerCount()
75 bool Debug::IsRotatorDownScaleDisabled() { in IsRotatorDownScaleDisabled()
82 bool Debug::IsDecimationDisabled() { in IsDecimationDisabled()
89 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { in GetMaxPipesPerMixer()
108 int Debug::GetMaxUpscale() { in GetMaxUpscale()
115 bool Debug::IsVideoModeEnabled() { in IsVideoModeEnabled()
122 bool Debug::IsRotatorUbwcDisabled() { in IsRotatorUbwcDisabled()
129 bool Debug::IsRotatorSplitDisabled() { in IsRotatorSplitDisabled()
136 bool Debug::IsScalarDisabled() { in IsScalarDisabled()
143 bool Debug::IsUbwcTiledFrameBuffer() { in IsUbwcTiledFrameBuffer()
156 bool Debug::IsAVRDisabled() { in IsAVRDisabled()
163 bool Debug::IsExtAnimDisabled() { in IsExtAnimDisabled()
170 bool Debug::IsPartialSplitDisabled() { in IsPartialSplitDisabled()
177 bool Debug::IsSkipValidateDisabled() { in IsSkipValidateDisabled()
184 DisplayError Debug::GetMixerResolution(uint32_t *width, uint32_t *height) { in GetMixerResolution()
200 int Debug::GetExtMaxlayers() { in GetExtMaxlayers()
207 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty()
215 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty()