Home
last modified time | relevance | path

Searched full:getmodulehandle (Results 1 – 25 of 138) sorted by relevance

123456

/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_errno.py48 GetModuleHandle = dll.GetModuleHandleA
49 GetModuleHandle.argtypes = [c_wchar_p]
51 self.assertEqual(0, GetModuleHandle("foo"))
61 GetModuleHandle = dll.GetModuleHandleW
62 GetModuleHandle.argtypes = [c_wchar_p]
63 GetModuleHandle("bar")
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_errno.py48 GetModuleHandle = dll.GetModuleHandleA
49 GetModuleHandle.argtypes = [c_wchar_p]
51 self.assertEqual(0, GetModuleHandle("foo"))
61 GetModuleHandle = dll.GetModuleHandleW
62 GetModuleHandle.argtypes = [c_wchar_p]
63 GetModuleHandle("bar")
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_errno.py52 GetModuleHandle = dll.GetModuleHandleA
53 GetModuleHandle.argtypes = [c_wchar_p]
55 self.assertEqual(0, GetModuleHandle("foo"))
65 GetModuleHandle = dll.GetModuleHandleW
66 GetModuleHandle.argtypes = [c_wchar_p]
67 GetModuleHandle("bar")
/aosp_15_r20/external/mesa3d/src/glx/windows/
H A Dwindowsgl.c85 wc.hInstance = GetModuleHandle(NULL); in windows_create_context()
101 NULL, NULL, GetModuleHandle(NULL), NULL); in windows_create_context()
146 wc.hInstance = GetModuleHandle(NULL); in windows_create_context_attribs()
162 NULL, NULL, GetModuleHandle(NULL), NULL); in windows_create_context_attribs()
299 wc.hInstance = GetModuleHandle(NULL); in windows_call_with_context()
314 0, 0, 0, 0, 0, NULL, NULL, GetModuleHandle(NULL), in windows_call_with_context()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/win32/
H A DDisplayVkWin32.cpp39 GetModuleHandle(nullptr))) in terminate()
64 HINSTANCE hinstance = GetModuleHandle(nullptr); in initialize()
80 intermediateClassDesc.hInstance = GetModuleHandle(nullptr); in initialize()
106 GetModuleHandle(nullptr), mMockWindow}; in initialize()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dlibloaderapi.h106 #define GetModuleHandle __MINGW_NAME_AW(GetModuleHandle) macro
130 #define GetModuleHandle __MINGW_NAME_AW(GetModuleHandle)
Dnewapis.h41 hinst = GetModuleHandle(TEXT("KERNEL32")); in Probe_GetDiskFreeSpaceEx()
159 hinst = GetModuleHandle(TEXT("KERNEL32")); in Probe_GetLongPathName()
229 hinst = GetModuleHandle(TEXT("KERNEL32")); in Probe_GetFileAttributesEx()
262 hinst = GetModuleHandle(TEXT("KERNEL32")); in Probe_IsDebuggerPresent()
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp47 audio_module_handle_t AudioInputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioInputDescriptor
52 return mProfile->getModuleHandle(); in getModuleHandle()
91 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
103 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
233 status_t status = mClientInterface->openInput(mProfile->getModuleHandle(), in open()
H A DAudioOutputDescriptor.cpp67 audio_module_handle_t AudioOutputDescriptor::getModuleHandle() const in getModuleHandle() function in android::AudioOutputDescriptor
70 mPolicyAudioPort->getModuleHandle() : AUDIO_MODULE_HANDLE_NONE; in getModuleHandle()
222 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
231 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
730 status_t status = mClientInterface->openOutput(mProfile->getModuleHandle(), in open()
H A DDeviceDescriptor.cpp134 dstConfig->ext.device.hw_module = getModuleHandle(); in toAudioPortConfig()
338 if (device->getModuleHandle() == moduleHandle) { in getDevicesFromHwModule()
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DPolicyAudioPort.h95 audio_module_handle_t getModuleHandle() const;
133 (other->getPolicyAudioPort()->getModuleHandle() == in hasSameHwModuleAs()
134 getPolicyAudioPort()->getModuleHandle()); in hasSameHwModuleAs()
/aosp_15_r20/external/angle/util/windows/win32/
H A DWin32Window.cpp526 parentWindowClass.hInstance = GetModuleHandle(nullptr); in initializeImpl()
543 childWindowClass.hInstance = GetModuleHandle(nullptr); in initializeImpl()
563 nullptr, nullptr, GetModuleHandle(nullptr), this); in initializeImpl()
567 mParentWindow, nullptr, GetModuleHandle(nullptr), this); in initializeImpl()
/aosp_15_r20/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp523 parentWindowClass.hInstance = GetModuleHandle(nullptr); in initialize()
540 childWindowClass.hInstance = GetModuleHandle(nullptr); in initialize()
560 nullptr, nullptr, GetModuleHandle(nullptr), this); in initialize()
564 mParentWindow, nullptr, GetModuleHandle(nullptr), this); in initialize()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dws2_32.txt25 getModuleHandle := syscall.MustLoadDLL("kernel32.dll").MustFindProc("GetModuleHandleW")
26 mod, _, _ := getModuleHandle.Call(uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(ws2_32))))
/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Dopenssl-build.yml53GetModuleHandle\(NULL\)\) == NULL\)', '((h = GetModuleHandleA("_ssl.pyd")) == NULL) if ((h = GetMo…
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileSystem.cpp105 Func_GetDiskFreeSpaceExA, GetModuleHandle(TEXT("kernel32.dll")), in MyGetDiskFreeSpace()
130 Func_GetDiskFreeSpaceExW, GetModuleHandle(TEXT("kernel32.dll")), in MyGetDiskFreeSpace()
/aosp_15_r20/external/python/cpython3/PCbuild/
Dopenssl.vcxproj80 <BeforePatch>((h = GetModuleHandle(NULL)) == NULL)</BeforePatch>
81 … == NULL) if ((h = GetModuleHandleA("_ssl_d.pyd")) == NULL) if ((h = GetModuleHandle(NULL)) == NUL…
/aosp_15_r20/external/webrtc/examples/peerconnection/client/
H A Dmain_wnd.cc105 CW_USEDEFAULT, NULL, NULL, GetModuleHandle(NULL), this); in Create()
447 wcex.hInstance = GetModuleHandle(NULL); in RegisterWindowClass()
469 GetModuleHandle(NULL), NULL); in CreateChildWindow()
/aosp_15_r20/external/pciutils/lib/
H A Dwin32-helpers.c129 kernel32 = GetModuleHandle(TEXT("kernel32.dll")); in win32_is_32bit_on_64bit_system()
178 kernel32 = GetModuleHandle(TEXT("kernel32.dll")); in win32_change_error_mode()
596 advapi32 = GetModuleHandle(TEXT("advapi32.dll")); in prepare_security_descriptor_for_set_operation()
934 kernel32 = GetModuleHandle(TEXT("kernel32.dll")); in win32_find_and_open_process_for_query()
/aosp_15_r20/external/angle/src/tests/deqp_support/
H A DtcuANGLEPlatform.cpp147 new win32::EGLNativeDisplayFactory(GetModuleHandle(nullptr))); in ANGLEPlatform()
233 m_contextFactoryRegistry.registerFactory(new wgl::ContextFactory(GetModuleHandle(nullptr))); in ANGLEPlatform()
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DLangUtils.cpp264 GetModuleHandle("kernel32"), "GetUserDefaultUILanguage"); in Lang_GetShortNames_for_DefaultLang()
268 GetModuleHandle("kernel32"), "GetSystemDefaultUILanguage"); in Lang_GetShortNames_for_DefaultLang()
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/
H A Dminidump_test.cc71 ASSERT_EQ(NULL, ::GetModuleHandle(L"urlmon.dll")); in SetUp()
169 HMODULE dbg_help = ::GetModuleHandle(L"dbghelp.dll"); in TEST_F()
/aosp_15_r20/external/skia/tools/gpu/gl/win/
H A DSkWGL_win.cpp178 HMODULE module = GetModuleHandle(nullptr); in create_temp_window()
228 HMODULE module = GetModuleHandle(nullptr); in destroy_temp_window()
/aosp_15_r20/external/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp138 HMODULE ntdll = GetModuleHandle("ntdll.dll"); in is_wine()
202 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); in ANGLEGLContext()
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/pe/
Dfile_test.go552 getModuleHandle := kernel32.MustFindProc("GetModuleHandleW")
557 moduleHandle, _, err := getModuleHandle.Call(0)
559 panic(fmt.Sprintf("GetModuleHandle() failed: %d", err))

123456