HomeSort by relevance Sort by last modified time
    Searched refs:dlopen (Results 201 - 225 of 445) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.cc 369 m_libHandle = dlopen(dllName, RTLD_LAZY);
378 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 349 m_libHandle = dlopen(dllName, RTLD_LAZY);
358 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
  /external/openssl/crypto/dso/
dso_dlfcn.c 139 /* Prior to using the dlopen() function, we should decide on the flag
164 * (i) the handle (void*) returned from dlopen().
184 ptr = dlopen(filename, flags);
474 void *ret = NULL,*handle = dlopen(NULL,RTLD_LAZY);
  /external/openssl/crypto/
sparcv9cap.c 132 if ((h = dlopen(NULL,RTLD_LAZY)))
139 if ((h = dlopen("libdevinfo.so.1",RTLD_LAZY))) do
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 165 void* so = dlopen(path, RTLD_NOW | RTLD_LOCAL);
166 ALOGE_IF(!so, "dlopen(\"%s\") failed: %s", path, dlerror());
381 void* dso = dlopen(driver_absolute_path, RTLD_NOW | RTLD_LOCAL);
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 160 default. Application that load shared libraries at runtime using ``dlopen()``
169 shared library, and how to use the ``dlopen()`` interface to load that library
172 use the ``dlopen()`` interface. The SDK example is nevertheless instructive, as
177 The SDK example, located in ``examples/tutorial/dlopen``, includes three C++
184 .nmf file and is therefore directly loadable with ``dlopen()``.
193 dlopen.cc
198 Run ``make`` in the dlopen directory to see the commands the Makefile executes
209 multiple versions of the example using the SDK toolchains. The dlopen example
223 ``dlopen()``) it is also convenient to list libraries in the manifest file.
227 allow ``dlopen()`` to access them
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 156 my_cam_app.hal_lib.ptr = dlopen("/usr/lib/hw/camera.msm7630.so", RTLD_LAZY);
158 my_cam_app.hal_lib.ptr = dlopen("/usr/lib/hw/camera.msm7627A.so", RTLD_LAZY);
160 //my_cam_app.hal_lib.ptr = dlopen("hw/camera.msm8960.so", RTLD_NOW);
161 my_cam_app.hal_lib.ptr = dlopen("libmmcamera_interface_badger.so", RTLD_NOW);
  /external/chromium_org/third_party/mesa/src/src/glx/
dri_common.c 117 * Try to \c dlopen the named driver.
126 * A handle from \c dlopen, or \c NULL if driver file not found.
137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL);
165 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
172 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
178 ErrorMessageF("dlopen %s failed (%s)\n", realDriverName, dlerror());
  /external/mesa3d/src/glx/
dri_common.c 117 * Try to \c dlopen the named driver.
126 * A handle from \c dlopen, or \c NULL if driver file not found.
137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL);
165 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
172 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
178 ErrorMessageF("dlopen %s failed (%s)\n", realDriverName, dlerror());
  /bionic/libc/bionic/
debug_stacktrace.cpp 63 g_demangler = dlopen("libgccdemangle.so", RTLD_NOW);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 161 my_cam_app.hal_lib.ptr = dlopen("/usr/lib/hw/camera.msm7630.so", RTLD_LAZY);
163 my_cam_app.hal_lib.ptr = dlopen("/usr/lib/hw/camera.msm7627A.so", RTLD_LAZY);
165 //my_cam_app.hal_lib.ptr = dlopen("hw/camera.msm8960.so", RTLD_NOW);
166 my_cam_app.hal_lib.ptr = dlopen("libmmcamera_interface.so", RTLD_NOW);
167 my_cam_app.hal_lib.ptr_jpeg = dlopen("libmmjpeg_interface.so", RTLD_NOW);
  /external/chromium_org/base/
sys_info_android.cc 26 void* handle = dlopen("libc.so", RTLD_NOLOAD);
28 LOG(FATAL) << "Cannot dlopen libc.so: " << dlerror();
  /external/chromium_org/content/common/gpu/media/
tegra_v4l2_video_device.cc 56 if (!dlopen("/usr/lib/libtegrav4l2.so",
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_wrappers.cpp 89 // Try to load the executable with the system dlopen() instead.
91 void* system_lib = ::dlopen(path, mode);
257 {"dlopen", reinterpret_cast<void*>(&WrapDlopen)},
  /external/iproute2/tc/
m_ipt.c 264 handle = dlopen(path, RTLD_LAZY);
268 handle = dlopen(path, RTLD_LAZY);
272 handle = dlopen(path, RTLD_LAZY);
277 handle = dlopen(path, RTLD_LAZY);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
register.h 92 void *handle = dlopen(so_file.c_str(), RTLD_LAZY);
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 140 pPlugInContainer->hHandle = dlopen(rsPlugInPath.string(), RTLD_LAZY);
  /frameworks/av/media/libmediaplayerservice/
HDCP.cpp 33 mLibHandle = dlopen("libstagefright_hdcp.so", RTLD_NOW);
  /frameworks/av/media/libstagefright/
WVMExtractor.cpp 77 gVendorLibHandle = dlopen("libwvm.so", RTLD_NOW);
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 191 handle = dlopen("libstagefright.so", RTLD_NOW);
  /frameworks/av/media/libstagefright/omx/
OMXMaster.cpp 51 mVendorLibHandle = dlopen(libname, RTLD_NOW);
  /frameworks/opt/emoji/
EmojiFactory.cpp 76 void *handle = dlopen(library_name, RTLD_LAZY | RTLD_LOCAL);
  /hardware/intel/common/libva/va/wayland/
va_wayland_drm.c 194 wl_drm_ctx->handle = dlopen(LIBWAYLAND_DRM_NAME, RTLD_LAZY|RTLD_LOCAL);
  /hardware/intel/common/libva/va/x11/
va_fglrx.c 149 libadl_handle = dlopen("libatiadlxx.so", RTLD_LAZY|RTLD_GLOBAL);
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 151 new->handle = dlopen(file, flag);
153 LOGE("dlopen failed (%s)\n", file);

Completed in 1159 milliseconds

1 2 3 4 5 6 7 891011>>