HomeSort by relevance Sort by last modified time
    Searched refs:dlclose (Results 176 - 200 of 313) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/qcom/display/msm8994/liboverlay/
overlay.cpp 561 dlclose(sLibScaleHandle);
578 dlclose(sLibAblHandle);
  /device/linaro/hikey/gralloc960/
mali_gralloc_formats.cpp 81 dlclose(dso_handle);
  /external/skia/tests/
CanvasStateTest.cpp 35 // calling dlclose when it goes out of scope.
49 // Automatically call dlclose when going out of scope.
52 dlclose(fHandle);
  /external/skqp/tests/
CanvasStateTest.cpp 35 // calling dlclose when it goes out of scope.
49 // Automatically call dlclose when going out of scope.
52 dlclose(fHandle);
  /external/v8/src/third_party/vtune/
ittnotify_config.h 277 #define __itt_unload_lib(handle) dlclose(handle)
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 139 dlclose(dso[i]);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_utils.c 49 dlclose(pcontext->fd_parser);
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.cc 301 dlclose(lib_handle_);
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraPerf.cpp 724 dlclose(mDlHandle);
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 380 dlclose(mScriptSO);
444 dlclose(mScriptSO);
957 dlclose(mScriptSO);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 535 dlclose(dri2_dpy->driver);
552 dlclose(dri2_dpy->driver);
571 dlclose(dri2_dpy->driver);
590 dlclose(dri2_dpy->driver);
887 dlclose(dri2_dpy->driver);
    [all...]
platform_x11.c     [all...]
  /hardware/intel/common/libva/va/
va.c 270 dlclose(handle);
346 dlclose(handle);
504 dlclose(old_ctx->handle);
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 244 dlclose( work->dicLibHandle );
272 dlclose( work->dicLibHandle );
293 dlclose( work->dicLibHandle );
    [all...]
  /device/google/contexthub/contexthubhal/test/
main.cpp 125 dlclose(mMod->common.dso);
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 463 dlclose(lib2d_obj->img_lib.ptr);
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/
mm_lib2d_test.c 374 dlclose(img_lib.ptr);
  /external/iproute2/tc/
m_ipt.c 230 dlclose(handle);
  /external/libmojo/base/android/linker/
modern_linker_jni.cc 550 // Unload the library from this address. Calling dlclose() will unmap the
553 // unmapping the leftover portions because we don't know where dlclose's
565 dlclose(handle);
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 248 #define __itt_unload_lib(handle) dlclose(handle)
  /external/mesa3d/src/glx/
dri_common.c 154 dlclose(glhandle);
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 339 dlclose(app_services_library_);
340 dlclose(opengl_library_);
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsConfigLoader.c 214 dlclose(hdl);
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 219 ~DvrApi() { dlclose(handle_); }
  /frameworks/rs/
rsDriverLoader.cpp 164 // TODO: store the driverSO somewhere so we can dlclose later
221 dlclose(driverSO);

Completed in 980 milliseconds

1 2 3 4 5 6 78 91011>>