Home
last modified time | relevance | path

Searched refs:DISPLAY_NOT_SUPPORT (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_display.h61 return DISPLAY_NOT_SUPPORT; in GetDisplayCapability()
65 return DISPLAY_NOT_SUPPORT; in GetDisplaySupportedModes()
69 return DISPLAY_NOT_SUPPORT; in GetDisplayMode()
73 return DISPLAY_NOT_SUPPORT; in SetDisplayMode()
77 return DISPLAY_NOT_SUPPORT; in GetDisplayPowerStatus()
81 return DISPLAY_NOT_SUPPORT; in SetDisplayPowerStatus()
85 return DISPLAY_NOT_SUPPORT; in GetDisplayBacklight()
89 return DISPLAY_NOT_SUPPORT; in SetDisplayBacklight()
103 return DISPLAY_NOT_SUPPORT; in RegDisplayVBlankCallback()
107 return DISPLAY_NOT_SUPPORT; in SetDisplayVsyncEnabled()
[all …]
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_display.h56 return DISPLAY_NOT_SUPPORT; in GetDisplayCapability()
60 return DISPLAY_NOT_SUPPORT; in GetDisplaySupportedModes()
64 return DISPLAY_NOT_SUPPORT; in GetDisplayMode()
68 return DISPLAY_NOT_SUPPORT; in SetDisplayMode()
72 return DISPLAY_NOT_SUPPORT; in GetDisplayPowerStatus()
76 return DISPLAY_NOT_SUPPORT; in SetDisplayPowerStatus()
80 return DISPLAY_NOT_SUPPORT; in GetDisplayBacklight()
84 return DISPLAY_NOT_SUPPORT; in SetDisplayBacklight()
98 return DISPLAY_NOT_SUPPORT; in RegDisplayVBlankCallback()
102 return DISPLAY_NOT_SUPPORT; in SetDisplayVsyncEnabled()
[all …]
H A Dhdi_session.cpp136 return DISPLAY_NOT_SUPPORT; in GetDisplayProperty()
143 return DISPLAY_NOT_SUPPORT; in SetDisplayProperty()
164 return DISPLAY_NOT_SUPPORT; in SetDisplayClientCrop()
171 return DISPLAY_NOT_SUPPORT; in SetDisplayClientDestRect()
185 return DISPLAY_NOT_SUPPORT; in SetDisplayClientDamage()
217 return DISPLAY_NOT_SUPPORT; in CreateVirtualDisplay()
222 return DISPLAY_NOT_SUPPORT; in DestroyVirtualDisplay()
227 return DISPLAY_NOT_SUPPORT; in SetVirtualDisplayBuffer()
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_buffer_vdi_impl.cpp80 return DISPLAY_NOT_SUPPORT; in IsSupportedAlloc()
86 return DISPLAY_NOT_SUPPORT; in RegisterBuffer()
92 return DISPLAY_NOT_SUPPORT; in SetMetadata()
98 return DISPLAY_NOT_SUPPORT; in GetMetadata()
104 return DISPLAY_NOT_SUPPORT; in ListMetadataKeys()
110 return DISPLAY_NOT_SUPPORT; in EraseMetadataKey()
116 return DISPLAY_NOT_SUPPORT; in GetImageLayout()
/ohos5.0/drivers/peripheral/display/buffer/test/benchmarktest/
H A Ddisplay_buffer_benchmark_test.cpp67 ASSERT_TRUE(ret == DISPLAY_SUCCESS || ret == DISPLAY_NOT_SUPPORT); in SetUp()
88 EXPECT_TRUE(ret == DISPLAY_SUCCESS || ret == DISPLAY_NOT_SUPPORT); in BENCHMARK_F()
106 EXPECT_TRUE(ret == DISPLAY_SUCCESS || ret == DISPLAY_NOT_SUPPORT); in BENCHMARK_F()
109 EXPECT_TRUE(ret == DISPLAY_SUCCESS || ret == DISPLAY_NOT_SUPPORT); in BENCHMARK_F()
128 EXPECT_TRUE(ret == DISPLAY_SUCCESS || ret == DISPLAY_NOT_SUPPORT); in BENCHMARK_F()
130 EXPECT_TRUE(ret == DISPLAY_SUCCESS || ret == DISPLAY_NOT_SUPPORT); in BENCHMARK_F()
148 EXPECT_TRUE(ret == DISPLAY_SUCCESS || ret == DISPLAY_NOT_SUPPORT); in BENCHMARK_F()
150 EXPECT_TRUE(ret == DISPLAY_SUCCESS || ret == DISPLAY_NOT_SUPPORT); in BENCHMARK_F()
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h306 return DISPLAY_NOT_SUPPORT; in GetDisplaySupportedColorGamuts()
310 return DISPLAY_NOT_SUPPORT; in GetDisplayColorGamut()
315 return DISPLAY_NOT_SUPPORT; in SetDisplayColorGamut()
320 return DISPLAY_NOT_SUPPORT; in GetDisplayGamutMap()
325 return DISPLAY_NOT_SUPPORT; in SetDisplayGamutMap()
330 return DISPLAY_NOT_SUPPORT; in SetDisplayColorTransform()
335 return DISPLAY_NOT_SUPPORT; in GetHDRCapabilityInfos()
340 return DISPLAY_NOT_SUPPORT; in GetSupportedMetadataKey()
438 return DISPLAY_NOT_SUPPORT; in SetLayerColorTransform()
443 return DISPLAY_NOT_SUPPORT; in SetLayerColorDataSpace()
[all …]
/ohos5.0/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp360 if (ret == DISPLAY_SUCCESS || ret == DISPLAY_NOT_SUPPORT) { in BENCHMARK_F()
381 if (ret == DISPLAY_NOT_SUPPORT) { in BENCHMARK_F()
401 if (ret == DISPLAY_NOT_SUPPORT) { in BENCHMARK_F()
421 if (ret == DISPLAY_NOT_SUPPORT) { in BENCHMARK_F()
440 if (ret == DISPLAY_NOT_SUPPORT) { in BENCHMARK_F()
467 if (ret == DISPLAY_NOT_SUPPORT) { in BENCHMARK_F()
487 if (ret == DISPLAY_NOT_SUPPORT) { in BENCHMARK_F()
507 if (ret == DISPLAY_NOT_SUPPORT) { in BENCHMARK_F()
526 if (ret == DISPLAY_NOT_SUPPORT) { in BENCHMARK_F()
546 if (ret == DISPLAY_NOT_SUPPORT) { in BENCHMARK_F()
[all …]
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp216 if ((ret != DISPLAY_SUCCESS) && (ret != DISPLAY_NOT_SUPPORT)) { in TestSetHardwareCursorPosition()
227 if ((ret != DISPLAY_SUCCESS) && (ret != DISPLAY_NOT_SUPPORT)) { in TestEnableHardwareCursorStats()
239 if ((ret != DISPLAY_SUCCESS) && (ret != DISPLAY_NOT_SUPPORT)) { in TestGetHardwareCursorStats()
387 if ((ret != DISPLAY_SUCCESS) && (ret != DISPLAY_NOT_SUPPORT)) { in TestGetDisplaySupportedModesExt()
401 if ((ret != DISPLAY_SUCCESS) && (ret != DISPLAY_NOT_SUPPORT)) { in TestSetDisplayModeAsync()
411 if ((ret != DISPLAY_SUCCESS) && (ret != DISPLAY_NOT_SUPPORT)) { in TestGetDisplayVBlankPeriod()
424 if ((ret != DISPLAY_SUCCESS) && (ret != DISPLAY_NOT_SUPPORT)) { in TestRegSeamlessChangeCallback()
434 if ((ret != DISPLAY_SUCCESS) && (ret != DISPLAY_NOT_SUPPORT)) { in TestGetSupportedLayerPerFrameParameterKey()
445 if ((ret != DISPLAY_SUCCESS) && (ret != DISPLAY_NOT_SUPPORT)) { in TestSetDisplayOverlayResolution()
458 if ((ret != DISPLAY_SUCCESS) && (ret != DISPLAY_NOT_SUPPORT)) { in TestRegRefreshCallback()
[all …]
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.cpp77 return DISPLAY_NOT_SUPPORT; in UpdatePixelInfo()
95 int32_t ret = DISPLAY_NOT_SUPPORT; in UpdateYuvStrideAndSize()
140 …(ret != DISPLAY_SUCCESS), DISPLAY_NOT_SUPPORT, DISPLAY_LOGE("failed to update pixel information")); in ConvertToBufferInfo()
142 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_NOT_SUPPORT, DISPLAY_LOGE("failed to update s… in ConvertToBufferInfo()
158 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_NOT_SUPPORT, DISPLAY_LOGE("failed to convert … in AllocMem()
161 …DISPLAY_CHK_RETURN((priBuffer == nullptr), DISPLAY_NOT_SUPPORT, DISPLAY_LOGE("can not alloc memory… in AllocMem()
186 return DISPLAY_NOT_SUPPORT; in Allocate()
/ohos5.0/drivers/peripheral/display/buffer/test/unittest/
H A Ddisplay_buffer_ut.cpp400 EXPECT_TRUE(ret == DISPLAY_NOT_SUPPORT || ret == DISPLAY_SUCCESS); in MetadataTest()
407 EXPECT_TRUE(ret == DISPLAY_NOT_SUPPORT || ret == DISPLAY_SUCCESS); in MetadataTest()
409 EXPECT_TRUE(ret == DISPLAY_NOT_SUPPORT || ret == DISPLAY_SUCCESS); in MetadataTest()
410 if (ret != DISPLAY_NOT_SUPPORT) { in MetadataTest()
415 EXPECT_TRUE(ret == DISPLAY_NOT_SUPPORT || ret == DISPLAY_SUCCESS); in MetadataTest()
416 if (ret != DISPLAY_NOT_SUPPORT) { in MetadataTest()
421 EXPECT_TRUE(ret == DISPLAY_NOT_SUPPORT || ret == DISPLAY_SUCCESS); in MetadataTest()
422 if (ret != DISPLAY_NOT_SUPPORT) { in MetadataTest()
436 if (ret == DISPLAY_NOT_SUPPORT) { in AllocMemTest()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_session.cpp160 return DISPLAY_NOT_SUPPORT; in GetDisplayProperty()
167 return DISPLAY_NOT_SUPPORT; in SetDisplayProperty()
188 return DISPLAY_NOT_SUPPORT; in SetDisplayClientCrop()
195 return DISPLAY_NOT_SUPPORT; in SetDisplayClientDestRect()
209 return DISPLAY_NOT_SUPPORT; in SetDisplayClientDamage()
241 return DISPLAY_NOT_SUPPORT; in CreateVirtualDisplay()
246 return DISPLAY_NOT_SUPPORT; in DestroyVirtualDisplay()
251 return DISPLAY_NOT_SUPPORT; in SetVirtualDisplayBuffer()
H A Ddrm_connector.cpp111 return DISPLAY_NOT_SUPPORT; in GetBrightness()
126 return DISPLAY_NOT_SUPPORT; in SetBrightness()
132 return DISPLAY_NOT_SUPPORT; in SetBrightness()
H A Ddrm_display.cpp119 return DISPLAY_NOT_SUPPORT; in SetDisplayPowerStatus()
H A Ddrm_device.cpp144 return found ? DISPLAY_SUCCESS : DISPLAY_NOT_SUPPORT; in GetProperty()
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp899 if (ret == DISPLAY_NOT_SUPPORT) {
927 if (ret == DISPLAY_NOT_SUPPORT) {
949 if (ret == DISPLAY_NOT_SUPPORT) {
961 if (ret == DISPLAY_NOT_SUPPORT) {
990 if (ret == DISPLAY_NOT_SUPPORT) {
998 if (ret == DISPLAY_NOT_SUPPORT) {
1009 if (ret == DISPLAY_NOT_SUPPORT) {
1020 if (ret == DISPLAY_NOT_SUPPORT) {
1034 if (ret == DISPLAY_NOT_SUPPORT) {
1045 if (ret == DISPLAY_NOT_SUPPORT) {
[all …]
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp367 DISPLAY_CHK_RETURN(ret == DISPLAY_NOT_SUPPORT, HDF_ERR_NOT_SUPPORT); in GetDisplayProperty()
534 DISPLAY_CHK_RETURN(ret == DISPLAY_NOT_SUPPORT, HDF_ERR_NOT_SUPPORT); in RegSeamlessChangeCallback()
547 DISPLAY_CHK_RETURN(ret == DISPLAY_NOT_SUPPORT, HDF_ERR_NOT_SUPPORT); in GetDisplaySupportedModesExt()
572 DISPLAY_CHK_RETURN(ret == DISPLAY_NOT_SUPPORT, HDF_ERR_NOT_SUPPORT); in SetDisplayModeAsync()
585 DISPLAY_CHK_RETURN(ret == DISPLAY_NOT_SUPPORT, HDF_ERR_NOT_SUPPORT); in GetDisplayVBlankPeriod()
652 DISPLAY_CHK_RETURN(ret == DISPLAY_NOT_SUPPORT, HDF_ERR_NOT_SUPPORT); in SetLayerPerFrameParameter()
662 DISPLAY_CHK_RETURN(ret == DISPLAY_NOT_SUPPORT, HDF_ERR_NOT_SUPPORT); in GetSupportedLayerPerFrameParameterKey()
672 DISPLAY_CHK_RETURN(ret == DISPLAY_NOT_SUPPORT, HDF_ERR_NOT_SUPPORT); in SetDisplayOverlayResolution()
697 DISPLAY_CHK_RETURN(ret == DISPLAY_NOT_SUPPORT, HDF_ERR_NOT_SUPPORT); in RegRefreshCallback()
710 DISPLAY_CHK_RETURN(ret == DISPLAY_NOT_SUPPORT, HDF_ERR_NOT_SUPPORT); in GetDisplaySupportedColorGamuts()
[all …]
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/
H A Ddisplay_gralloc_client.cpp141 return DISPLAY_NOT_SUPPORT; in FlushMCache()
149 return DISPLAY_NOT_SUPPORT; in IsSupportedAlloc()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H A Dfb_display.cpp153 return DISPLAY_NOT_SUPPORT; in GetDisplayBacklight()
159 return DISPLAY_NOT_SUPPORT; in SetDisplayBacklight()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_connector.cpp106 return DISPLAY_NOT_SUPPORT; in GetBrightness()
117 return DISPLAY_NOT_SUPPORT; in SetBrightness()
H A Ddrm_device.cpp120 return found ? DISPLAY_SUCCESS : DISPLAY_NOT_SUPPORT; in GetProperty()
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_host_driver.cpp161 return DISPLAY_NOT_SUPPORT; in OnRemoteRequest()
166 return DISPLAY_NOT_SUPPORT; in OnRemoteRequest()
791 return DISPLAY_NOT_SUPPORT; in InvokeDisplayCmd()
917 return DISPLAY_NOT_SUPPORT; in GetWriteBackFrame()
924 return DISPLAY_NOT_SUPPORT; in CreateWriteBack()
931 return DISPLAY_NOT_SUPPORT; in DestroyWriteBack()
1686 return DISPLAY_NOT_SUPPORT; in InvokeLayerCmd()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_display_v10.md67 …FD_ERR = -2 , DISPLAY_PARAM_ERR = -3 ,<br/>DISPLAY_NULL_PTR = -4 , DISPLAY_NOT_SUPPORT = -5 , DISP…
401 | DISPLAY_NOT_SUPPORT | 不支持的特性 |
H A D_display_composer_type_8idl_v10.md47 …FD_ERR = -2 , DISPLAY_PARAM_ERR = -3 ,<br/>DISPLAY_NULL_PTR = -4 , DISPLAY_NOT_SUPPORT = -5 , DISP…
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h65 DISPLAY_NOT_SUPPORT = -5, /**< Unsupported feature */ enumerator
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c226 ret = DISPLAY_NOT_SUPPORT; in AllocMem()

12