Home
last modified time | relevance | path

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

/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp54 destroyVdiFunc_(nullptr), in DisplayComposerService()
88 if ((destroyVdiFunc_ != nullptr) && (vdiImpl_ != nullptr)) { in ~DisplayComposerService()
89 destroyVdiFunc_(vdiImpl_); in ~DisplayComposerService()
91 destroyVdiFunc_ = nullptr; in ~DisplayComposerService()
154 destroyVdiFunc_ = reinterpret_cast<DestroyComposerVdiFunc>(dlsym(libHandle_, "DestroyComposerVdi")); in LoadVdiV1_0()
155 if (destroyVdiFunc_ == nullptr) { in LoadVdiV1_0()
/drivers/peripheral/display/composer/hdi_service/include/
H A Ddisplay_composer_service.h108 DestroyComposerVdiFunc destroyVdiFunc_; member in OHOS::HDI::Display::Composer::DisplayComposerService

Completed in 3 milliseconds