Home
last modified time | relevance | path

Searched refs:dlclose (Results 1 – 25 of 224) sorted by relevance

123456789

/aosp12/bionic/tests/
H A Ddlfcn_test.cpp140 dlclose(handle); in TEST()
180 dlclose(handle); in TEST()
181 dlclose(preload); in TEST()
196 dlclose(handle); in TEST()
206 dlclose(handle); in TEST()
219 dlclose(handle); in TEST()
257 dlclose(handle); in TEST()
273 dlclose(handle); in TEST()
292 dlclose(handle); in TEST()
306 dlclose(handle); in TEST()
[all …]
H A Ddlext_test.cpp209 dlclose(handle2); in TEST()
210 dlclose(handle); in TEST()
230 dlclose(handle2); in TEST()
231 dlclose(handle); in TEST()
269 dlclose(handle); in TEST()
287 dlclose(p); in TEST()
288 dlclose(handle); in TEST()
319 dlclose(handle); in TEST()
340 dlclose(handle_); in TEST_F()
786 dlclose(handle); in TEST()
[all …]
H A Dpthread_dlfcn_test.cpp43 static void AtForkChild() { dlclose(g_atfork_test_handle); g_atfork_test_handle = dlopen("libtest_p… in AtForkChild()
71 EXPECT_EQ(0, dlclose(handle)); in TEST()
112 EXPECT_EQ(0, dlclose(g_atfork_test_handle)); in TEST()
H A Dcfi_test.cpp126 dlclose(handle); in TEST_F()
127 dlclose(handle2); in TEST_F()
/aosp12/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp131 dlclose(libHandle); in makeComponentInstance()
141 dlclose(libHandle); in makeComponentInstance()
149 dlclose(libHandle); in makeComponentInstance()
178 dlclose(libHandle); in destroyComponentInstance()
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DSupportLibrary.cpp34 dlclose(libHandle); in ~NnApiSupportLibrary()
48 dlclose(libHandle); in loadNnApiSupportLibrary()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp67 dlclose(mLibHandle); in init()
120 dlclose(mLibHandle); in destroy()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraThermalAdapter.cpp122 dlclose(mHandle); in init()
143 dlclose(mHandle); in deinit()
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Daudio_extn.c121 dlclose(qcopt_handle); in audio_extn_perf_lock_init()
130 dlclose(qcopt_handle); in audio_extn_perf_lock_init()
/aosp12/hardware/qcom/media/msm8974/libstagefrighthw/
H A DQComOMXPlugin.cpp54 dlclose(mLibHandle); in QComOMXPlugin()
65 dlclose(mLibHandle); in ~QComOMXPlugin()
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp70 dlclose(mLibHandle); in init()
131 dlclose(mLibHandle); in destroy()
/aosp12/hardware/qcom/media/msm8996/libstagefrighthw/
H A DQComOMXPlugin.cpp54 dlclose(mLibHandle); in QComOMXPlugin()
65 dlclose(mLibHandle); in ~QComOMXPlugin()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp70 dlclose(mLibHandle); in init()
131 dlclose(mLibHandle); in destroy()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp70 dlclose(mLibHandle); in init()
131 dlclose(mLibHandle); in destroy()
/aosp12/hardware/qcom/media/msm8998/libstagefrighthw/
H A DQComOMXPlugin.cpp54 dlclose(mLibHandle); in QComOMXPlugin()
65 dlclose(mLibHandle); in ~QComOMXPlugin()
/aosp12/art/libnativebridge/
H A Dnative_bridge.cc269 dlclose(handle); in LoadNativeBridge()
272 dlclose(handle); in LoadNativeBridge()
512 dlclose(native_bridge_handle); in InitializeNativeBridge()
532 dlclose(native_bridge_handle); in UnloadNativeBridge()
/aosp12/hardware/qcom/sm8150/media/libstagefrighthw/
H A DQComOMXPlugin.cpp54 dlclose(mLibHandle); in QComOMXPlugin()
65 dlclose(mLibHandle); in ~QComOMXPlugin()
/aosp12/hardware/qcom/sm7250/media/libstagefrighthw/
H A DQComOMXPlugin.cpp54 dlclose(mLibHandle); in QComOMXPlugin()
65 dlclose(mLibHandle); in ~QComOMXPlugin()
/aosp12/hardware/qcom/sdm845/media/libstagefrighthw/
H A DQComOMXPlugin.cpp54 dlclose(mLibHandle); in QComOMXPlugin()
65 dlclose(mLibHandle); in ~QComOMXPlugin()
/aosp12/frameworks/av/drm/drmserver/
H A DPlugInManager.h159 dlclose(pPlugInContainer->hHandle); in loadPlugIn()
179 dlclose(pPlugInContainer->hHandle); in unloadPlugIn()
/aosp12/bionic/tests/libs/
H A Ddlopen_testlib_dlopen_from_ctor.cpp21 dlclose(handle); in call_dlopen_from_ctor()
H A Dcfi_test_helper2.cpp27 dlclose(handle); in main()
/aosp12/bionic/libdl/
H A Dlibdl_static.cpp41 int dlclose(void* /*handle*/) { in dlclose() function
/aosp12/system/chre/platform/shared/include/chre/platform/shared/libc/
H A Ddlfcn.h63 int dlclose(void *handle);
/aosp12/bionic/tests/headers/posix/
H A Ddlfcn_h.c39 FUNCTION(dlclose, int (*f)(void*)); in dlfcn_h()

123456789