Home
last modified time | relevance | path

Searched refs:uMsg (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32window.cc77 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() argument
79 switch (uMsg) { in OnMessage()
90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, in WndProc() argument
94 if (!that && (WM_CREATE == uMsg)) { in WndProc()
102 bool handled = that->OnMessage(uMsg, wParam, lParam, result); in WndProc()
103 if (WM_DESTROY == uMsg) { in WndProc()
109 if (WM_NCDESTROY == uMsg) { in WndProc()
118 return ::DefWindowProc(hwnd, uMsg, wParam, lParam); in WndProc()
Dwin32window.h39 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
Dwin32socketserver.cc156 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
161 bool OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result);
176 bool Win32Socket::EventSink::OnMessage(UINT uMsg, WPARAM wParam, in OnMessage() argument
178 switch (uMsg) { in OnMessage()
181 return OnSocketNotify(uMsg, wParam, lParam, result); in OnMessage()
188 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam, in OnSocketNotify() argument
196 if (uMsg == WM_TIMER) { in OnSocketNotify()
Dwin32window_unittest.cc24 virtual bool OnMessage(UINT uMsg, WPARAM wParam, in OnMessage() argument
26 msg_.message = uMsg; in OnMessage()
/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp31 static LRESULT CALLBACK windowProcCallback (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProcCallback() argument
35 return window->windowProc(uMsg, wParam, lParam); in windowProcCallback()
37 return DefWindowProc(hWnd, uMsg, wParam, lParam); in windowProcCallback()
139 LRESULT Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam) in windowProc() argument
141 switch (uMsg) in windowProc()
158 return DefWindowProc(m_window, uMsg, wParam, lParam); in windowProc()
DtcuWin32Window.hpp44 LRESULT windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam);
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanel.cpp58 CPlApplet(HWND hWndCPl, UINT uMsg, LONG lParam1, LONG lParam2) in CPlApplet() argument
64 return ( LONG ) pApp->OnCplMsg(hWndCPl, uMsg, lParam1, lParam2); in CPlApplet()
293 CCPApp::OnCplMsg(HWND hWndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) in OnCplMsg() argument
297 switch ( uMsg ) in OnCplMsg()
325 switch (uMsg) in OnCplMsg()
DControlPanel.h74 CPlApplet(HWND hWndCPl, UINT uMsg, LONG lParam1, LONG lParam2);
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c39 UINT uMsg, in window_proc() argument
43 switch (uMsg) { in window_proc()
49 return DefWindowProc(hWnd, uMsg, wParam, lParam); in window_proc()
/external/lzma/CPP/Windows/
DShell.cpp177 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc() argument
180 switch (uMsg) in BrowseCallbackProc()
276 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2() argument
278 switch (uMsg) in BrowseCallbackProc2()
/external/swiftshader/src/Vulkan/
Dmain.cpp22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument
26 switch(uMsg) in DebuggerWaitDialogProc()
/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc64 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
165 bool GdiVideoRenderer::VideoWindow::OnMessage(UINT uMsg, WPARAM wParam, in OnMessage() argument
167 switch (uMsg) { in OnMessage()
Dwin32devicemanager.cc396 bool Win32DeviceWatcher::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() argument
398 if (uMsg == WM_DEVICECHANGE) { in OnMessage()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c49 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument
52 switch (uMsg) { in WndProc()
65 return DefWindowProc(hWnd, uMsg, wParam, lParam); in WndProc()
/external/swiftshader/src/D3D9/
DD3D9.cpp105 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument
109 switch(uMsg) in DebuggerWaitDialogProc()
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc97 LRESULT CALLBACK WebRtcWinProc( HWND hWnd,UINT uMsg,WPARAM wParam,LPARAM lParam) in WebRtcWinProc() argument
99 switch(uMsg) in WebRtcWinProc()
106 return DefWindowProc(hWnd,uMsg,wParam,lParam); in WebRtcWinProc()
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp128 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc() argument
132 switch(uMsg) in DebuggerWaitDialogProc()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1837 __in UINT uMsg, in WndProc() argument
1844 switch (uMsg) { in WndProc()
1854 … LRESULT lres = ThemeDefWindowProc(pBA ? pBA->_theme : nullptr, hWnd, uMsg, wParam, lParam); in WndProc()
1962 if (pBA && pBA->_taskbarList && uMsg == pBA->_taskbarButtonCreatedMessage) { in WndProc()
1967 return ThemeDefWindowProc(pBA ? pBA->_theme : nullptr, hWnd, uMsg, wParam, lParam); in WndProc()
/external/syzkaller/sys/windows/
Dwindows.txt1687 DefFrameProcA(hWnd ptr[inout, intptr], hWndMDIClient ptr[inout, intptr], uMsg int32, wParam int64, …
1688 DefMDIChildProcA(hWnd ptr[inout, intptr], uMsg int32, wParam int64, lParam int64)
2050 mciSendCommandA(mciId int32, uMsg int32, dwParam1 int64, dwParam2 int64)
2069 DefDriverProc(dwDriverIdentifier int64, hdrvr ptr[inout, intptr], uMsg int32, lParam1 int64, lParam…
2085 mmioSendMessage(hmmio ptr[inout, intptr], uMsg int32, lParam1 int64, lParam2 int64)
2113 waveOutMessage(hwo ptr[inout, intptr], uMsg int32, dw1 int64, dw2 int64)
2127 waveInMessage(hwi ptr[inout, intptr], uMsg int32, dw1 int64, dw2 int64)
2153 midiOutMessage(hmo ptr[inout, intptr], uMsg int32, dw1 int64, dw2 int64)
2166 midiInMessage(hmi ptr[inout, intptr], uMsg int32, dw1 int64, dw2 int64)
2171 auxOutMessage(uDeviceID int32, uMsg int32, dw1 int64, dw2 int64)
[all …]