Lines Matching refs:Debug
36 Debug Debug::debug_;
38 Debug::Debug() : debug_handler_(&default_debug_handler_) { in Debug() function in sdm::Debug
41 int Debug::GetSimulationFlag() { in GetSimulationFlag()
48 int Debug::GetHDMIResolution() { in GetHDMIResolution()
55 uint32_t Debug::GetIdleTimeoutMs() { in GetIdleTimeoutMs()
62 int Debug::GetBootAnimLayerCount() { in GetBootAnimLayerCount()
69 bool Debug::IsRotatorDownScaleDisabled() { in IsRotatorDownScaleDisabled()
76 bool Debug::IsDecimationDisabled() { in IsDecimationDisabled()
83 int Debug::GetMaxPipesPerMixer(DisplayType display_type) { in GetMaxPipesPerMixer()
102 bool Debug::IsVideoModeEnabled() { in IsVideoModeEnabled()
109 bool Debug::IsRotatorUbwcDisabled() { in IsRotatorUbwcDisabled()
116 bool Debug::IsRotatorSplitDisabled() { in IsRotatorSplitDisabled()
123 bool Debug::IsScalarDisabled() { in IsScalarDisabled()
130 bool Debug::IsUbwcTiledFrameBuffer() { in IsUbwcTiledFrameBuffer()
143 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty()
151 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty()