/ohos5.0/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/ |
H A D | display_device_proxy.cpp | 93 return DISPLAY_PARAM_ERR; in RegHotPlugCallback() 120 return DISPLAY_PARAM_ERR; in RegDisplayVBlankCallback() 148 return DISPLAY_PARAM_ERR; in RegDisplayRefreshCallback() 175 return DISPLAY_PARAM_ERR; in GetDisplayCapability() 203 return DISPLAY_PARAM_ERR; in GetDisplaySupportedModes() 237 return DISPLAY_PARAM_ERR; in GetDisplayMode() 262 return DISPLAY_PARAM_ERR; in SetDisplayMode() 291 return DISPLAY_PARAM_ERR; in GetDisplayPowerStatus() 315 return DISPLAY_PARAM_ERR; in SetDisplayPowerStatus() 343 return DISPLAY_PARAM_ERR; in GetDisplayBacklight() [all …]
|
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/include/ |
H A D | parcel_utils.h | 50 return DISPLAY_PARAM_ERR; in PackAllocInfo() 54 return DISPLAY_PARAM_ERR; in PackAllocInfo() 58 return DISPLAY_PARAM_ERR; in PackAllocInfo() 62 return DISPLAY_PARAM_ERR; in PackAllocInfo() 66 return DISPLAY_PARAM_ERR; in PackAllocInfo()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | display_gralloc.cpp | 67 DISPLAY_CHK_RETURN((funcs == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("funcs is nullptr")); in GrallocInitialize() 93 DISPLAY_CHK_RETURN(funcs == nullptr, DISPLAY_PARAM_ERR, DISPLAY_LOGE("funcs is nullptr")); in GrallocUninitialize()
|
H A D | allocator.cpp | 219 …DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("dma buffer sync memset_s failed"… in DmaBufferSync() 276 return DISPLAY_PARAM_ERR; in Unmap()
|
H A D | framebuffer_allocator.cpp | 167 return DISPLAY_PARAM_ERR; in Unmap()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_display.cpp | 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()
|
H A D | drm_crtc.cpp | 101 DISPLAY_CHK_RETURN((id > 0), DISPLAY_PARAM_ERR, DISPLAY_LOGE("id %{public}d is invalid ", id)); in SetActivieMode()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_display.cpp | 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()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_crtc.cpp | 71 DISPLAY_CHK_RETURN((id > 0), DISPLAY_PARAM_ERR, DISPLAY_LOGE("id %{public}d is invalid ", id)); in SetActivieMode()
|
H A D | drm_display.cpp | 108 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_PARAM_ERR, in SetDisplayPowerStatus()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _display_v10.md | 67 …>DISPLAY_SUCCESS = 0 , DISPLAY_FAILURE = -1 , DISPLAY_FD_ERR = -2 , DISPLAY_PARAM_ERR = -3 ,<br/>D… 399 | DISPLAY_PARAM_ERR | 参数错误 |
|
H A D | _display_composer_type_8idl_v10.md | 47 …>DISPLAY_SUCCESS = 0 , DISPLAY_FAILURE = -1 , DISPLAY_FD_ERR = -2 , DISPLAY_PARAM_ERR = -3 ,<br/>D…
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_type.h | 63 DISPLAY_PARAM_ERR = -3, /**< Parameter error */ enumerator
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | display_gralloc_gbm.cpp | 315 DISPLAY_CHK_RETURN((eok != EOK), DISPLAY_PARAM_ERR, DISPLAY_LOGE("memset_s failed")); in GbmAllocMem()
|
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/ |
H A D | display_composer_hdi_impl.h | 531 ec = DISPLAY_PARAM_ERR; in ToDispErrCode()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/ |
H A D | display_composer_type.h.txt | 94 DISPLAY_PARAM_ERR = -3,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/ |
H A D | dump.txt | 190 DISPLAY_PARAM_ERR = -3,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/ |
H A D | dump.txt | 344 DISPLAY_PARAM_ERR = -3,
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 61 DISPLAY_PARAM_ERR = -3, /**< Parameter error */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 61 DISPLAY_PARAM_ERR = -3, /**< Parameter error */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 61 DISPLAY_PARAM_ERR = -3, /**< Parameter error */
|