HomeSort by relevance Sort by last modified time
    Searched full:dlclose (Results 251 - 275 of 632) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
dlfcn.h 47 extern int dlclose(void* handle);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
dlfcn.h 47 extern int dlclose(void* handle);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
dlfcn.h 47 extern int dlclose(void* handle);
  /prebuilts/sdk/renderscript/lib/arm/
libRSSupportIO.so 
  /prebuilts/sdk/renderscript/lib/mips/
libRSSupportIO.so 
  /prebuilts/sdk/renderscript/lib/x86/
libRSSupportIO.so 
  /system/bt/btcore/src/
hal_util.c 79 dlclose(handle);
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmain3.c 126 if (dlclose (h) != 0)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse 
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp 89 dlclose(lib_handle_);
127 dlclose(handle);
ShellXcb.cpp 101 dlclose(lib_handle_);
181 dlclose(handle);
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 159 dlclose(pPlugInContainer->hHandle);
179 dlclose(pPlugInContainer->hHandle);
  /frameworks/av/media/libmediaplayerservice/
TestPlayerStub.cpp 23 #include <dlfcn.h> // for dlopen/dlclose
187 ::dlclose(mHandle);
  /hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.cpp 66 dlclose(libHandle);
112 dlclose(mCores[i]->mLibHandle);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
vidc_color_converter.cpp 67 dlclose(mLibHandle);
120 dlclose(mLibHandle);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 70 dlclose(mLibHandle);
131 dlclose(mLibHandle);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 70 dlclose(mLibHandle);
131 dlclose(mLibHandle);
  /libnativehelper/
JniInvocation.cpp 47 dlclose(handle_);
163 dlclose(handle_);
  /ndk/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp 108 dlclose(lib);
167 dlclose(lib);
  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 121 int dlclose(void* handle);
134 dlclose(hlib);
  /system/bt/hci/src/
vendor.c 78 dlclose(lib_handle);
88 dlclose(lib_handle);
  /bionic/libc/bionic/
malloc_common.cpp 341 dlclose(malloc_impl_handle);
349 dlclose(malloc_impl_handle);
357 dlclose(malloc_impl_handle);
365 dlclose(malloc_impl_handle);
373 dlclose(malloc_impl_handle);
378 dlclose(malloc_impl_handle);
386 dlclose(malloc_impl_handle);
  /external/skia/tests/
CanvasStateTest.cpp 33 // calling dlclose when it goes out of scope.
47 // Automatically call dlclose when going out of scope.
50 dlclose(fHandle);
  /development/ndk/platforms/
README.CRT.TXT 75 or during 'dlclose()' for shared libraries (either implicit or explicit).
115 unloaded (i.e. either through 'dlclose' or at program exit).
129 (e.g. with 'dlclose()').
229 a shared library is unloaded with dlclose().
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c 165 dlclose(sGLESSO);

Completed in 792 milliseconds

<<11121314151617181920>>