Home
last modified time | relevance | path

Searched refs:DISPLAY_LOGE (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
H A DExynosPrimaryDisplayModule.cpp94 DISPLAY_LOGE("WIN_CONFIG error: invalid assign id : " in validateWinConfigData()
136 DISPLAY_LOGE("%s: Invalid color mode size(%d), It should be(%zu)", in getColorModes()
164 DISPLAY_LOGE("%s: Invalid color mode(%d)", __func__, mode); in setColorMode()
189 DISPLAY_LOGE("%s: Invalid color mode(%d)", __func__, mode); in getRenderIntents()
199 DISPLAY_LOGE("%s: Invalid intent size(%d), It should be(%zu)", in getRenderIntents()
229 DISPLAY_LOGE("%s: Invalid color mode(%d)", __func__, mode); in setColorModeWithRenderIntent()
237 DISPLAY_LOGE("%s: Invalid render intent(%d)", __func__, intent); in setColorModeWithRenderIntent()
294 DISPLAY_LOGE("%s: layer[%d] setLayerColorData fail, layerNum(%d)", in setLayersColorData()
316 DISPLAY_LOGE("%s: setClientCompositionColorData fail", __func__); in setLayersColorData()
666 DISPLAY_LOGE("Display Scene update error (%d)", ret); in updateColorConversionInfo()
[all …]
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp942 DISPLAY_LOGE("checkScenario error ret(%d)", ret); in doPreProcessing()
1182 DISPLAY_LOGE("%s", result.string()); in handleStaticLayers()
1381 DISPLAY_LOGE("No source images"); in validateExynosCompositionLayer()
2647 DISPLAY_LOGE("invalid layer index (%d)", layerIndex); in getLayerCompositionTypeForValidationType()
2887 DISPLAY_LOGE("Invalid display type(%d)", mType); in getDisplayType()
3379 DISPLAY_LOGE("ClientTarget is NULL"); in setClientTarget()
3397 DISPLAY_LOGE("last win config"); in setClientTarget()
3401 DISPLAY_LOGE("\t%s", errString.string()); in setClientTarget()
3931 DISPLAY_LOGE("fail to clear display"); in clearDisplay()
4577 DISPLAY_LOGE("exynosComposition m2mMPP is NULL"); in addExynosCompositionLayer()
[all …]
/aosp12/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
H A DExynosExternalDisplay.cpp107 DISPLAY_LOGE("%s: set powermode ioctl failed errno : %d", __func__, errno); in closeExternalDisplay()
234 DISPLAY_LOGE("[ExternalDisplay] %s : initResourcesState fail, ret(%d)", __func__, ret); in validateDisplay()
407 DISPLAY_LOGE("set powermode ioctl failed errno : %d", errno); in enable()
432 DISPLAY_LOGE("set powermode ioctl failed errno : %d", errno); in disable()
462 DISPLAY_LOGE("set powermode ioctl failed errno : %d", errno); in setPowerMode()
/aosp12/hardware/google/graphics/gs101/libhwc2.1/libexternaldisplay/
H A DExynosExternalDisplayModule.cpp59DISPLAY_LOGE("WIN_CONFIG error: invalid assign id : %zu, s_w : %d, d_w : %d, s_h : %d, d_h : %d, … in validateWinConfigData()
/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWCDebug.h105 #define DISPLAY_LOGE(msg, ...) \ macro