Home
last modified time | relevance | path

Searched refs:hdiImpl (Results 1 - 2 of 2) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dhdi_support.cpp151 HdiImpl hdiImpl; in LoadHdiImpl() local
152 hdiImpl.handler = dlopen(libName.c_str(), RTLD_LAZY); in LoadHdiImpl()
153 if (hdiImpl.handler == nullptr) { in LoadHdiImpl()
158 hdiImpl.constructor = reinterpret_cast<HdiImplInstanceFunc>(dlsym(hdiImpl.handler, symName.data())); in LoadHdiImpl()
159 if (hdiImpl.constructor == nullptr) { in LoadHdiImpl()
161 hdiImpl.Unload(); in LoadHdiImpl()
165 hdiImpl.destructor = reinterpret_cast<HdiImplReleaseFunc>(dlsym(hdiImpl.handler, desSymName.data())); in LoadHdiImpl()
166 if (hdiImpl in LoadHdiImpl()
[all...]
/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_display.cpp222 std::shared_ptr<IDisplayBufferVdi> hdiImpl = std::make_shared<DisplayBufferVdiImpl>(); in PushFirstFrame() local
236 ret = hdiImpl->AllocMem(info, buffer); in PushFirstFrame()

Completed in 1 milliseconds