Home
last modified time | relevance | path

Searched refs:DISPLAY_SUCCESS (Results 1 – 25 of 97) sorted by relevance

1234

/ohos5.0/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c59 return DISPLAY_SUCCESS; in LoadBmp()
134 return DISPLAY_SUCCESS; in DisplayInit()
142 return DISPLAY_SUCCESS; in DisplayUninit()
158 return DISPLAY_SUCCESS; in InitDisplayTest()
174 return DISPLAY_SUCCESS; in DeinitDisplayTest()
193 return DISPLAY_SUCCESS; in GetDisplayInfoTest()
211 return DISPLAY_SUCCESS; in CreateLayerTest()
225 return DISPLAY_SUCCESS; in CloseLayerTest()
240 return DISPLAY_SUCCESS; in SetLayerVisibleTest()
256 return DISPLAY_SUCCESS; in SetLayerDirtyRegionTest()
[all …]
H A Dhdi_display_test.cpp38 if (ret != DISPLAY_SUCCESS) { in SetUpTestCase()
51 if (ret != DISPLAY_SUCCESS) { in TearDownTestCase()
68 if (ret != DISPLAY_SUCCESS) {
87 if (ret != DISPLAY_SUCCESS) {
105 if (ret != DISPLAY_SUCCESS) {
123 if (ret != DISPLAY_SUCCESS) {
141 if (ret != DISPLAY_SUCCESS) {
159 if (ret != DISPLAY_SUCCESS) {
177 if (ret != DISPLAY_SUCCESS) {
196 if (ret != DISPLAY_SUCCESS) {
[all …]
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.cpp47 DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in Init()
51 DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in Init()
71 return DISPLAY_SUCCESS; in Init()
84 return DISPLAY_SUCCESS; in GetModeInfoFromId()
118 DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in RefreshLayersCompType()
126 return DISPLAY_SUCCESS; in RefreshLayersCompType()
143 return DISPLAY_SUCCESS; in GetLayersReleaseFence()
157 DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in PrepareDisplayLayers()
162 return DISPLAY_SUCCESS; in PrepareDisplayLayers()
185 return DISPLAY_SUCCESS; in Commit()
[all …]
H A Dhdi_test_layer.cpp42 if (ret != DISPLAY_SUCCESS) { in HdiGrallocBuffer()
61 if (ret != DISPLAY_SUCCESS) { in ~HdiGrallocBuffer()
95 int32_t ret = DISPLAY_SUCCESS; in SetGraphicBuffer()
98 cacheValid_ = (ret == DISPLAY_SUCCESS) ? true : false; in SetGraphicBuffer()
161 return DISPLAY_SUCCESS; in Init()
170 return DISPLAY_SUCCESS; in SwapFrontToBackQ()
178 return DISPLAY_SUCCESS; in SwapBackToFrontQ()
207 DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in PreparePresent()
226 DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in PreparePresent()
239 return DISPLAY_SUCCESS; in PreparePresent()
[all …]
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp76 return DISPLAY_SUCCESS; in GetAllocInfo()
85 return DISPLAY_SUCCESS; in GetIRect()
92 if (ret != DISPLAY_SUCCESS) { in UsingAllocmem()
99 if (ret != DISPLAY_SUCCESS) { in UsingAllocmem()
110 if (ret != DISPLAY_SUCCESS) { in TestSetClientBufferCacheCount()
128 if (ret != DISPLAY_SUCCESS) { in TestGetDisplaySupportedModes()
139 if (ret != DISPLAY_SUCCESS) { in TestSetGetDisplayMode()
144 if (ret != DISPLAY_SUCCESS) { in TestSetGetDisplayMode()
220 return DISPLAY_SUCCESS; in TestSetHardwareCursorPosition()
231 return DISPLAY_SUCCESS; in TestEnableHardwareCursorStats()
[all …]
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_display.cpp70 return DISPLAY_SUCCESS; in Init()
76 return DISPLAY_SUCCESS; in GetDisplayCapability()
82 return DISPLAY_SUCCESS; in GetDisplaySupportedModes()
89 return DISPLAY_SUCCESS; in GetDisplayMode()
111 return DISPLAY_SUCCESS; in SetDisplayPowerStatus()
116 int32_t ret = DISPLAY_SUCCESS; in ConvertToHdiPowerState()
141 int32_t ret = DISPLAY_SUCCESS; in ConvertToDrmPowerState()
182 return DISPLAY_SUCCESS; in WaitForVBlank()
216 return DISPLAY_SUCCESS; in PushFirstFrame()
239 return DISPLAY_SUCCESS; in RegDisplayVBlankCallback()
[all …]
H A Ddrm_connector.cpp99 return DISPLAY_SUCCESS; in Init()
109 return DISPLAY_SUCCESS; in GetBrightness()
122 return DISPLAY_SUCCESS; in SetBrightness()
191 DISPLAY_CHK_RETURN((ret == DISPLAY_SUCCESS), DISPLAY_SUCCESS, in TryPickEncoder()
201 DISPLAY_CHK_RETURN((ret == DISPLAY_SUCCESS), DISPLAY_SUCCESS, in PickIdleCrtcId()
207 DISPLAY_CHK_RETURN((ret == DISPLAY_SUCCESS), DISPLAY_SUCCESS, in PickIdleCrtcId()
225 return DISPLAY_SUCCESS; in UpdateModes()
240 return DISPLAY_SUCCESS; in GetDisplaySupportedModes()
249 return DISPLAY_SUCCESS; in SetDpmsState()
265 return DISPLAY_SUCCESS; in GetModeFromId()
[all …]
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp74 return DISPLAY_SUCCESS; in GetLayerInfo()
84 return DISPLAY_SUCCESS; in GetLayerAlpha()
105 return DISPLAY_SUCCESS; in GetAllocInfo()
114 return DISPLAY_SUCCESS; in GetIRect()
121 if (ret != DISPLAY_SUCCESS) { in UsingAllocmem()
128 if (ret != DISPLAY_SUCCESS) { in UsingAllocmem()
139 if (ret != DISPLAY_SUCCESS) { in UsingCreateLayer()
146 if (ret != DISPLAY_SUCCESS) { in UsingCreateLayer()
155 if (ret != DISPLAY_SUCCESS) { in UsingCloseLayer()
166 if (ret != DISPLAY_SUCCESS) { in TestSetLayerAlpha()
[all …]
/ohos5.0/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp80 EXPECT_EQ(DISPLAY_SUCCESS, ret); in BENCHMARK_F()
94 EXPECT_EQ(DISPLAY_SUCCESS, ret); in BENCHMARK_F()
111 EXPECT_EQ(DISPLAY_SUCCESS, ret); in BENCHMARK_F()
128 EXPECT_EQ(DISPLAY_SUCCESS, ret); in BENCHMARK_F()
145 EXPECT_EQ(DISPLAY_SUCCESS, ret); in BENCHMARK_F()
162 EXPECT_EQ(DISPLAY_SUCCESS, ret); in BENCHMARK_F()
179 EXPECT_EQ(DISPLAY_SUCCESS, ret); in BENCHMARK_F()
361 result = DISPLAY_SUCCESS; in BENCHMARK_F()
607 ret = DISPLAY_SUCCESS; in BENCHMARK_F()
627 ret = DISPLAY_SUCCESS; in BENCHMARK_F()
[all …]
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp107 return DISPLAY_SUCCESS; in PrepareAndCommit()
243 return DISPLAY_SUCCESS; in WaitVblank()
250 EXPECT_EQ(DISPLAY_SUCCESS, ret);
257 EXPECT_EQ(DISPLAY_SUCCESS, ret);
264 EXPECT_EQ(DISPLAY_SUCCESS, ret);
321 result = DISPLAY_SUCCESS;
332 ret = DISPLAY_SUCCESS;
342 ret = DISPLAY_SUCCESS;
353 ret = DISPLAY_SUCCESS;
931 if (ret == DISPLAY_SUCCESS) {
[all …]
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_display.cpp73 return DISPLAY_SUCCESS; in Init()
79 return DISPLAY_SUCCESS; in GetDisplayCapability()
85 return DISPLAY_SUCCESS; in GetDisplaySupportedModes()
92 return DISPLAY_SUCCESS; in GetDisplayMode()
140 return DISPLAY_SUCCESS; in SetDisplayPowerStatus()
145 int32_t ret = DISPLAY_SUCCESS; in ConvertToHdiPowerState()
211 return DISPLAY_SUCCESS; in WaitForVBlank()
223 int ret = DISPLAY_SUCCESS; in PushFirstFrame()
244 return DISPLAY_SUCCESS; in PushFirstFrame()
268 return DISPLAY_SUCCESS; in RegDisplayVBlankCallback()
[all …]
H A Ddisplay_composer_vdi_impl.cpp41 … DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayCapability()
51 if (ec != DISPLAY_SUCCESS) { 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()
126 … DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayCompChange()
[all …]
H A Ddrm_plane.cpp71 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_… in GetCrtcProp()
76 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_… in GetCrtcProp()
81 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_… in GetCrtcProp()
86 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc_… in GetCrtcProp()
106 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane src_x… in GetSrcProp()
111 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane src_y… in GetSrcProp()
116 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane src_w… in GetSrcProp()
121 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane src_h… in GetSrcProp()
136 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc … in GetNameProp()
172 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not get plane fb i… in Init()
[all …]
H A Ddrm_crtc.cpp44 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not get mode prop … in Init()
47 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get out fence … in Init()
51 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get out fence … in Init()
57 if (ret != DISPLAY_SUCCESS) { in Init()
59 return DISPLAY_SUCCESS; in Init()
72 return DISPLAY_SUCCESS; in Init()
80 return DISPLAY_SUCCESS; in BindToDisplay()
106 return DISPLAY_SUCCESS; in SetActivieMode()
H A Dhdi_display.cpp56 return DISPLAY_SUCCESS; in Init()
74 return DISPLAY_SUCCESS; in SetLayerZorder()
86 return DISPLAY_SUCCESS; in SetLayerZorder()
104 return DISPLAY_SUCCESS; in CreateLayer()
122 return DISPLAY_SUCCESS; in DestroyLayer()
130 return DISPLAY_SUCCESS; in GetDisplayCompChange()
142 return DISPLAY_SUCCESS; in GetDisplayCompChange()
164 return DISPLAY_SUCCESS; in GetDisplayReleaseFence()
193 return DISPLAY_SUCCESS; in PrepareDisplayLayers()
202 return DISPLAY_SUCCESS; in Commit()
[all …]
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_layer_video/
H A Ddisplay_layer_video.cpp33 if (ret != DISPLAY_SUCCESS) { in InitDisplayIfNeed()
38 return DISPLAY_SUCCESS; in InitDisplayIfNeed()
46 return DISPLAY_SUCCESS; in DeInitDisplay()
65 return DISPLAY_SUCCESS; in CloseLayer()
73 return DISPLAY_SUCCESS; in SetLayerSize()
79 return DISPLAY_SUCCESS; in SetLayerCrop()
86 return DISPLAY_SUCCESS; in SetLayerZorder()
93 return DISPLAY_SUCCESS; in SetTransformMode()
101 return DISPLAY_SUCCESS; in SetLayerBuffer()
122 return DISPLAY_SUCCESS; in LayerInitialize()
[all …]
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H A Dfb_display.cpp59 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("init failed")); in Init()
87 return DISPLAY_SUCCESS; in Init()
95 return DISPLAY_SUCCESS; in GetDisplayCapability()
104 return DISPLAY_SUCCESS; in GetDisplaySupportedModes()
110 return DISPLAY_SUCCESS; in GetDisplaySupportedModes()
121 return DISPLAY_SUCCESS; in GetDisplayMode()
132 return DISPLAY_SUCCESS; in SetDisplayMode()
140 return DISPLAY_SUCCESS; in GetDisplayPowerStatus()
147 return DISPLAY_SUCCESS; in SetDisplayPowerStatus()
166 return DISPLAY_SUCCESS; in RegDisplayVBlankCallback()
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A Dinterface_i_display_composer_v10.md75 DISPLAY_SUCCESS 表示执行成功。
105 DISPLAY_SUCCESS 表示执行成功。
140 DISPLAY_SUCCESS 表示执行成功。
169 DISPLAY_SUCCESS 表示执行成功。
197 DISPLAY_SUCCESS 表示执行成功。
223 DISPLAY_SUCCESS 表示执行成功。
252 DISPLAY_SUCCESS 表示执行成功。
281 DISPLAY_SUCCESS 表示执行成功。
310 DISPLAY_SUCCESS 表示执行成功。
339 DISPLAY_SUCCESS 表示执行成功。
[all …]
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp44 … DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayCapability()
55 if (ec != DISPLAY_SUCCESS) { 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()
136 … DISPLAY_CHK_RETURN(ec != DISPLAY_SUCCESS, HDF_FAILURE, DISPLAY_LOGE("failed, ec=%{public}d", ec)); in GetDisplayCompChange()
[all …]
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.cpp82 return DISPLAY_SUCCESS; in UpdatePixelInfo()
90 return DISPLAY_SUCCESS; in UpdateRGBStrideAndSize()
108 ret = DISPLAY_SUCCESS; in UpdateYuvStrideAndSize()
143 return DISPLAY_SUCCESS; in ConvertToBufferInfo()
149 return DISPLAY_SUCCESS; in Init()
173 if (ret != DISPLAY_SUCCESS) { in AllocMem()
180 return DISPLAY_SUCCESS; in AllocMem()
207 return DISPLAY_SUCCESS; in FreeMem()
214 return DISPLAY_SUCCESS; in DmaBufferSync()
239 return DISPLAY_SUCCESS; in DmaBufferSync()
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp53 if (ret != DISPLAY_SUCCESS) { in LcdFlush()
73 if (ret != DISPLAY_SUCCESS || g_display.layerFuncs == nullptr) { in DisplayInit()
79 if (ret != DISPLAY_SUCCESS) { in DisplayInit()
94 if (ret != DISPLAY_SUCCESS) { in OpenLayer()
106 if (ret != DISPLAY_SUCCESS) { in OpenLayer()
117 if (ret != DISPLAY_SUCCESS) { in SetLayerVisible()
129 if (ret != DISPLAY_SUCCESS) { in SetLayerDirtyRegion()
141 if (ret != DISPLAY_SUCCESS) { in AllocDisplayBuffer()
174 if (ret != DISPLAY_SUCCESS) { in HiFbdevClose()
179 if (ret != DISPLAY_SUCCESS) { in HiFbdevClose()
[all …]
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_composer.cpp28 if (videoComp->Init() == DISPLAY_SUCCESS) { in HdiComposer()
40 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("post composition prepa… in Prepare()
45 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepar… in Prepare()
48 return DISPLAY_SUCCESS; in Prepare()
57 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("pre composition prepar… in Commit()
62 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("post composition prepa… in Commit()
64 return DISPLAY_SUCCESS; in Commit()
/ohos5.0/drivers/peripheral/display/buffer/test/benchmarktest/
H A Ddisplay_buffer_benchmark_test.cpp61 if (ret != DISPLAY_SUCCESS || g_bufferHandle == nullptr) { in SetUp()
63 ASSERT_TRUE(ret == DISPLAY_SUCCESS && g_bufferHandle != nullptr); in SetUp()
67 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/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_layer.cpp86 return DISPLAY_SUCCESS; in Init()
95 return DISPLAY_SUCCESS; in SetLayerSize()
104 return DISPLAY_SUCCESS; in SetLayerCrop()
117 return DISPLAY_SUCCESS; in SetLayerPreMulti()
125 return DISPLAY_SUCCESS; in SetLayerAlpha()
132 return DISPLAY_SUCCESS; in SetTransformMode()
140 return DISPLAY_SUCCESS; in SetLayerDirtyRegion()
147 return DISPLAY_SUCCESS; in SetLayerVisibleRegion()
159 return DISPLAY_SUCCESS; in SetLayerBuffer()
166 return DISPLAY_SUCCESS; in SetLayerCompositionType()
[all …]
H A Dhdi_display.cpp56 return DISPLAY_SUCCESS; in Init()
74 return DISPLAY_SUCCESS; in SetLayerZorder()
87 return DISPLAY_SUCCESS; in SetLayerZorder()
105 return DISPLAY_SUCCESS; in CreateLayer()
130 return DISPLAY_SUCCESS; in CloseLayer()
138 return DISPLAY_SUCCESS; in GetDisplayCompChange()
150 return DISPLAY_SUCCESS; in GetDisplayCompChange()
172 return DISPLAY_SUCCESS; in GetDisplayReleaseFence()
197 return DISPLAY_SUCCESS; in PrepareDisplayLayers()
206 return DISPLAY_SUCCESS; in Commit()
[all …]

1234