OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getprocaddress
(Results
1 - 25
of
190
) sorted by null
1
2
3
4
5
6
7
8
/external/webrtc/webrtc/system_wrappers/source/
rw_lock_win.cc
75
(InitializeSRWLock)
GetProcAddress
(library, "InitializeSRWLock");
78
(AcquireSRWLockExclusive)
GetProcAddress
(library,
81
(ReleaseSRWLockExclusive)
GetProcAddress
(library,
84
(AcquireSRWLockShared)
GetProcAddress
(library, "AcquireSRWLockShared");
86
(ReleaseSRWLockShared)
GetProcAddress
(library, "ReleaseSRWLockShared");
condition_variable_native_win.cc
58
(PInitializeConditionVariable)
GetProcAddress
(
60
PSleepConditionVariableCS_ = (PSleepConditionVariableCS)
GetProcAddress
(
62
PWakeConditionVariable_ = (PWakeConditionVariable)
GetProcAddress
(
64
PWakeAllConditionVariable_ = (PWakeAllConditionVariable)
GetProcAddress
(
/external/bzip2/
dlltest.c
36
BZ2_bzlibVersion=
GetProcAddress
(hLib,"BZ2_bzlibVersion");
37
BZ2_bzopen=
GetProcAddress
(hLib,"BZ2_bzopen");
38
BZ2_bzdopen=
GetProcAddress
(hLib,"BZ2_bzdopen");
39
BZ2_bzread=
GetProcAddress
(hLib,"BZ2_bzread");
40
BZ2_bzwrite=
GetProcAddress
(hLib,"BZ2_bzwrite");
41
BZ2_bzflush=
GetProcAddress
(hLib,"BZ2_bzflush");
42
BZ2_bzclose=
GetProcAddress
(hLib,"BZ2_bzclose");
43
BZ2_bzerror=
GetProcAddress
(hLib,"BZ2_bzerror");
48
fprintf(stderr,"
GetProcAddress
failed.\n");
/external/skia/src/ports/
SkOSLibrary_win.cpp
19
return reinterpret_cast<void*>(::
GetProcAddress
((HMODULE)library, functionName));
/external/opencv3/modules/videoio/src/
cap_ffmpeg.cpp
111
(CvCreateFileCapture_Plugin)
GetProcAddress
(icvFFOpenCV, "cvCreateFileCapture_FFMPEG");
113
(CvReleaseCapture_Plugin)
GetProcAddress
(icvFFOpenCV, "cvReleaseCapture_FFMPEG");
115
(CvGrabFrame_Plugin)
GetProcAddress
(icvFFOpenCV, "cvGrabFrame_FFMPEG");
117
(CvRetrieveFrame_Plugin)
GetProcAddress
(icvFFOpenCV, "cvRetrieveFrame_FFMPEG");
119
(CvSetCaptureProperty_Plugin)
GetProcAddress
(icvFFOpenCV, "cvSetCaptureProperty_FFMPEG");
121
(CvGetCaptureProperty_Plugin)
GetProcAddress
(icvFFOpenCV, "cvGetCaptureProperty_FFMPEG");
123
(CvCreateVideoWriter_Plugin)
GetProcAddress
(icvFFOpenCV, "cvCreateVideoWriter_FFMPEG");
125
(CvReleaseVideoWriter_Plugin)
GetProcAddress
(icvFFOpenCV, "cvReleaseVideoWriter_FFMPEG");
127
(CvWriteFrame_Plugin)
GetProcAddress
(icvFFOpenCV, "cvWriteFrame_FFMPEG");
/external/webrtc/webrtc/test/channel_transport/
traffic_control_win.cc
79
instance->tcRegister = (registerFn)
GetProcAddress
(trafficLib,
81
instance->tcDeregister = (deregisterFn)
GetProcAddress
(trafficLib,
83
instance->tcEnumerate = (enumerateFn)
GetProcAddress
(
86
instance->tcOpenInterface = (openInterfaceFn)
GetProcAddress
(
89
instance->tcCloseInterface = (closeInterfaceFn)
GetProcAddress
(
92
instance->tcAddFlow = (flowAddFn)
GetProcAddress
(trafficLib,
94
instance->tcDeleteFlow = (flowDeleteFn)
GetProcAddress
(trafficLib,
97
instance->tcAddFilter = (filterAddFn)
GetProcAddress
(trafficLib,
99
instance->tcDeleteFilter = (filterDeleteFn)
GetProcAddress
(trafficLib,
/external/c-ares/
ares_library_init.c
53
GetProcAddress
(hnd_iphlpapi, "GetNetworkParams");
61
GetProcAddress
(hnd_iphlpapi, "GetAdaptersAddresses");
80
GetProcAddress
(hnd_advapi32, "SystemFunction036");
/external/lzma/CPP/Windows/
SecurityUtils.h
88
LsaOpenPolicyP lsaOpenPolicy = (LsaOpenPolicyP)
GetProcAddress
(hModule, "LsaOpenPolicy");
111
LsaCloseP lsaClose = (LsaCloseP)
GetProcAddress
(hModule, "LsaClose");
143
LsaAddAccountRightsP lsaAddAccountRights = (LsaAddAccountRightsP)
GetProcAddress
(hModule, "LsaAddAccountRights");
DLL.h
14
#define My_GetProcAddress(module, procName) ::
GetProcAddress
(module, procName)
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_random_things.py
17
windll.kernel32.
GetProcAddress
.argtypes = c_void_p, c_char_p
18
windll.kernel32.
GetProcAddress
.restype = c_void_p
21
funcaddr = windll.kernel32.
GetProcAddress
(hdll, "GetModuleHandleA")
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_random_things.py
17
windll.kernel32.
GetProcAddress
.argtypes = c_void_p, c_char_p
18
windll.kernel32.
GetProcAddress
.restype = c_void_p
21
funcaddr = windll.kernel32.
GetProcAddress
(hdll, "GetModuleHandleA")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py
17
windll.kernel32.
GetProcAddress
.argtypes = c_void_p, c_char_p
18
windll.kernel32.
GetProcAddress
.restype = c_void_p
21
funcaddr = windll.kernel32.
GetProcAddress
(hdll, "GetModuleHandleA")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py
17
windll.kernel32.
GetProcAddress
.argtypes = c_void_p, c_char_p
18
windll.kernel32.
GetProcAddress
.restype = c_void_p
21
funcaddr = windll.kernel32.
GetProcAddress
(hdll, "GetModuleHandleA")
/device/generic/goldfish/opengl/system/egl/
ClientAPIExts.h
25
void*
getProcAddress
(const char *fname);
/external/deqp/framework/egl/wrapper/
eglwFunctions.inl
40
eglGetProcAddressFunc
getProcAddress
;
eglwLibrary.cpp
109
ExtLoader (const eglGetProcAddressFunc
getProcAddress
)
110
: m_getProcAddress(
getProcAddress
)
136
if (m_egl.
getProcAddress
)
138
const ExtLoader loader(m_egl.
getProcAddress
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
multimon.h
131
(*(FARPROC*)&g_pfnGetSystemMetrics =
GetProcAddress
(hUser32,"GetSystemMetrics"))!=NULL &&
132
(*(FARPROC*)&g_pfnMonitorFromWindow =
GetProcAddress
(hUser32,"MonitorFromWindow"))!=NULL &&
133
(*(FARPROC*)&g_pfnMonitorFromRect =
GetProcAddress
(hUser32,"MonitorFromRect"))!=NULL &&
134
(*(FARPROC*)&g_pfnMonitorFromPoint =
GetProcAddress
(hUser32,"MonitorFromPoint"))!=NULL &&
135
(*(FARPROC*)&g_pfnEnumDisplayMonitors =
GetProcAddress
(hUser32,"EnumDisplayMonitors"))!=NULL &&
136
(*(FARPROC*)&g_pfnEnumDisplayDevices =
GetProcAddress
(hUser32,"EnumDisplayDevices" __MINGW_PROCNAMEEXT_AW))!=NULL &&
137
(*(FARPROC*)&g_pfnGetMonitorInfo = g_fMultimonPlatformNT ?
GetProcAddress
(hUser32,"GetMonitorInfo" __MINGW_PROCNAMEEXT_AW) :
138
GetProcAddress
(hUser32,"GetMonitorInfoA"))!=NULL
/prebuilts/go/darwin-x86/src/syscall/
syscall_windows_test.go
63
proc, err := syscall.
GetProcAddress
(h, "GetVersion")
65
abort("
GetProcAddress
", err)
/prebuilts/go/linux-x86/src/syscall/
syscall_windows_test.go
63
proc, err := syscall.
GetProcAddress
(h, "GetVersion")
65
abort("
GetProcAddress
", err)
/external/llvm/lib/Support/Windows/
RWMutex.inc
53
(VOID (WINAPI *)(PSRWLOCK))::
GetProcAddress
(hLib,
56
(VOID (WINAPI *)(PSRWLOCK))::
GetProcAddress
(hLib,
59
(VOID (WINAPI *)(PSRWLOCK))::
GetProcAddress
(hLib,
62
(VOID (WINAPI *)(PSRWLOCK))::
GetProcAddress
(hLib,
65
(VOID (WINAPI *)(PSRWLOCK))::
GetProcAddress
(hLib,
/device/generic/goldfish/opengl/system/GLESv1/
gl.cpp
114
void *
getProcAddress
(const char * procname)
156
s_gl->
getProcAddress
=
getProcAddress
;
/device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp
112
void *
getProcAddress
(const char * procname)
168
s_gl->
getProcAddress
=
getProcAddress
;
/external/opencv3/modules/core/src/opencl/runtime/
opencl_clamdblas.cpp
65
return (void*)
GetProcAddress
(opencl_module, name);
74
static void*
GetProcAddress
(const char* name)
86
#define CV_CL_GET_PROC_ADDRESS(name)
GetProcAddress
(name)
opencl_clamdfft.cpp
65
return (void*)
GetProcAddress
(opencl_module, name);
74
static void*
GetProcAddress
(const char* name)
86
#define CV_CL_GET_PROC_ADDRESS(name)
GetProcAddress
(name)
/external/opencv3/modules/cudacodec/src/
ffmpeg_video_source.cpp
77
(Create_InputMediaStream_FFMPEG_Plugin)
GetProcAddress
(cvFFOpenCV, "create_InputMediaStream_FFMPEG");
79
(Release_InputMediaStream_FFMPEG_Plugin)
GetProcAddress
(cvFFOpenCV, "release_InputMediaStream_FFMPEG");
81
(Read_InputMediaStream_FFMPEG_Plugin)
GetProcAddress
(cvFFOpenCV, "read_InputMediaStream_FFMPEG");
Completed in 1165 milliseconds
1
2
3
4
5
6
7
8