Home
last modified time | relevance | path

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

/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp57 destroyVdiFuncV1_1_(nullptr), in DisplayComposerService()
94 if ((destroyVdiFuncV1_1_ != nullptr) && (vdiImplV1_1_ != nullptr)) { in ~DisplayComposerService()
95 destroyVdiFuncV1_1_(vdiImplV1_1_); in ~DisplayComposerService()
97 destroyVdiFuncV1_1_ = nullptr; in ~DisplayComposerService()
186 destroyVdiFuncV1_1_ = reinterpret_cast<DestroyComposerVdiFuncV1_1>(dlsym(libHandle_, "DestroyComposerVdiV1_1")); in LoadVdiV1_1()
187 if (destroyVdiFuncV1_1_ == nullptr) { in LoadVdiV1_1()
/drivers/peripheral/display/composer/hdi_service/include/
H A Ddisplay_composer_service.h113 DestroyComposerVdiFuncV1_1 destroyVdiFuncV1_1_; member in OHOS::HDI::Display::Composer::DisplayComposerService

Completed in 3 milliseconds