OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlclose
(Results
76 - 100
of
182
) sorted by null
1
2
3
4
5
6
7
8
/bionic/tests/
dlfcn_test.cpp
50
ASSERT_EQ(0,
dlclose
(self));
114
ASSERT_EQ(0,
dlclose
(self));
174
ASSERT_EQ(0,
dlclose
(self));
/external/openssl/crypto/dso/
dso_dlfcn.c
204
dlclose
(ptr);
227
/* For now I'm not aware of any errors associated with
dlclose
() */
228
dlclose
(ptr);
479
dlclose
(handle);
/device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp
48
dlclose
(s_gles_lib);
52
dlclose
(s_gles2_lib);
239
dlclose
((void*)lib);
/bionic/libc/bionic/
debug_stacktrace.cpp
62
dlclose
(gDemangler);
/development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c
165
dlclose
(sGLESSO);
/external/llvm/lib/Support/
DynamicLibrary.cpp
93
// If we've already loaded this library,
dlclose
() the handle in order to
96
dlclose
(handle);
/external/qemu/android/utils/
dll.c
190
dlclose
(lib);
/external/webkit/Source/WebCore/platform/efl/
FileSystemEfl.cpp
97
return !
dlclose
(module);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.cpp
133
dlclose
(m_legacyLib);
/frameworks/av/media/libmediaplayerservice/
HDCP.cpp
66
dlclose
(mLibHandle);
TestPlayerStub.cpp
23
#include <dlfcn.h> // for dlopen/
dlclose
185
::
dlclose
(mHandle);
/frameworks/base/media/mca/filterfw/native/core/
native_program.cpp
42
dlclose
(lib_handle_);
/hardware/libhardware/
hardware.c
107
dlclose
(handle);
/hardware/msm7k/libstagefrighthw/
QComOMXPlugin.cpp
59
dlclose
(mLibHandle);
/hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.cpp
59
dlclose
(mLibHandle);
/hardware/samsung_slsi/exynos5/libstagefrighthw/
Exynos_OMX_Plugin.cpp
61
dlclose
(mLibHandle);
/hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.cpp
59
dlclose
(mLibHandle);
/hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.cpp
67
dlclose
(mLibHandle);
/system/netd/
InterfaceController.cpp
92
int err =
dlclose
(libh_);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c
300
dlclose
(m_libHandle);
455
dlclose
(m_libHandle);
/external/openssl/crypto/
sparcv9cap.c
136
dlclose
(h);
160
if (h)
dlclose
(h);
/frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp
64
dlclose
(m_handle);
72
dlclose
(m_handle);
/external/qemu/android/config/
check-alsa.c
105
dlclose
(alsa_lib);
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c
279
dlclose
(handle);
/frameworks/av/media/libstagefright/omx/
OMXMaster.cpp
41
dlclose
(mVendorLibHandle);
Completed in 426 milliseconds
1
2
3
4
5
6
7
8