Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/WebKitAPITest/
DTestsController.cpp136 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc() argument
138 if (uMsg == WM_TIMER && wParam == runNextTestTimerID) { in wndProc()
144 return DefWindowProcW(hWnd, uMsg, wParam, lParam); in wndProc()
DHostWindow.cpp78 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc() argument
80 return DefWindowProcW(hWnd, uMsg, wParam, lParam); in wndProc()
DHostWindow.h44 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
DTestsController.h55 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
/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()
357 winaudio_in_buffer_done (HWAVEIN hwi, UINT uMsg, DWORD_PTR dwInstance, in winaudio_in_buffer_done() argument
363 if ( uMsg != WIM_DATA ) in winaudio_in_buffer_done()
/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
DWinQuake.ncb1244 …an looping�wasPlaying�qboolean�CDAudio_MessageHandler�LONG�HWND hWnd�UINT uMsg�WPARAM wParam�LPARA…
/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/qemu/distrib/sdl-1.2.12/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.12/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/srec/audio/AudioIn/UNIX/include/
Daudioin.h132 typedef void (*pCallbackFunc)(AUDIOIN_H hAudioIn, AUDIOIN_MSG uMsg, void* dwInstance, void* dwParam…
/external/qemu/distrib/sdl-1.2.12/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.12/src/timer/wince/
DSDL_systimer.c151 static void CALLBACK HandleAlarm(UINT uID, UINT uMsg, DWORD dwUser, in HandleAlarm() argument
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysevents.c259 TrackMouseTimerProc(HWND hWnd, UINT uMsg, UINT idEvent, DWORD dwTime) in TrackMouseTimerProc() argument
/external/qemu/
Dvl.c1346 static void CALLBACK host_alarm_handler(UINT uTimerID, UINT uMsg, in host_alarm_handler() argument
Dvl-android.c1288 static void CALLBACK host_alarm_handler(UINT uTimerID, UINT uMsg, in host_alarm_handler() argument