HomeSort by relevance Sort by last modified time
    Searched refs:dlsym (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.cpp 31 ptr = dlsym(libEGL,"eglGetError"); disp->set_eglGetError((eglGetError_t)ptr);
32 ptr = dlsym(libEGL,"eglGetDisplay"); disp->set_eglGetDisplay((eglGetDisplay_t)ptr);
33 ptr = dlsym(libEGL,"eglInitialize"); disp->set_eglInitialize((eglInitialize_t)ptr);
34 ptr = dlsym(libEGL,"eglTerminate"); disp->set_eglTerminate((eglTerminate_t)ptr);
35 ptr = dlsym(libEGL,"eglQueryString"); disp->set_eglQueryString((eglQueryString_t)ptr);
36 ptr = dlsym(libEGL,"eglGetConfigs"); disp->set_eglGetConfigs((eglGetConfigs_t)ptr);
37 ptr = dlsym(libEGL,"eglChooseConfig"); disp->set_eglChooseConfig((eglChooseConfig_t)ptr);
38 ptr = dlsym(libEGL,"eglGetConfigAttrib"); disp->set_eglGetConfigAttrib((eglGetConfigAttrib_t)ptr);
39 ptr = dlsym(libEGL,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((eglCreateWindowSurface_t)ptr);
40 ptr = dlsym(libEGL,"eglCreatePbufferSurface"); disp->set_eglCreatePbufferSurface((eglCreatePbufferSurface_t)pt (…)
    [all...]
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.cpp 25 ptr = dlsym(gles_android,"eglGetError"); disp->set_eglGetError((eglGetError_t)ptr);
26 ptr = dlsym(gles_android,"eglGetDisplay"); disp->set_eglGetDisplay((eglGetDisplay_t)ptr);
27 ptr = dlsym(gles_android,"eglInitialize"); disp->set_eglInitialize((eglInitialize_t)ptr);
28 ptr = dlsym(gles_android,"eglTerminate"); disp->set_eglTerminate((eglTerminate_t)ptr);
29 ptr = dlsym(gles_android,"eglQueryString"); disp->set_eglQueryString((eglQueryString_t)ptr);
30 ptr = dlsym(gles_android,"eglGetConfigs"); disp->set_eglGetConfigs((eglGetConfigs_t)ptr);
31 ptr = dlsym(gles_android,"eglChooseConfig"); disp->set_eglChooseConfig((eglChooseConfig_t)ptr);
32 ptr = dlsym(gles_android,"eglGetConfigAttrib"); disp->set_eglGetConfigAttrib((eglGetConfigAttrib_t)ptr);
33 ptr = dlsym(gles_android,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((eglCreateWindowSurface_t)ptr);
34 ptr = dlsym(gles_android,"eglCreatePbufferSurface"); disp->set_eglCreatePbufferSurface((eglCreatePbufferSurfac (…)
    [all...]
gles_dispatch.cpp 25 ptr = dlsym(gles_android,"glAlphaFunc"); disp->set_glAlphaFunc((glAlphaFunc_t)ptr);
26 ptr = dlsym(gles_android,"glClearColor"); disp->set_glClearColor((glClearColor_t)ptr);
27 ptr = dlsym(gles_android,"glClearDepthf"); disp->set_glClearDepthf((glClearDepthf_t)ptr);
28 ptr = dlsym(gles_android,"glClipPlanef"); disp->set_glClipPlanef((glClipPlanef_t)ptr);
29 ptr = dlsym(gles_android,"glColor4f"); disp->set_glColor4f((glColor4f_t)ptr);
30 ptr = dlsym(gles_android,"glDepthRangef"); disp->set_glDepthRangef((glDepthRangef_t)ptr);
31 ptr = dlsym(gles_android,"glFogf"); disp->set_glFogf((glFogf_t)ptr);
32 ptr = dlsym(gles_android,"glFogfv"); disp->set_glFogfv((glFogfv_t)ptr);
33 ptr = dlsym(gles_android,"glFrustumf"); disp->set_glFrustumf((glFrustumf_t)ptr);
34 ptr = dlsym(gles_android,"glGetClipPlanef"); disp->set_glGetClipPlanef((glGetClipPlanef_t)ptr)
    [all...]
ApiInitializer.h 20 symbol = dlsym(m_dso, name);
  /external/qemu/
dynlink-static.c 22 /* dummy dlopen()/dlclose()/dlsym() implementations to be used in static builds */
28 /* mimick succesful load, then all calls to dlsym/dlvsym will fail */
36 void* dlsym(void) function
  /external/clang/test/SemaCXX/
cxx98-compat-pedantic.cpp 24 void *dlsym();
25 void (*FnPtr)() = (void(*)())dlsym(); // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
26 void *FnVoidPtr = (void*)&dlsym; // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 106 pOMX_Init = (tpOMX_Init)dlsym(ipHandle, "TIOMX_Init");
107 pOMX_Deinit = (tpOMX_Deinit)dlsym(ipHandle, "TIOMX_Deinit");
108 pOMX_ComponentNameEnum = (tpOMX_ComponentNameEnum)dlsym(ipHandle, "TIOMX_ComponentNameEnum");
109 pOMX_GetHandle = (tpOMX_GetHandle)dlsym(ipHandle, "TIOMX_GetHandle");
110 pOMX_FreeHandle = (tpOMX_FreeHandle)dlsym(ipHandle, "TIOMX_FreeHandle");
111 pOMX_GetComponentsOfRole = (tpOMX_GetComponentsOfRole)dlsym(ipHandle, "TIOMX_GetComponentsOfRole");
112 pOMX_GetRolesOfComponent = (tpOMX_GetRolesOfComponent)dlsym(ipHandle, "TIOMX_GetRolesOfComponent");
113 pOMX_SetupTunnel = (tpOMX_SetupTunnel)dlsym(ipHandle, "TIOMX_SetupTunnel");
114 pOMXConfigParser = (tpOMXConfigParser)dlsym(ipHandle, "TIOMXConfigParserRedirect");
115 pOMX_GetContentPipe = NULL; // (tpOMX_GetContentPipe)dlsym(ipHandle, "OMX_GetContentPipe")
    [all...]
  /external/e2fsprogs/lib/ss/
get_readline.c 80 dlsym(handle, "readline");
82 dlsym(handle, "add_history");
84 dlsym(handle, "rl_forced_update_display");
87 dlsym(handle, "rl_completion_matches");
88 if ((t = dlsym(handle, "rl_readline_name")) != NULL)
91 dlsym(handle, "rl_attempted_completion_function")) != NULL)
  /device/samsung/tuna/audio/
ril_interface.c 101 _ril_open_client = dlsym(ril->handle, "OpenClient_RILD");
102 _ril_close_client = dlsym(ril->handle, "CloseClient_RILD");
103 _ril_connect = dlsym(ril->handle, "Connect_RILD");
104 _ril_is_connected = dlsym(ril->handle, "isConnected_RILD");
105 _ril_disconnect = dlsym(ril->handle, "Disconnect_RILD");
106 _ril_set_call_volume = dlsym(ril->handle, "SetCallVolume");
107 _ril_set_call_audio_path = dlsym(ril->handle, "SetCallAudioPath");
108 _ril_set_call_clock_sync = dlsym(ril->handle, "SetCallClockSync");
109 _ril_register_unsolicited_handler = dlsym(ril->handle,
112 _ril_get_wb_amr = dlsym(ril->handle, "GetWB_AMR")
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.c 366 dlsym(libc_malloc_impl_handle, "malloc_debug_initialize");
381 dlsym(libc_malloc_impl_handle, "memcheck_initialize");
401 dlsym(libc_malloc_impl_handle, "leak_malloc");
403 dlsym(libc_malloc_impl_handle, "leak_free");
405 dlsym(libc_malloc_impl_handle, "leak_calloc");
407 dlsym(libc_malloc_impl_handle, "leak_realloc");
409 dlsym(libc_malloc_impl_handle, "leak_memalign");
416 dlsym(libc_malloc_impl_handle, "fill_malloc");
418 dlsym(libc_malloc_impl_handle, "fill_free");
421 dlsym(libc_malloc_impl_handle, "fill_realloc")
    [all...]
  /development/ndk/platforms/android-3/include/
dlfcn.h 38 extern void* dlsym(void* handle, const char* symbol);
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Library.c 43 return dlsym(handle, symbol);
  /external/iproute2/include/
dlfcn.h 22 static inline void *dlsym(void *handle, const char *sym) function
  /ndk/tests/device/whole-static-libs/jni/
main.c 18 if (dlsym(lib, "foo2") == NULL) {
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
dlfcn.h 38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
dlfcn.h 38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
dlfcn.h 38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
dlfcn.h 38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
dlfcn.h 38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
dlfcn.h 38 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
dlfcn.h 38 extern void* dlsym(void* handle, const char* symbol);
  /system/extras/tests/bionic/libc/common/
test_dlopen_null.c 30 symbol = dlsym(lib, "foo");
  /device/samsung/crespo/libstagefrighthw/
SEC_OMX_Plugin.cpp 39 mInit = (InitFunc)dlsym(mLibHandle, "SEC_OMX_Init");
40 mDeinit = (DeinitFunc)dlsym(mLibHandle, "SEC_OMX_DeInit");
43 (ComponentNameEnumFunc)dlsym(mLibHandle, "SEC_OMX_ComponentNameEnum");
45 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "SEC_OMX_GetHandle");
46 mFreeHandle = (FreeHandleFunc)dlsym(mLibHandle, "SEC_OMX_FreeHandle");
49 (GetRolesOfComponentFunc)dlsym(
  /hardware/msm7k/libstagefrighthw/
QComOMXPlugin.cpp 39 mInit = (InitFunc)dlsym(mLibHandle, "OMX_Init");
40 mDeinit = (DeinitFunc)dlsym(mLibHandle, "OMX_DeInit");
43 (ComponentNameEnumFunc)dlsym(mLibHandle, "OMX_ComponentNameEnum");
45 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "OMX_GetHandle");
46 mFreeHandle = (FreeHandleFunc)dlsym(mLibHandle, "OMX_FreeHandle");
49 (GetRolesOfComponentFunc)dlsym(
  /hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.cpp 39 mInit = (InitFunc)dlsym(mLibHandle, "TIOMX_Init");
40 mDeinit = (DeinitFunc)dlsym(mLibHandle, "TIOMX_DeInit");
43 (ComponentNameEnumFunc)dlsym(mLibHandle, "TIOMX_ComponentNameEnum");
45 mGetHandle = (GetHandleFunc)dlsym(mLibHandle, "TIOMX_GetHandle");
46 mFreeHandle = (FreeHandleFunc)dlsym(mLibHandle, "TIOMX_FreeHandle");
49 (GetRolesOfComponentFunc)dlsym(

Completed in 581 milliseconds

1 2 3 4 5 6 7 8