Home
last modified time | relevance | path

Searched refs:DISPLAY_FAILURE (Results 1 – 25 of 53) sorted by relevance

123

/drivers/peripheral/display/hdi_service/device/src/server/
Ddisplay_device_host_driver.cpp213 return DISPLAY_FAILURE; in GetDisplayCapability()
223 return DISPLAY_FAILURE; in GetDisplayCapability()
240 return DISPLAY_FAILURE; in GetDisplaySupportedModes()
244 return DISPLAY_FAILURE; in GetDisplaySupportedModes()
256 return DISPLAY_FAILURE; in GetDisplaySupportedModes()
260 return DISPLAY_FAILURE; in GetDisplaySupportedModes()
276 return DISPLAY_FAILURE; in GetDisplayMode()
287 return DISPLAY_FAILURE; in GetDisplayMode()
303 return DISPLAY_FAILURE; in SetDisplayMode()
308 return DISPLAY_FAILURE; in SetDisplayMode()
[all …]
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
Ddisplay_device_proxy.cpp159 return DISPLAY_FAILURE; in RegDisplayRefreshCallback()
183 return DISPLAY_FAILURE; in GetDisplayCapability()
193 ret = DISPLAY_FAILURE; in GetDisplayCapability()
211 return DISPLAY_FAILURE; in GetDisplaySupportedModes()
215 return DISPLAY_FAILURE; in GetDisplaySupportedModes()
226 ret = DISPLAY_FAILURE; in GetDisplaySupportedModes()
245 return DISPLAY_FAILURE; in GetDisplayMode()
270 return DISPLAY_FAILURE; in SetDisplayMode()
274 return DISPLAY_FAILURE; in SetDisplayMode()
298 return DISPLAY_FAILURE; in GetDisplayPowerStatus()
[all …]
/drivers/peripheral/display/composer/test/common/
Dhdi_test_display.cpp34 …DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("can not get … in Init()
39 …DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("can not get … in Init()
44 …(ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("the mode id is : %{public}u", active… in Init()
47 DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in Init()
51 DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in Init()
56 …(ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("SetDisplayMode failed, id_ : %{publi… in Init()
66 …(ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("the client layer can not be created"… in Init()
70 (ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("setClientBufferCount error")); in Init()
87 return DISPLAY_FAILURE; in GetModeInfoFromId()
118 DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in RefreshLayersCompType()
[all …]
Dhdi_test_layer.cpp88 DISPLAY_TEST_CHK_RETURN(buffer_ == nullptr, DISPLAY_FAILURE, in SetGraphicBuffer()
90 DISPLAY_TEST_CHK_RETURN(seqNo_ == UINT32_MAX, DISPLAY_FAILURE, in SetGraphicBuffer()
152 DISPLAY_TEST_CHK_RETURN((buffer->Get() == nullptr), DISPLAY_FAILURE, in Init()
165 …DISPLAY_TEST_CHK_RETURN((frontBuffers_.empty()), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("the font buff… in SwapFrontToBackQ()
173 …DISPLAY_TEST_CHK_RETURN((backBuffers_.empty()), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("the font buffe… in SwapBackToFrontQ()
196 …DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("set display … in PreparePresent()
199 …DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("set display … in PreparePresent()
202 …DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("set display … in PreparePresent()
205 DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in PreparePresent()
209 …DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("set transfor… in PreparePresent()
[all …]
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
Dhdi_drm_composition.cpp36 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 nul… in ApplyPlane()
76 …DISPLAY_CHK_RETURN((!gemBuffer->IsValid()), DISPLAY_FAILURE, DISPLAY_LOGE("the DrmGemBuffer is inv… in ApplyPlane()
80 …DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("set fb id fialed errno : %{public}d",… in ApplyPlane()
86 …DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("set crtc id fialed errno : %{public}d… in ApplyPlane()
100 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, in UpdateMode()
[all …]
Ddrm_display.cpp47 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()
54 DISPLAY_CHK_RETURN((preComp == nullptr), DISPLAY_FAILURE, in Init()
57 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not init HdiGfxCom… in Init()
60 DISPLAY_CHK_RETURN((postComp == nullptr), DISPLAY_FAILURE, in Init()
63 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not init HdiDrmCom… 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("choose preference mode… in Init()
[all …]
Ddrm_plane.cpp38 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not get plane fb i… in Init()
40 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get plane in f… in Init()
43 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc … in Init()
46 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get pane crtc … in Init()
55 return DISPLAY_FAILURE; in Init()
Ddrm_connector.cpp76 …DISPLAY_CHK_RETURN((mDrmFdPtr == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("the mDrmFdPtr is NULL")); in Init()
77 … DISPLAY_CHK_RETURN((mDrmFdPtr->GetFd() == -1), DISPLAY_FAILURE, DISPLAY_LOGE("the drm fd is -1")); in Init()
80 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not get mode prop … in Init()
86 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get out fence … in Init()
120 DISPLAY_CHK_RETURN((ret != 0), DISPLAY_FAILURE, DISPLAY_LOGE("can not set dpms")); in SetBrightness()
185 return DISPLAY_FAILURE; in TryPickEncoder()
193 return DISPLAY_FAILURE; in TryPickEncoder()
213 return DISPLAY_FAILURE; in PickIdleCrtcId()
220 DISPLAY_CHK_RETURN((c == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not get connector")); in UpdateModes()
247 DISPLAY_CHK_RETURN((ret != 0), DISPLAY_FAILURE, DISPLAY_LOGE("can not set dpms")); in SetDpmsState()
[all …]
Ddrm_crtc.cpp32 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not get mode prop … in Init()
35 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get out fence … in Init()
39 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get out fence … in Init()
47 DISPLAY_CHK_RETURN((mDisplayId != INVALIDE_DISPLAY_ID), DISPLAY_FAILURE, in BindToDisplay()
Ddrm_encoder.cpp38 DISPLAY_CHK_RETURN((crtcIter == crtcs.end()), DISPLAY_FAILURE, in PickIdleCrtcId()
41 DISPLAY_CHK_RETURN((crtc == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("crtc is null")); in PickIdleCrtcId()
53 DISPLAY_CHK_RETURN((crtc == nullptr), DISPLAY_FAILURE, in PickIdleCrtcId()
/drivers/peripheral/display/test/unittest/lite/
Dloadbmp_test.c71 return DISPLAY_FAILURE; in GetBmpInfo()
75 return DISPLAY_FAILURE; in GetBmpInfo()
82 return DISPLAY_FAILURE; in GetBmpInfo()
100 return DISPLAY_FAILURE; in CheckBmpInfo()
105 return DISPLAY_FAILURE; in CheckBmpInfo()
109 return DISPLAY_FAILURE; in CheckBmpInfo()
125 return DISPLAY_FAILURE; in LoadPicToBuffer()
130 return DISPLAY_FAILURE; in LoadPicToBuffer()
135 return DISPLAY_FAILURE; in LoadPicToBuffer()
139 return DISPLAY_FAILURE; in LoadPicToBuffer()
[all …]
Ddisplay_test.c35 return DISPLAY_FAILURE; in LoadBmp()
39 return DISPLAY_FAILURE; in LoadBmp()
52 return DISPLAY_FAILURE; in LoadBmp()
122 return DISPLAY_FAILURE; in DisplayInit()
127 return DISPLAY_FAILURE; in DisplayInit()
132 return DISPLAY_FAILURE; in DisplayInit()
171 return DISPLAY_FAILURE; in DeinitDisplayTest()
187 return DISPLAY_FAILURE; in GetDisplayInfoTest()
208 return DISPLAY_FAILURE; in CreateLayerTest()
222 return DISPLAY_FAILURE; in CloseLayerTest()
[all …]
/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
Ddevice_fuzzer.cpp76 return DISPLAY_FAILURE; in GetDisplayCapability()
95 return DISPLAY_FAILURE; in GetAllocInfo()
100 return DISPLAY_FAILURE; in GetAllocInfo()
144 return DISPLAY_FAILURE; in TestSetClientBufferCacheCount()
155 return DISPLAY_FAILURE; in TestGetDisplayCapability()
160 return DISPLAY_FAILURE; in TestGetDisplayCapability()
178 return DISPLAY_FAILURE; in TestGetDisplaySupportedModes()
189 return DISPLAY_FAILURE; in TestSetGetDisplayMode()
194 return DISPLAY_FAILURE; in TestSetGetDisplayMode()
204 return DISPLAY_FAILURE; in TestSetGetDisplayPowerStatus()
[all …]
/drivers/peripheral/display/hal/default/
Ddisplay_layer.c158 return DISPLAY_FAILURE; in DispCmdSend()
164 return DISPLAY_FAILURE; in DispCmdSend()
178 return DISPLAY_FAILURE; in GetInfo()
183 return DISPLAY_FAILURE; in GetInfo()
189 return DISPLAY_FAILURE; in GetInfo()
215 return DISPLAY_FAILURE; in GetInfo()
245 return DISPLAY_FAILURE; in InitDisplay()
254 return DISPLAY_FAILURE; in DeinitDisplay()
280 return DISPLAY_FAILURE; in CreateLayer()
300 return DISPLAY_FAILURE; in CreateLayer()
[all …]
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_session.h37 …DISPLAY_CHK_RETURN((devId == INVALIDE_DISPLAY_ID), DISPLAY_FAILURE, DISPLAY_LOGE("invalid device i… in CallDisplayFunction()
39 DISPLAY_CHK_RETURN((iter == mHdiDisplays.end()), DISPLAY_FAILURE, in CallDisplayFunction()
49 …DISPLAY_CHK_RETURN((devId == INVALIDE_DISPLAY_ID), DISPLAY_FAILURE, DISPLAY_LOGE("invalid device i… in CallLayerFunction()
51 DISPLAY_CHK_RETURN((iter == mHdiDisplays.end()), DISPLAY_FAILURE, in CallLayerFunction()
55 DISPLAY_CHK_RETURN((layer == nullptr), DISPLAY_FAILURE, in CallLayerFunction()
Dhdi_netlink_monitor.cpp35 DISPLAY_CHK_RETURN((mScoketFd < 0), DISPLAY_FAILURE, DISPLAY_LOGE("the socket has initial")); in Init()
37 DISPLAY_CHK_RETURN((fd < 0), DISPLAY_FAILURE, DISPLAY_LOGE("socket create failed")); in Init()
40 …DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("bind failed errno : %{public}d", errn… in Init()
Dhdi_display.cpp50 …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 lay… in Init()
69 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), DISPLAY_FAILURE, in SetLayerZorder()
97 …DISPLAY_CHK_RETURN((layer.get() == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not create hdi lay… in CreateLayer()
99 … DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("Layer Init failed")); in CreateLayer()
119 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), DISPLAY_FAILURE, 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("the num is nullptr")); in GetDisplayReleaseFence()
/drivers/peripheral/display/hal/
Ddisp_hal.c45 return DISPLAY_FAILURE; in DispCmdSend()
56 return DISPLAY_FAILURE; in GetInfo()
62 return DISPLAY_FAILURE; in GetInfo()
97 return DISPLAY_FAILURE; in GetInfo()
108 return DISPLAY_FAILURE; in DispGetParaProcess()
114 return DISPLAY_FAILURE; in DispGetParaProcess()
141 return DISPLAY_FAILURE; in DispGetParaProcess()
151 return DISPLAY_FAILURE; in DispEventProcess()
168 return DISPLAY_FAILURE; in DispEventProcess()
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
Dhdi_composer.cpp40 …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()
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()
Dhdi_gfx_composition.cpp34 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("gfx init failed")); in Init()
54 return DISPLAY_FAILURE; in GfxModuleInit()
63 return DISPLAY_FAILURE; in GfxModuleInit()
142 …DISPLAY_CHK_RETURN((dstBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("can not get client layer… 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("can not get client layer… in ClearRect()
176 …DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Rect: mGfxFuncs is null")); in ClearRect()
190 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in Apply()
195 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, in Apply()
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
Dlayer_fuzzer.cpp61 return DISPLAY_FAILURE; in GetLayerInfo()
67 return DISPLAY_FAILURE; in GetLayerInfo()
92 return DISPLAY_FAILURE; in GetAllocInfo()
97 return DISPLAY_FAILURE; in GetAllocInfo()
141 return DISPLAY_FAILURE; in UsingCreateLayer()
157 return DISPLAY_FAILURE; in UsingCloseLayer()
168 return DISPLAY_FAILURE; in TestSetLayerAlpha()
173 return DISPLAY_FAILURE; in TestSetLayerAlpha()
184 return DISPLAY_FAILURE; in TestSetLayerRegion()
199 return DISPLAY_FAILURE; in TestSetLayerCrop()
[all …]
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
Dframebuffer_allocator.cpp52 …DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("FBIOPUT_VSCREENINFO failed errno : %d… in SetFdFormatAndVirtualRes()
61 …DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("FBIOGET_FSCREENINFO failed errno : %d… in InitFb()
64 …DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("FBIOGET_VSCREENINFO failed errno : %d… in InitFb()
67 …DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE(" failed to set fb format errno : %d",… in InitFb()
71 …DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("FBIOGET_VSCREENINFO failed errno : %d… in InitFb()
76 DISPLAY_CHK_RETURN((varInfo_.yres == 0), DISPLAY_FAILURE, DISPLAY_LOGE("the yres is zero")); in InitFb()
94 return DISPLAY_FAILURE; in Init()
99 return DISPLAY_FAILURE; in Init()
172 return DISPLAY_FAILURE; in Unmap()
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
Dfb_display.cpp59 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()
75 DISPLAY_CHK_RETURN((preComp == nullptr), DISPLAY_FAILURE, in Init()
78 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not init HdiGfxCom… in Init()
81 DISPLAY_CHK_RETURN((postComp == nullptr), DISPLAY_FAILURE, in Init()
84 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not init HdiDrmCom… in Init()
119 return DISPLAY_FAILURE; in GetDisplayMode()
/drivers/peripheral/display/hal/default_standard/src/display_layer_video/
Ddisplay_layer_video.cpp30 return DISPLAY_FAILURE; in InitDisplayIfNeed()
35 return DISPLAY_FAILURE; in InitDisplayIfNeed()
57 …DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("display init failed")); in CreateLayer()
107 DISPLAY_CHK_RETURN((funcs == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("funcs is nullptr")); in LayerInitialize()
111 return DISPLAY_FAILURE; in LayerInitialize()
/drivers/peripheral/display/hal/default_standard/src/utils/
Ddisplay_adapter.cpp44 return DISPLAY_FAILURE; in Init()
49 return DISPLAY_FAILURE; in Init()
54 return DISPLAY_FAILURE; in Init()
59 return DISPLAY_FAILURE; in Init()

123