/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | display_composer_vdi_impl.cpp | 41 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayCapability() 52 DISPLAY_LOGE("failed, ec=%{public}d", ec); in GetDisplaySupportedModes() 60 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplaySupportedModes() 67 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayMode() 74 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in SetDisplayMode() 81 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayPowerStatus() 88 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in SetDisplayPowerStatus() 95 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayBacklight() 102 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in SetDisplayBacklight() 108 DISPLAY_LOGE(" in GetDisplayProperty() [all...] |
H A D | drm_plane.cpp | 71 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_x prop id")); in GetCrtcProp() 76 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_y prop id")); in GetCrtcProp() 81 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_w prop id")); in GetCrtcProp() 86 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_h prop id")); in GetCrtcProp() 90 DISPLAY_LOGE("plane %{public}d crtc_x %{public}d crtc_y %{public}d crtc_w %{public}d crtc_h %{public}d", in GetCrtcProp() 106 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane src_x prop id")); in GetSrcProp() 111 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane src_y prop id")); in GetSrcProp() 116 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane src_w prop id")); in GetSrcProp() 121 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane src_h prop id")); in GetSrcProp() 125 DISPLAY_LOGE("plan in GetSrcProp() [all...] |
H A D | drm_display.cpp | 50 DISPLAY_CHK_RETURN((mCrtc == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("crtc is null")); in Init() 51 DISPLAY_CHK_RETURN((mConnector == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("connector is null")); in Init() 52 DISPLAY_CHK_RETURN((mDrmDevice == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("drmDevice is null")); in Init() 55 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("init failed")); in Init() 58 DISPLAY_LOGE("can not new HdiGfxComposition errno %{public}d", errno)); in Init() 60 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not init HdiGfxComposition")); in Init() 64 DISPLAY_LOGE("can not new HdiDrmComposition errno %{public}d", errno)); in Init() 66 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not init HdiDrmComposition")); in Init() 69 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("bind crtc failed")); in Init() 72 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("choos in Init() [all...] |
H A D | hdi_drm_composition.cpp | 37 DISPLAY_CHK_RETURN((mCrtc == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("crtc is null")); in Init() 38 DISPLAY_CHK_RETURN((mConnector == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("connector is null")); in Init() 39 DISPLAY_CHK_RETURN((mDrmDevice == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("drmDevice is null")); in Init() 66 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("set the fb planeid fialed errno : %{public}d", errno)); in SetCrtcProperty() 71 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("set the fb planeid fialed errno : %{public}d", errno)); in SetCrtcProperty() 76 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("set the fb planeid fialed errno : %{public}d", errno)); in SetCrtcProperty() 81 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("set the fb planeid fialed errno : %{public}d", errno)); in SetCrtcProperty() 96 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("set the fb planeid fialed errno : %{public}d", errno)); in SetSrcProperty() 101 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("set the fb planeid fialed errno : %{public}d", errno)); in SetSrcProperty() 107 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("se in SetSrcProperty() [all...] |
H A D | hdi_layer.cpp | 44 DISPLAY_LOGE("the fd : %{public}d dup failed errno %{public}d", hdl.fd, errno); in HdiLayerBuffer() 95 DISPLAY_CHK_RETURN((id == INVALIDE_LAYER_ID), DISPLAY_FAILURE, DISPLAY_LOGE("have no id to used")); in Init() 102 DISPLAY_CHK_RETURN((rect == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("in rect is nullptr")); in SetLayerRegion() 111 DISPLAY_CHK_RETURN((rect == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("in rect is nullptr")); in SetLayerCrop() 133 DISPLAY_CHK_RETURN((alpha == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("in alpha is nullptr")); in SetLayerAlpha() 148 DISPLAY_CHK_RETURN((region == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("the in rect is null")); in SetLayerDirtyRegion() 168 DISPLAY_LOGE("strftime failed"); in GetFileName() 184 DISPLAY_CHK_RETURN((dispBuf == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("dispBuf init failed")); in DumpLayerBuffer() 189 DISPLAY_CHK_RETURN((fileName == ""), DISPLAY_FAILURE, DISPLAY_LOGE("GetFileName failed")); in DumpLayerBuffer() 195 DISPLAY_CHK_RETURN((!rawDataFile.good()), DISPLAY_FAILURE, DISPLAY_LOGE("ope in DumpLayerBuffer() [all...] |
H A D | hdi_gfx_composition.cpp | 35 DISPLAY_LOGE("GfxModuleInit failed")); in Init() 37 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("gfx init failed")); in Init() 51 DISPLAY_LOGE("Failed to load module: %{public}s", dlerror()); in GfxModuleInit() 59 DISPLAY_LOGE("Failed to lookup %{public}s function: %s", "GfxInitialize", dlerror()); in GfxModuleInit() 74 DISPLAY_LOGE("Failed to lookup %{public}s function: %s", "GfxUninitialize", dlerror()); in GfxModuleDeinit() 159 DISPLAY_CHK_RETURN((srcBuffer == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("the srcbuffer is null")); in BlitLayer() 164 DISPLAY_CHK_RETURN((dstBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not get client layer buffer")); in BlitLayer() 185 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null")); in BlitLayer() 195 DISPLAY_CHK_RETURN((dstBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not get client layer buffer")); in ClearRect() 198 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Rec in ClearRect() [all...] |
H A D | hdi_display.cpp | 50 DISPLAY_CHK_RETURN((id == INVALIDE_DISPLAY_ID), DISPLAY_FAILURE, DISPLAY_LOGE("have no id to used")); in Init() 53 DISPLAY_CHK_RETURN((layer.get() == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create hdi layer for client")); in Init() 70 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in SetLayerZorder() 93 DISPLAY_CHK_RETURN((layerInfo == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("LayerInfo is null")); in CreateLayer() 94 DISPLAY_CHK_RETURN((layerId == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("layerId is null")); in CreateLayer() 96 DISPLAY_CHK_RETURN((layer.get() == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create hdi layer")); in CreateLayer() 98 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("Layer Init failed")); in CreateLayer() 119 DISPLAY_LOGE("can not find the layer id %{public}d", layerId)); in DestroyLayer() 127 DISPLAY_CHK_RETURN((num == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("the num is nullptr")); in GetDisplayCompChange() 147 DISPLAY_CHK_RETURN((num == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("th in GetDisplayReleaseFence() [all...] |
H A D | hdi_composer.cpp | 30 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepare failed")); in Prepare() 32 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("post composition prepare failed")); in Prepare() 39 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition apply failed")); in Commit() 42 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("post composition apply failed")); in Commit()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/ |
H A D | display_composer_vdi_impl.cpp | 44 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayCapability() 56 DISPLAY_LOGE("failed, ec=%{public}d", ec); in GetDisplaySupportedModes() 63 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplaySupportedModes() 71 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayMode() 79 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in SetDisplayMode() 87 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayPowerStatus() 95 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in SetDisplayPowerStatus() 103 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayBacklight() 111 DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in SetDisplayBacklight() 117 DISPLAY_LOGE(" in GetDisplayProperty() [all...] |
/drivers/peripheral/display/composer/hdi_service/src/ |
H A D | display_composer_service.cpp | 64 DISPLAY_LOGE("Load composer VDI failed, lib: %{public}s", DISPLAY_COMPOSER_VDI_LIBRARY); in DisplayComposerService() 76 DISPLAY_LOGE("Load composer VDI function failed"); in DisplayComposerService() 125 DISPLAY_LOGE("composer load vendor vdi default library failed: %{public}s", in LoadVdiSo() 149 DISPLAY_LOGE("CreateVdiFuncV1_0 dlsym error: %{public}s", errStr); in LoadVdiV1_0() 158 DISPLAY_LOGE("DestroyVdiFuncV1_0 dlsym error: %{public}s", errStr); in LoadVdiV1_0() 181 DISPLAY_LOGE("CreateVdiFuncV1_1 dlsym error: %{public}s", errStr); in LoadVdiV1_1() 190 DISPLAY_LOGE("DestroyVdiFuncV1_1 dlsym error: %{public}s", errStr); in LoadVdiV1_1() 209 DISPLAY_LOGE("cb data is nullptr"); in OnHotPlug() 215 DISPLAY_LOGE("CacheMgr_ is nullptr"); in OnHotPlug() 222 DISPLAY_LOGE("Ad in OnHotPlug() [all...] |
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | hdi_drm_composition.cpp | 36 DISPLAY_CHK_RETURN((mCrtc == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("crtc is null"));
in Init() 37 DISPLAY_CHK_RETURN((mConnector == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("connector is null"));
in Init() 38 DISPLAY_CHK_RETURN((mDrmDevice == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("drmDevice is null"));
in Init() 41 DISPLAY_CHK_RETURN((mPrimPlanes.size() == 0), DISPLAY_FAILURE, DISPLAY_LOGE("has no primary plane"));
in Init() 69 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("set IN_FENCE_FD failed"));
in ApplyPlane() 75 DISPLAY_CHK_RETURN((gemBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("current gemBuffer is nullptr"));
in ApplyPlane() 76 DISPLAY_CHK_RETURN((!gemBuffer->IsValid()), DISPLAY_FAILURE, DISPLAY_LOGE("the DrmGemBuffer is invalid"));
in ApplyPlane() 80 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("set fb id fialed errno : %{public}d", errno));
in ApplyPlane() 86 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("set crtc id fialed errno : %{public}d", errno));
in ApplyPlane() 101 DISPLAY_LOGE("ca in UpdateMode() [all...] |
H A D | drm_display.cpp | 47 DISPLAY_CHK_RETURN((mCrtc == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("crtc is null"));
in Init() 48 DISPLAY_CHK_RETURN((mConnector == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("connector is null"));
in Init() 49 DISPLAY_CHK_RETURN((mDrmDevice == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("drmDevice is null"));
in Init() 52 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("init failed"));
in Init() 55 DISPLAY_LOGE("can not new HdiGfxComposition errno %{public}d", errno));
in Init() 57 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not init HdiGfxComposition"));
in Init() 61 DISPLAY_LOGE("can not new HdiDrmComposition errno %{public}d", errno));
in Init() 63 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not init HdiDrmComposition"));
in Init() 66 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("bind crtc failed"));
in Init() 69 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("choos in Init() [all...] |
H A D | drm_crtc.cpp | 32 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not get mode prop id"));
in Init() 35 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get out fence prop id"));
in Init() 39 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get out fence prop id"));
in Init() 48 DISPLAY_LOGE("the crtc has bind to %{public}d", mDisplayId));
in BindToDisplay() 59 DISPLAY_LOGE("can not unbind");
in UnBindDisplay() 71 DISPLAY_CHK_RETURN((id > 0), DISPLAY_PARAM_ERR, DISPLAY_LOGE("id %{public}d is invalid ", id));
in SetActivieMode()
|
H A D | drm_plane.cpp | 38 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not get plane fb id"));
in Init() 40 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get plane in fence prop id"));
in Init() 43 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc prop id"));
in Init() 46 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc prop id"));
in Init() 54 DISPLAY_LOGE("unknown type value %{public}" PRIu64 "", prop.value);
in Init()
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | display_gralloc.cpp | 23 DISPLAY_CHK_RETURN((info == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("info is nullptr")); in AllocMem() 24 DISPLAY_CHK_RETURN((handle == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("handle is nullptr")); in AllocMem() 31 DISPLAY_CHK_RETURN_NOT_VALUE((handle == nullptr), DISPLAY_LOGE("handle is nullptr")); in FreeMem() 38 DISPLAY_CHK_RETURN((handle == nullptr), nullptr, DISPLAY_LOGE("handle is nullptr")); in Mmap() 45 DISPLAY_CHK_RETURN((handle == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("handle is nullptr")); in Unmap() 52 DISPLAY_CHK_RETURN((handle == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("handle is nullptr")); in FlushCache() 59 DISPLAY_CHK_RETURN((handle == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("handle is nullptr")); in InvalidateCache() 67 DISPLAY_CHK_RETURN((funcs == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("funcs is nullptr")); in GrallocInitialize() 69 DISPLAY_CHK_RETURN((grallocFuncs == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("malloc failed")); in GrallocInitialize() 74 DISPLAY_LOGE("faile in GrallocInitialize() [all...] |
H A D | framebuffer_allocator.cpp | 52 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("FBIOPUT_VSCREENINFO failed errno : %d", errno)); in SetFdFormatAndVirtualRes() 61 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("FBIOGET_FSCREENINFO failed errno : %d", errno)); in InitFb() 64 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("FBIOGET_VSCREENINFO failed errno : %d", errno)); in InitFb() 67 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE(" failed to set fb format errno : %d", errno)); in InitFb() 71 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("FBIOGET_VSCREENINFO failed errno : %d", errno)); in InitFb() 76 DISPLAY_CHK_RETURN((varInfo_.yres == 0), DISPLAY_FAILURE, DISPLAY_LOGE("the yres is zero")); in InitFb() 93 DISPLAY_LOGE("framebuffer allocator must depend on the display adapter"); in Init() 98 DISPLAY_LOGE("Failed to open fbdev %{public}d", deviceFd_); in Init() 108 DISPLAY_LOGE("has no memory"); in Allocate() 153 DISPLAY_LOGE("faile in Mmap() [all...] |
/drivers/peripheral/display/hal/default_standard/src/display_layer_video/ |
H A D | display_layer_video.cpp | 29 DISPLAY_LOGE("get layer service failed");
in InitDisplayIfNeed() 34 DISPLAY_LOGE("init display fail, ret=%{public}d", ret);
in InitDisplayIfNeed() 53 DISPLAY_CHK_RETURN((layerInfo == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("layerInfo is nullptr"));
in CreateLayer() 54 DISPLAY_CHK_RETURN((layerId == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("layerId is nullptr"));
in CreateLayer() 57 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("display init failed"));
in CreateLayer() 71 DISPLAY_CHK_RETURN((rect == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("rect is nullptr"));
in SetLayerSize() 99 DISPLAY_CHK_RETURN((buffer == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("buffer is nullptr"));
in SetLayerBuffer() 107 DISPLAY_CHK_RETURN((funcs == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("funcs is nullptr"));
in LayerInitialize() 110 DISPLAY_LOGE("can not calloc LayerFuncs");
in LayerInitialize() 127 DISPLAY_CHK_RETURN((funcs == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("func in LayerUninitialize() [all...] |
/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | display_buffer_vdi_impl.cpp | 33 DISPLAY_LOGE("gbm construct failed"); in DisplayBufferVdiImpl() 42 DISPLAY_LOGE("gbm distruct failed"); in ~DisplayBufferVdiImpl() 85 DISPLAY_LOGE("%s is not supported", __func__); in RegisterBuffer() 91 DISPLAY_LOGE("%s is not supported", __func__); in SetMetadata() 97 DISPLAY_LOGE("%s is not supported", __func__); in GetMetadata() 103 DISPLAY_LOGE("%s is not supported", __func__); in ListMetadataKeys() 109 DISPLAY_LOGE("%s is not supported", __func__); in EraseMetadataKey() 115 DISPLAY_LOGE("%s is not supported", __func__); in GetImageLayout()
|
H A D | display_gralloc_gbm.cpp | 64 DISPLAY_LOGE("memset_s failed"); in GetGrallocManager() 67 DISPLAY_LOGE("gralloc manager malloc failed"); in GetGrallocManager() 101 DISPLAY_LOGE("GetPixelFmtStr unknown format %{public}d", format); in GetPixelFmtStr() 147 DISPLAY_LOGE("GetDrmFmtStr unknown format %{public}d", format); in GetDrmFmtStr() 195 DISPLAY_LOGE(" drm File : %{public}s is not a realpath, errno: %{public}s", drmFile, strerror(errno)); in InitGbmDevice() 200 DISPLAY_LOGE("drm file:%{public}s open failed %{public}s", drmFile, strerror(errno)); in InitGbmDevice() 209 DISPLAY_LOGE("gbm device create failed"); in InitGbmDevice() 235 DISPLAY_CHK_RETURN((eok != EOK), HDF_ERR_INVALID_PARAM, DISPLAY_LOGE("dma buffer sync memset_s failed")); in DmaBufferSync() 257 DISPLAY_LOGE("sync failed"); in DmaBufferSync() 280 DISPLAY_CHK_RETURN((info == nullptr), HDF_FAILURE, DISPLAY_LOGE("inf in GbmAllocMem() [all...] |
H A D | hi_gbm.cpp | 86 DISPLAY_LOGE("the format can not support"); in GetFormatInfo() 92 DISPLAY_CHK_RETURN_NOT_VALUE((dumb == nullptr), DISPLAY_LOGE("dumb is null")); in InitGbmBo() 93 DISPLAY_CHK_RETURN_NOT_VALUE((bo == nullptr), DISPLAY_LOGE("bo is null")); in InitGbmBo() 125 DISPLAY_LOGE("formt: 0x%{public}x can not get layout info", format)); in HdiGbmBoCreate() 127 DISPLAY_CHK_RETURN((bo == nullptr), nullptr, DISPLAY_LOGE("gbm bo create fialed no memery")); in HdiGbmBoCreate() 142 DISPLAY_CHK_RETURN((ret != 0), nullptr, DISPLAY_LOGE("DRM_IOCTL_MODE_CREATE_DUMB failed errno %{public}d", errno)); in HdiGbmBoCreate() 153 DISPLAY_CHK_RETURN((gbm == nullptr), nullptr, DISPLAY_LOGE("memory calloc failed")); in HdiGbmCreateDevice() 165 DISPLAY_CHK_RETURN((bo == nullptr), 0, DISPLAY_LOGE("the bo is null")); in HdiGbmBoGetStride() 171 DISPLAY_CHK_RETURN((bo == nullptr), 0, DISPLAY_LOGE("the bo is null")); in HdiGbmBoGetWidth() 177 DISPLAY_CHK_RETURN((bo == nullptr), 0, DISPLAY_LOGE("th in HdiGbmBoGetHeight() [all...] |
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_gfx_composition.cpp | 30 DISPLAY_LOGE("GfxModuleInit failed will use client composition always");
in Init() 34 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("gfx init failed"));
in Init() 36 DISPLAY_LOGE("Failed to init gfx will use client composition always");
in Init() 53 DISPLAY_LOGE("Failed to load module: %{public}s", dlerror());
in GfxModuleInit() 61 DISPLAY_LOGE("Failed to lookup %{public}s function: %s", LIB_GFX_FUNC_INIT, dlerror());
in GfxModuleInit() 76 DISPLAY_LOGE("Failed to lookup %{public}s function: %s", LIB_GFX_FUNC_DEINIT, dlerror());
in GfxModuleDeinit() 137 DISPLAY_CHK_RETURN((srcBuffer == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("the srcbuffer is null"));
in BlitLayer() 142 DISPLAY_CHK_RETURN((dstBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not get client layer buffer"));
in BlitLayer() 163 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null"));
in BlitLayer() 173 DISPLAY_CHK_RETURN((dstBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("ca in ClearRect() [all...] |
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
H A D | fb_display.cpp | 59 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("init failed"));
in Init() 61 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("failed to get screen information"));
in Init() 76 DISPLAY_LOGE("can not new HdiGfxComposition errno %{public}d", errno));
in Init() 78 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not init HdiGfxComposition"));
in Init() 82 DISPLAY_LOGE("can not new HdiDrmComposition errno %{public}d", errno));
in Init() 84 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not init HdiDrmComposition"));
in Init() 93 DISPLAY_CHK_RETURN((info == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("inof is nullptr"));
in GetDisplayCapability() 101 DISPLAY_CHK_RETURN((num == NULL), DISPLAY_NULL_PTR, DISPLAY_LOGE("num and modes is nullptr"));
in GetDisplaySupportedModes() 118 DISPLAY_LOGE("now has not active mode");
in GetDisplayMode() 130 DISPLAY_LOGE("th in SetDisplayMode() [all...] |
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_session.cpp | 48 DISPLAY_CHK_RETURN((callback == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("the callback is nullptr"));
in RegHotPlugCallback() 81 DISPLAY_CHK_RETURN(info == nullptr, DISPLAY_NULL_PTR, DISPLAY_LOGE("info is nullptr"));
in GetDisplayCapability() 88 DISPLAY_CHK_RETURN(num == nullptr, DISPLAY_NULL_PTR, DISPLAY_LOGE("num is nullptr"));
in GetDisplaySupportedModes() 95 DISPLAY_CHK_RETURN((mode == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("mode is nullptr"));
in GetDisplayMode() 108 DISPLAY_CHK_RETURN((status == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("status is nullptr"));
in GetDisplayPowerStatus() 121 DISPLAY_CHK_RETURN((value == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("value is nullptr"));
in GetDisplayBacklight() 135 DISPLAY_CHK_RETURN((value == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("value is nullptr"));
in GetDisplayProperty() 149 DISPLAY_CHK_RETURN((needFlushFb == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("needFlushFb is nullptr"));
in PrepareDisplayLayers() 156 DISPLAY_CHK_RETURN((num == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("num is nullptr"));
in GetDisplayCompChange() 163 DISPLAY_CHK_RETURN((rect == NULL), DISPLAY_NULL_PTR, DISPLAY_LOGE("rec in SetDisplayClientCrop() [all...] |
H A D | hdi_display.cpp | 50 DISPLAY_CHK_RETURN((id == INVALIDE_DISPLAY_ID), DISPLAY_FAILURE, DISPLAY_LOGE("have no id to used"));
in Init() 53 DISPLAY_CHK_RETURN((layer.get() == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create hdi layer for client"));
in Init() 70 DISPLAY_LOGE("can not find the layer %{public}d", layerId));
in SetLayerZorder() 94 DISPLAY_CHK_RETURN((layerInfo == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("LayerInfo is null"));
in CreateLayer() 95 DISPLAY_CHK_RETURN((layerId == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("layerId is null"));
in CreateLayer() 97 DISPLAY_CHK_RETURN((layer.get() == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create hdi layer"));
in CreateLayer() 99 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("Layer Init failed"));
in CreateLayer() 120 DISPLAY_LOGE("can not find the layer id %{public}d", layerId));
in CloseLayer() 135 DISPLAY_CHK_RETURN((num == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("the num is nullptr"));
in GetDisplayCompChange() 155 DISPLAY_CHK_RETURN((num == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("th in GetDisplayReleaseFence() [all...] |
H A D | hdi_layer.cpp | 33 DISPLAY_LOGE("the fd : %{public}d dup failed errno %{public}d", hdl.fd, errno);
in HdiLayerBuffer() 84 DISPLAY_CHK_RETURN((id == INVALIDE_LAYER_ID), DISPLAY_FAILURE, DISPLAY_LOGE("have no id to used"));
in Init() 91 DISPLAY_CHK_RETURN((rect == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("in rect is nullptr"));
in SetLayerSize() 100 DISPLAY_CHK_RETURN((rect == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("in rect is nullptr"));
in SetLayerCrop() 122 DISPLAY_CHK_RETURN((alpha == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("in alpha is nullptr"));
in SetLayerAlpha() 137 DISPLAY_CHK_RETURN((region == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("the in rect is null"));
in SetLayerDirtyRegion() 153 DISPLAY_CHK_RETURN((buffer == nullptr), DISPLAY_NULL_PTR, DISPLAY_LOGE("buffer is nullptr"));
in SetLayerBuffer() 188 DISPLAY_LOGE("CheckPixel do not support format %{public}d", handle.format));
in SetPixel() 189 DISPLAY_CHK_RETURN_NOT_VALUE((handle.virAddr == nullptr), DISPLAY_LOGE("CheckPixel viraddr is null must map it"));
in SetPixel() 191 DISPLAY_LOGE("CheckPixe in SetPixel() [all...] |