Home
last modified time | relevance | path

Searched refs:errStr (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_data_structure.cpp34 char* errStr = dlerror(); in GetHandle() local
35 if (errStr) { in GetHandle()
51 char* errStr = dlerror(); in HdfGetModuleConfigRoot() local
52 if (errStr) { in HdfGetModuleConfigRoot()
72 char* errStr = dlerror(); in HdfGetPipelineSpecsModuleConfigRoot() local
73 if (errStr) { in HdfGetPipelineSpecsModuleConfigRoot()
/drivers/peripheral/display/buffer/hdi_service/src/
H A Dallocator_service.cpp77 const char* errStr = dlerror(); in LoadVdi() local
78 if (errStr != nullptr) { in LoadVdi()
79 HDF_LOGD("%{public}s: allocator load vdi, clear earlier dlerror: %{public}s", __func__, errStr); in LoadVdi()
97 errStr = dlerror(); in LoadVdi()
98 if (errStr != nullptr) { in LoadVdi()
99 HDF_LOGE("%{public}s: allocator CreateDisplayBufferVdi dlsym error: %{public}s", __func__, errStr); in LoadVdi()
107 errStr = dlerror(); in LoadVdi()
108 if (errStr != nullptr) { in LoadVdi()
109 HDF_LOGE("%{public}s: allocator DestroyDisplayBufferVdi dlsym error: %{public}s", __func__, errStr); in LoadVdi()
H A Dmapper_service.cpp72 const char* errStr = dlerror(); in LoadVdi() local
73 if (errStr != nullptr) { in LoadVdi()
74 HDF_LOGD("%{public}s: mapper load vdi, clear earlier dlerror: %{public}s", __func__, errStr); in LoadVdi()
92 errStr = dlerror(); in LoadVdi()
93 if (errStr != nullptr) { in LoadVdi()
94 HDF_LOGE("%{public}s: mapper CreateDisplayBufferVdi dlsym error: %{public}s", __func__, errStr); in LoadVdi()
102 errStr = dlerror(); in LoadVdi()
103 if (errStr != nullptr) { in LoadVdi()
104 HDF_LOGE("%{public}s: mapper DestroyDisplayBufferVdi dlsym error: %{public}s", __func__, errStr); in LoadVdi()
H A Dmetadata_service.cpp73 const char* errStr = dlerror(); in LoadVdi() local
74 if (errStr != nullptr) { in LoadVdi()
75 HDF_LOGD("%{public}s: metadata load vdi, clear earlier dlerror: %{public}s", __func__, errStr); in LoadVdi()
93 errStr = dlerror(); in LoadVdi()
94 if (errStr != nullptr) { in LoadVdi()
95 HDF_LOGE("%{public}s: metadata CreateDisplayBufferVdi dlsym error: %{public}s", __func__, errStr); in LoadVdi()
103 errStr = dlerror(); in LoadVdi()
104 if (errStr != nullptr) { in LoadVdi()
105 HDF_LOGE("%{public}s: metadata DestroyDisplayBufferVdi dlsym error: %{public}s", __func__, errStr); in LoadVdi()
/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp118 const char* errStr = dlerror(); in LoadVdiSo() local
119 if (errStr != nullptr) { in LoadVdiSo()
120 DISPLAY_LOGD("composer load vdi, clear earlier dlerror: %{public}s", errStr); in LoadVdiSo()
143 const char* errStr = nullptr; in LoadVdiV1_0() local
147 errStr = dlerror(); in LoadVdiV1_0()
148 if (errStr != nullptr) { in LoadVdiV1_0()
149 DISPLAY_LOGE("CreateVdiFuncV1_0 dlsym error: %{public}s", errStr); in LoadVdiV1_0()
156 errStr = dlerror(); in LoadVdiV1_0()
157 if (errStr != nullptr) { in LoadVdiV1_0()
158 DISPLAY_LOGE("DestroyVdiFuncV1_0 dlsym error: %{public}s", errStr); in LoadVdiV1_0()
175 const char* errStr = nullptr; LoadVdiV1_1() local
[all...]
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DNodeTools.js264 function makeError(node, errStr) {
266 node.raw_.errMsg_ = errStr;

Completed in 4 milliseconds