Home
last modified time | relevance | path

Searched refs:dlHandler (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_load_vdi.c70 vdiObj->dlHandler = (uintptr_t)handler; in HdfLoadVdi()
88 if (vdiObj == NULL || vdiObj->dlHandler == 0 || vdiObj->vdiBase == NULL) { in HdfCloseVdi()
98 dlclose((void *)vdiObj->dlHandler); in HdfCloseVdi()
99 vdiObj->dlHandler = 0; in HdfCloseVdi()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_callback_type_stub.c35 void *dlHandler; member
274 stub->dlHandler = LoadServiceHandler(); in CodecCallbackTypeStubGetInstance()
275 if (stub->dlHandler == NULL) { in CodecCallbackTypeStubGetInstance()
281 …serviceConstructFunc = (SERVICE_CONSTRUCT_FUNC)dlsym(stub->dlHandler, "CodecCallbackTypeServiceCon… in CodecCallbackTypeStubGetInstance()
284 dlclose(stub->dlHandler); in CodecCallbackTypeStubGetInstance()
300 dlclose(stub->dlHandler); in CodecCallbackTypeStubRelease()
/ohos5.0/drivers/hdf_core/framework/core/host/test/unittest/
H A Dhdf_vdi_test.cpp142 obj.dlHandler = 0;
146 obj.dlHandler = 1;
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/uhdf/
H A Dhdf_load_vdi.h33 uintptr_t dlHandler; member