HomeSort by relevance Sort by last modified time
    Searched refs:WPARAM (Results 101 - 125 of 136) sorted by null

1 2 3 45 6

  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGopScreen.c 58 IN WPARAM *wParam,
63 switch (*wParam) {
139 IN WPARAM *wParam,
146 switch (*wParam) {
202 return (WinNtGopConvertParamToEfiKeyShiftState (Private, wParam, lParam, TRUE)) == TRUE ? TRUE : Flag;
650 // TODO: wParam - add argument and description to function comment
657 IN WPARAM wParam,
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 432 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize)
906 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */)
1014 bool CProgressDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam)
1038 return CModalDialog::OnMessage(message, wParam, lParam);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
richedit.h 1063 WPARAM wParam;
1123 WPARAM wParam;
1154 WPARAM wParam;
ctfutb.h     [all...]
ddeml.h 269 WPARAM wParam;
winsnmp.h 224 typedef SNMPAPI_STATUS (CALLBACK *SNMPAPI_CALLBACK) (HSNMP_SESSION hSession, HWND hWnd, UINT wMsg, WPARAM wParam, LPARAM lParam, LPVOID lpClientData);
msctf.h     [all...]
ws2spi.h 110 typedef WINBOOL (WSPAPI *LPWPUPOSTMESSAGE)(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam);
171 WINBOOL WSPAPI WPUPostMessage(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam);
sapi53.h     [all...]
sapi54.h     [all...]
ocidl.h     [all...]
oleacc.h 89 typedef LRESULT (WINAPI *LPFNLRESULTFROMOBJECT)(REFIID riid,WPARAM wParam,LPUNKNOWN punk);
90 typedef HRESULT (WINAPI *LPFNOBJECTFROMLRESULT)(LRESULT lResult,REFIID riid,WPARAM wParam,void **ppvObject);
109 STDAPI_(LRESULT) LresultFromObject(REFIID riid,WPARAM wParam,LPUNKNOWN punk);
110 STDAPI ObjectFromLresult(LRESULT lResult,REFIID riid,WPARAM wParam,void **ppvObject);
    [all...]
tapi.h     [all...]
sapi51.h 1095 virtual HRESULT STDMETHODCALLTYPE NotifyCallback(WPARAM wParam, LPARAM lParam) = 0;
1103 typedef void __stdcall SPNOTIFYCALLBACK(WPARAM wParam, LPARAM lParam);
    [all...]
mobsync.h 496 typedef WINBOOL (WINAPI *PFNRFCDCALLBACK)(HWND hWnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
  /external/libusb/libusb/os/
windows_nt_common.c 60 DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, PostThreadMessageA, (DWORD, UINT, WPARAM, LPARAM));
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 193 stw_call_window_proc(int nCode, WPARAM wParam, LPARAM lParam)
204 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam);
241 return CallNextHookEx(tls_data->hCallWndProcHook, nCode, wParam, lParam);
  /system/core/adb/client/
usb_windows.cpp 190 static LRESULT CALLBACK _power_window_proc(HWND hwnd, UINT uMsg, WPARAM wParam,
194 switch (wParam) {
206 return DefWindowProcW(hwnd, uMsg, wParam, lParam);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 106 WPARAM wParam,
985 WPARAM wParam,
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 99 WPARAM wParam,
988 WPARAM wParam,
  /external/libpng/contrib/gregbook/
rpng2-win.c 177 LRESULT CALLBACK rpng2_win_wndproc(HWND, UINT, WPARAM, LPARAM);
632 return msg.wParam;
    [all...]
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI.cc 97 LRESULT CALLBACK WebRtcWinProc( HWND hWnd,UINT uMsg,WPARAM wParam,LPARAM lParam)
106 return DefWindowProc(hWnd,uMsg,wParam,lParam);
  /external/libchrome/base/message_loop/
message_loop_unittest.cc 882 WPARAM wparam, LPARAM lparam) {
886 return DefWindowProc(hwnd, message, wparam, lparam);
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSDService.cpp 2062 CDNSSDService::WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam )
2074 it = m_socketMap.find( ( SOCKET ) wParam );
2092 return DefWindowProc(hWnd, msg, wParam, lParam);;
  /external/swiftshader/src/OpenGL/libEGL/
main.cpp 108 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
120 if(LOWORD(wParam) == IDCANCEL)

Completed in 3622 milliseconds

1 2 3 45 6