Home
last modified time | relevance | path

Searched refs:LIB_HDI_GFX_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.cpp46 mGfxModule = dlopen(LIB_HDI_GFX_NAME, RTLD_NOW | RTLD_NOLOAD); in GfxModuleInit()
48 DISPLAY_LOGI("Module '%{public}s' already loaded", LIB_HDI_GFX_NAME); in GfxModuleInit()
50 DISPLAY_LOGI("Loading module '%{public}s'", LIB_HDI_GFX_NAME); in GfxModuleInit()
51 mGfxModule = dlopen(LIB_HDI_GFX_NAME, RTLD_NOW); in GfxModuleInit()
H A Dhdi_gfx_composition.h43 static constexpr const char* LIB_HDI_GFX_NAME = "libdisplay_gfx.z.so"; variable