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()
56 void Debug::GetIdleTimeoutMs(uint32_t *active_ms, uint32_t *inactive_ms) { in GetIdleTimeoutMs()
67 int Debug::GetBootAnimLayerCount() { in GetBootAnimLayerCount()
74 bool Debug::IsRotatorDownScaleDisabled() { in IsRotatorDownScaleDisabled()
81 bool Debug::IsDecimationDisabled() { in IsDecimationDisabled()
88 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { in GetMaxPipesPerMixer()
107 int Debug::GetMaxUpscale() { in GetMaxUpscale()
114 bool Debug::IsVideoModeEnabled() { in IsVideoModeEnabled()
121 bool Debug::IsRotatorUbwcDisabled() { in IsRotatorUbwcDisabled()
128 bool Debug::IsRotatorSplitDisabled() { in IsRotatorSplitDisabled()
135 bool Debug::IsScalarDisabled() { in IsScalarDisabled()
142 bool Debug::IsUbwcTiledFrameBuffer() { in IsUbwcTiledFrameBuffer()
155 bool Debug::IsAVRDisabled() { in IsAVRDisabled()
162 bool Debug::IsExtAnimDisabled() { in IsExtAnimDisabled()
169 bool Debug::IsPartialSplitDisabled() { in IsPartialSplitDisabled()
176 DisplayError Debug::GetMixerResolution(uint32_t *width, uint32_t *height) { in GetMixerResolution()
192 int Debug::GetExtMaxlayers() { in GetExtMaxlayers()
199 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty()
207 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty()