Searched refs:hWnd (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | common.h | 76 LPMSG lpMsg, HWND hWnd, in GetMessage_Win32() argument 78 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax); in GetMessage_Win32() 82 LPMSG lpMsg, HWND hWnd, in GetMessage() argument 84 return GetMessage_Win32(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax); in GetMessage()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.cpp | 391 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 2851 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WndProc() argument 2878 return (DefWindowProc(hWnd, uMsg, wParam, lParam)); in WndProc()
|
D | cube.c | 2519 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { in WndProc() argument 2550 return (DefWindowProc(hWnd, uMsg, wParam, lParam)); in WndProc()
|