Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dwin32window.cc90 bool Win32Window::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() argument
92 switch (uMsg) { in OnMessage()
103 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, in WndProc() argument
107 if (!that && (WM_CREATE == uMsg)) { in WndProc()
115 bool handled = that->OnMessage(uMsg, wParam, lParam, result); in WndProc()
116 if (WM_DESTROY == uMsg) { in WndProc()
122 if (WM_NCDESTROY == uMsg) { in WndProc()
131 return ::DefWindowProc(hwnd, uMsg, wParam, lParam); in WndProc()
Dwin32window.h58 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
Dwin32socketserver.cc169 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
174 bool OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result);
189 bool Win32Socket::EventSink::OnMessage(UINT uMsg, WPARAM wParam, in OnMessage() argument
191 switch (uMsg) { in OnMessage()
194 return OnSocketNotify(uMsg, wParam, lParam, result); in OnMessage()
201 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam, in OnSocketNotify() argument
209 if (uMsg == WM_TIMER) { in OnSocketNotify()
/external/webkit/Tools/WebKitAPITest/
DTestsController.cpp137 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc() argument
139 if (uMsg == WM_TIMER && wParam == runNextTestTimerID) { in wndProc()
145 return DefWindowProcW(hWnd, uMsg, wParam, lParam); in wndProc()
DHostWindow.cpp79 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc() argument
81 return DefWindowProcW(hWnd, uMsg, wParam, lParam); in wndProc()
DHostWindow.h45 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
DTestsController.h55 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
/external/qemu/distrib/sdl-1.2.15/src/audio/mme/
DSDL_mmeaudio.c107 UINT uMsg, in MME_CALLBACK() argument
114 if ( uMsg == WOM_DONE ) in MME_CALLBACK()
/external/qemu/distrib/sdl-1.2.15/src/audio/windib/
DSDL_dibaudio.c106 static void CALLBACK FillSound(HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, in FillSound() argument
112 if ( uMsg != WOM_DONE ) in FillSound()
/external/qemu/audio/
Dwinaudio.c105 winaudio_out_buffer_done (HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, in winaudio_out_buffer_done() argument
111 if ( uMsg != WOM_DONE ) in winaudio_out_buffer_done()
356 winaudio_in_buffer_done (HWAVEIN hwi, UINT uMsg, DWORD_PTR dwInstance, in winaudio_in_buffer_done() argument
362 if ( uMsg != WIM_DATA ) in winaudio_in_buffer_done()
/external/srec/audio/AudioIn/UNIX/include/
Daudioin.h132 typedef void (*pCallbackFunc)(AUDIOIN_H hAudioIn, AUDIOIN_MSG uMsg, void* dwInstance, void* dwParam…
/external/quake/quake/src/QW/client/
Dgl_vidnt.c123 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
1018 UINT uMsg, in MainWndProc() argument
1026 if ( uMsg == uiWheelMessage ) in MainWndProc()
1027 uMsg = WM_MOUSEWHEEL; in MainWndProc()
1029 switch (uMsg) in MainWndProc()
1128 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam); in MainWndProc()
1133 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc()
Dvid_win.c149 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
2853 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
2858 UINT uMsg, in MainWndProc() argument
2869 if ( uMsg == uiWheelMessage ) { in MainWndProc()
2870 uMsg = WM_MOUSEWHEEL; in MainWndProc()
2875 switch (uMsg) in MainWndProc()
2916 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc()
3076 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam); in MainWndProc()
3081 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc()
Dcd_win.c363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in CDAudio_MessageHandler() argument
/external/quake/quake/src/WinQuake/
Dgl_vidnt.cpp123 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
1018 UINT uMsg, in MainWndProc() argument
1026 if ( uMsg == uiWheelMessage ) in MainWndProc()
1027 uMsg = WM_MOUSEWHEEL; in MainWndProc()
1029 switch (uMsg) in MainWndProc()
1128 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam); in MainWndProc()
1133 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc()
Dvid_win.cpp145 LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
2812 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
2817 UINT uMsg, in MainWndProc() argument
2827 switch (uMsg) in MainWndProc()
2868 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc()
3029 lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam); in MainWndProc()
3034 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam); in MainWndProc()
Dcd_win.cpp363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in CDAudio_MessageHandler() argument
/external/qemu/distrib/sdl-1.2.15/src/timer/win32/
DSDL_systimer.c115 static void CALLBACK HandleAlarm(UINT uID, UINT uMsg, DWORD_PTR dwUser, in HandleAlarm() argument
/external/qemu/distrib/sdl-1.2.15/src/timer/wince/
DSDL_systimer.c151 static void CALLBACK HandleAlarm(UINT uID, UINT uMsg, DWORD dwUser, in HandleAlarm() argument
/external/chromium/third_party/libjingle/source/talk/session/phone/
Ddevicemanager.cc593 bool DeviceWatcher::OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, in OnMessage() argument
595 if (uMsg == WM_DEVICECHANGE) { in OnMessage()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.h282 LRESULT OnGetObject(UINT uMsg, WPARAM wparam, LPARAM lparam);
Dautocomplete_edit_view_win.cc1339 LRESULT AutocompleteEditViewWin::OnGetObject(UINT uMsg, in OnGetObject() argument
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_sysevents.c221 TrackMouseTimerProc(HWND hWnd, UINT uMsg, UINT idEvent, DWORD dwTime) in TrackMouseTimerProc() argument
/external/qemu/
Dqemu-timer.c1119 static void CALLBACK mm_alarm_handler(UINT uTimerID, UINT uMsg, in mm_alarm_handler() argument