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

1 2 3 4 5 6

  /external/skia/src/ports/
SkOSLibrary_win.cpp 19 return reinterpret_cast<void*>(::GetProcAddress((HMODULE)library, functionName));
  /external/mesa3d/src/mapi/shared-glapi/tests/
check_table.cpp 39 TEST(GetProcAddress, ABIOffsetByName)
52 TEST(GetProcAddress, TableBigEnoughForABI)
  /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/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/compiler-rt/test/asan/TestCases/Windows/
dll_host.cc 43 test_function gf = (test_function)GetProcAddress(h, "test_function");
  /external/c-ares/
ares_library_init.c 53 GetProcAddress(hnd_iphlpapi, "GetNetworkParams");
61 GetProcAddress(hnd_iphlpapi, "GetAdaptersAddresses");
80 GetProcAddress(hnd_advapi32, "SystemFunction036");
  /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");
  /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")
test_loading.py 98 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
99 windll.kernel32.GetProcAddress.restype = c_void_p
100 proc = windll.kernel32.GetProcAddress(advapi32._handle, "CloseEventLog")
  /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")
test_loading.py 98 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
99 windll.kernel32.GetProcAddress.restype = c_void_p
100 proc = windll.kernel32.GetProcAddress(advapi32._handle, "CloseEventLog")
  /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")
  /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,
  /development/host/windows/usb/api/
AdbWinApi.cpp 86 (GetProcAddress(adbwinusbapi_handle_, "InstantiateWinUsbInterface"));
  /external/lzma/CPP/Windows/
DLL.h 14 #define My_GetProcAddress(module, procName) ::GetProcAddress(module, procName)
SecurityUtils.h 88 LsaOpenPolicyP lsaOpenPolicy = (LsaOpenPolicyP)GetProcAddress(hModule, "LsaOpenPolicy");
111 LsaCloseP lsaClose = (LsaCloseP)GetProcAddress(hModule, "LsaClose");
143 LsaAddAccountRightsP lsaAddAccountRights = (LsaAddAccountRightsP)GetProcAddress(hModule, "LsaAddAccountRights");
  /external/mesa3d/src/gallium/auxiliary/util/
u_dl.c 64 return (util_dl_proc)GetProcAddress((HMODULE)library, procname);
  /external/parameter-framework/upstream/utility/windows/
DynamicLibrary.cpp 65 void *sym = reinterpret_cast<void *>(GetProcAddress(module, symbol.c_str()));
  /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
  /external/webrtc/webrtc/base/
winping.cc 159 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC);
160 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC);
161 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
163 LOG(LERROR) << "GetProcAddress(ICMP_*): " << GetLastError();
173 create6_ = (PIcmp6CreateFile) GetProcAddress(dll_, ICMP6_CREATE_FUNC);
174 send6_ = (PIcmp6SendEcho2) GetProcAddress(dll_, ICMP6_SEND_FUNC);
176 LOG(LERROR) << "GetProcAddress(ICMP6_*): " << GetLastError();

Completed in 775 milliseconds

1 2 3 4 5 6