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

<<11121314151617181920>>

  /external/deqp/framework/delibs/deutil/
deDynamicLibrary.c 56 dlclose(library->libHandle);
  /external/webrtc/talk/media/devices/
libudevsymboltable.cc 67 dlclose(libudev_1);
  /external/webrtc/webrtc/base/
latebindingsymboltable.cc 141 if (dlclose(handle_) != 0) {
macwindowpicker.cc 43 dlclose(lib_handle_);
65 dlclose(lib_handle_);
  /frameworks/av/media/libmediaplayerservice/
HDCP.cpp 66 dlclose(mLibHandle);
TestPlayerStub.h 114 // Release the player, dlclose the library.
  /frameworks/base/media/mca/filterfw/native/core/
native_program.cpp 42 dlclose(lib_handle_);
  /hardware/intel/common/libva/va/drm/
va_drm_auth_x11.c 137 dlclose(auth->handle);
  /hardware/intel/common/libva/va/wayland/
va_wayland_emgd.c 76 dlclose(wl_emgd_ctx->handle);
  /hardware/qcom/audio/hal/audio_extn/
ext_speaker.c 95 dlclose(sd->speaker_bundle);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_qdcm.h 83 dlclose(ctx->mQdcmInfo.mQdcmLib);
  /hardware/qcom/display/msm8996/sdm/libs/utils/
sys.cpp 88 ::dlclose(lib_);
  /hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/src/
DivXDrmDecrypt.cpp 30 #include <dlfcn.h> // for dlopen/dlclose
  /hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/src/
DivXDrmDecrypt.cpp 30 #include <dlfcn.h> // for dlopen/dlclose
  /ndk/sources/cxx-stl/gabi++/src/
fatal_error.cc 72 dlclose(liblog);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libncurses.so.5 
libncurses.so.5.9 
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_openbsd_386.c 82 dlclose(handle);
gcc_openbsd_amd64.c 82 dlclose(handle);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_openbsd_386.c 82 dlclose(handle);
gcc_openbsd_amd64.c 82 dlclose(handle);
  /system/core/libnativebridge/
native_bridge.cc 209 dlclose(handle);
213 dlclose(handle);
436 dlclose(native_bridge_handle);
456 dlclose(native_bridge_handle);
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_LinkerNamespacesTest.cpp 97 std::unique_ptr<void, int (*)(void*)> handle(dlopen(path.c_str(), RTLD_NOW), dlclose); local
251 dlclose(handle);
  /external/autotest/client/site_tests/graphics_GLAPICheck/src/
gles_APICheck.cc 152 dlclose(handle_gles);
154 dlclose(handle_egl);
  /external/llvm/lib/Support/
DynamicLibrary.cpp 76 // If we've already loaded this library, dlclose() the handle in order to
79 dlclose(handle);

Completed in 1329 milliseconds

<<11121314151617181920>>