/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | win32_window.cc | 40 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc), in Create() 59 wcex.lpfnWndProc = &Win32Window::WndProc; in Create() 105 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, in WndProc() function in rtc::Win32Window
|
H A D | win32_window.h | 54 static LRESULT CALLBACK WndProc(HWND hwnd,
|
/aosp_15_r20/external/cronet/third_party/icu/source/samples/layout/ |
H A D | layout.cpp | 41 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 85 wndclass.lpfnWndProc = WndProc; in WinMain() 123 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
|
H A D | clayout.c | 43 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 87 wndclass.lpfnWndProc = WndProc; in WinMain() 125 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/aosp_15_r20/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
H A D | crash_generation_app.cc | 76 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 99 wcex.lpfnWndProc = WndProc; in MyRegisterClass() 360 LRESULT CALLBACK WndProc(HWND wnd, in WndProc() function
|
/aosp_15_r20/external/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 56 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); 71 wcex.lpfnWndProc = WndProc; in init() 207 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_ext_pbuffer.c | 49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() function 87 wc.lpfnWndProc = WndProc; in stw_pbuffer_create()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | FM.cpp | 197 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); 263 wc.lpfnWndProc = (WNDPROC) WndProc; in InitInstance() 890 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
H A D | wrappers.cpp | 32 static LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function 56 sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, in WindowInit()
|
/aosp_15_r20/external/angle/util/windows/win32/ |
H A D | Win32Window.cpp | 232 LRESULT CALLBACK Win32Window::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function in Win32Window 523 parentWindowClass.lpfnWndProc = WndProc; in initializeImpl() 540 childWindowClass.lpfnWndProc = WndProc; in initializeImpl()
|
H A D | Win32Window.h | 47 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
/aosp_15_r20/hardware/google/gfxstream/host/testlibs/windows/win32/ |
D | Win32Window.cpp | 229 LRESULT CALLBACK Win32Window::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function in Win32Window 520 parentWindowClass.lpfnWndProc = WndProc; in initialize() 537 childWindowClass.lpfnWndProc = WndProc; in initialize()
|
D | Win32Window.h | 45 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
/aosp_15_r20/external/libpng/contrib/visupng/ |
H A D | VisualPng.c | 42 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); 89 wndclass.lpfnWndProc = WndProc; in WinMain() 147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc() function
|
/aosp_15_r20/external/webrtc/examples/peerconnection/client/ |
H A D | main_wnd.h | 168 static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
|
H A D | main_wnd.cc | 404 LRESULT CALLBACK MainWnd::WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) { in WndProc() function in MainWnd 450 wcex.lpfnWndProc = &WndProc; in RegisterWindowClass()
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLLX/ |
H A D | DNSSDService.h | 374 WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam );
|
H A D | DNSSDService.cpp | 106 wc.lpfnWndProc = WndProc; in FinalConstruct() 2062 CDNSSDService::WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam ) in WndProc() function in CDNSSDService
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | syscall_windows_test.go | 594 WndProc uintptr 607 WndProc: cb,
|
/aosp_15_r20/external/angle/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 384 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() function 415 win_class.lpfnWndProc = WndProc; in init_window()
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/ |
H A D | VulkanSample.cpp | 2438 static LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc() function 2539 wndClassDesc.lpfnWndProc = WndProc; in MainWindow()
|
/aosp_15_r20/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1769 wc.lpfnWndProc = PythonBootstrapperApplication::WndProc; in CreateMainWindow() 1868 static LRESULT CALLBACK WndProc( in WndProc() function in PythonBootstrapperApplication
|