/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_errno.py | 48 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 D | test_errno.py | 48 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/ |
D | test_errno.py | 52 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 D | windowsgl.c | 85 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 D | DisplayVkWin32.cpp | 39 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/ |
D | libloaderapi.h | 106 #define GetModuleHandle __MINGW_NAME_AW(GetModuleHandle) macro 130 #define GetModuleHandle __MINGW_NAME_AW(GetModuleHandle)
|
D | newapis.h | 41 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 D | AudioInputDescriptor.cpp | 47 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 D | AudioOutputDescriptor.cpp | 67 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 D | DeviceDescriptor.cpp | 134 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 D | PolicyAudioPort.h | 95 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 D | Win32Window.cpp | 526 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/ |
D | Win32Window.cpp | 523 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/ |
D | ws2_32.txt | 25 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/ |
D | openssl-build.yml | 53 …GetModuleHandle\(NULL\)\) == NULL\)', '((h = GetModuleHandleA("_ssl.pyd")) == NULL) if ((h = GetMo…
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | FileSystem.cpp | 105 Func_GetDiskFreeSpaceExA, GetModuleHandle(TEXT("kernel32.dll")), in MyGetDiskFreeSpace() 130 Func_GetDiskFreeSpaceExW, GetModuleHandle(TEXT("kernel32.dll")), in MyGetDiskFreeSpace()
|
/aosp_15_r20/external/python/cpython3/PCbuild/ |
D | openssl.vcxproj | 80 <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 D | main_wnd.cc | 105 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 D | win32-helpers.c | 129 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 D | tcuANGLEPlatform.cpp | 147 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 D | LangUtils.cpp | 264 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 D | minidump_test.cc | 71 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 D | SkWGL_win.cpp | 178 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 D | GLTestContext_angle.cpp | 138 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/ |
D | file_test.go | 552 getModuleHandle := kernel32.MustFindProc("GetModuleHandleW") 557 moduleHandle, _, err := getModuleHandle.Call(0) 559 panic(fmt.Sprintf("GetModuleHandle() failed: %d", err))
|