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,
Dwin32window_unittest.cc24 virtual bool OnMessage(UINT uMsg, WPARAM wParam, in OnMessage() argument
26 msg_.message = uMsg; in OnMessage()
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()
/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/vulkan-validation-layers/demos/smoke/
DShellWin32.h45 static LRESULT CALLBACK window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc() argument
51 return DefWindowProc(hwnd, uMsg, wParam, lParam); in window_proc()
53 return shell->handle_message(uMsg, wParam, lParam); in window_proc()
/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp206 static LRESULT CALLBACK HighGUIProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
207 static LRESULT CALLBACK WindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
208 static LRESULT CALLBACK MainWindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
1310 MainWindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in MainWindowProc() argument
1314 return DefWindowProc(hwnd, uMsg, wParam, lParam); in MainWindowProc()
1316 switch(uMsg) in MainWindowProc()
1319 ::SendMessage(window->hwnd, uMsg, wParam, lParam); in MainWindowProc()
1334 LRESULT retval = DefWindowProc(hwnd, uMsg, wParam, lParam); in MainWindowProc()
1412 int event = (uMsg == WM_MOUSEWHEEL ? CV_EVENT_MOUSEWHEEL : CV_EVENT_MOUSEHWHEEL); in MainWindowProc()
1469 return DefWindowProc(hwnd, uMsg, wParam, lParam); in MainWindowProc()
[all …]
/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.cpp174 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc() argument
177 switch(uMsg) in BrowseCallbackProc()
270 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2() argument
272 switch(uMsg) in BrowseCallbackProc2()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument
50 switch (uMsg) { in WndProc()
63 return DefWindowProc(hWnd, uMsg, wParam, lParam); in WndProc()
/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/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/skia/src/views/win/
DSkOSWindow_win.cpp321 VOID CALLBACK sk_timer_proc(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime) in sk_timer_proc() argument
/external/vulkan-validation-layers/demos/
Dtri.c1519 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WndProc() argument
1522 switch (uMsg) { in WndProc()
1546 return (DefWindowProc(hWnd, uMsg, wParam, lParam)); in WndProc()
Dcube.c1922 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WndProc() argument
1923 switch (uMsg) { in WndProc()
1943 return (DefWindowProc(hWnd, uMsg, wParam, lParam)); in WndProc()
/external/opencv3/3rdparty/include/dshow/
Dcontrol.h561 …virtual HRESULT WINAPI NotifyOwnerMessage(OAHWND hwnd,long uMsg,LONG_PTR wParam,LONG_PTR lParam) =…
611 …HRESULT (WINAPI *NotifyOwnerMessage)(IVideoWindow *This,OAHWND hwnd,long uMsg,LONG_PTR wParam,LONG…
663 …IVideoWindow_NotifyOwnerMessage(This,hwnd,uMsg,wParam,lParam) (This)->lpVtbl->NotifyOwnerMessage(T… argument
735 …HRESULT WINAPI IVideoWindow_NotifyOwnerMessage_Proxy(IVideoWindow *This,OAHWND hwnd,long uMsg,LONG…
Dstrmif.h3597 virtual HRESULT WINAPI SendDriverMessage(int iDialog,int uMsg,long dw1,long dw2) = 0;
3607 …HRESULT (WINAPI *SendDriverMessage)(IAMVfwCaptureDialogs *This,int iDialog,int uMsg,long dw1,long …
3619 …ptureDialogs_SendDriverMessage(This,iDialog,uMsg,dw1,dw2) (This)->lpVtbl->SendDriverMessage(This,i… argument
3626 …Dialogs_SendDriverMessage_Proxy(IAMVfwCaptureDialogs *This,int iDialog,int uMsg,long dw1,long dw2);
3639 virtual HRESULT WINAPI SendDriverMessage(int uMsg,long dw1,long dw2) = 0;
3650 HRESULT (WINAPI *SendDriverMessage)(IAMVfwCompressDialogs *This,int uMsg,long dw1,long dw2);
3663 …ne IAMVfwCompressDialogs_SendDriverMessage(This,uMsg,dw1,dw2) (This)->lpVtbl->SendDriverMessage(Th… argument
3672 …HRESULT WINAPI IAMVfwCompressDialogs_SendDriverMessage_Proxy(IAMVfwCompressDialogs *This,int uMsg,…