Home
last modified time | relevance | path

Searched refs:CALLBACK (Results 1 – 25 of 76) sorted by relevance

1234

/external/libpcap/msdos/
Dndis2.h45 #define CALLBACK(foo) pascal WORD foo macro
52 #define CALLBACK(foo) WORD foo __attribute__((stdcall)) macro
59 #define CALLBACK(foo) WORD pascal foo macro
66 #define CALLBACK(foo) WORD pascal foo macro
525 CALLBACK (NdisSystemRequest (DWORD,DWORD, WORD, WORD, WORD));
526 CALLBACK (NdisRequestConfirm ( WORD, WORD, WORD, WORD, WORD,WORD));
527 CALLBACK (NdisTransmitConfirm ( WORD, WORD, WORD, WORD, WORD));
528 CALLBACK (NdisReceiveLookahead ( WORD, WORD, WORD, BYTE*, BYTE*, WORD));
529 CALLBACK (NdisReceiveChain ( WORD, WORD, WORD, struct _RxBufDescr*, BYTE*, WORD));
530 CALLBACK (NdisStatusProc ( WORD, WORD, BYTE*, WORD,WORD));
[all …]
Dndis_0.asm67 CALLBACK macro callbackProc, argsSize macro
128 CALLBACK _NdisSystemRequest,14 label
132 CALLBACK _NdisRequestConfirm,12 label
136 CALLBACK _NdisTransmitConfirm,10 label
140 CALLBACK _NdisReceiveLookahead,16 label
144 CALLBACK _NdisIndicationComplete,4 label
148 CALLBACK _NdisReceiveChain,16 label
152 CALLBACK _NdisStatusProc,12 label
Dndis2.c269 CALLBACK (NdisSystemRequest (DWORD param1, DWORD param2, WORD param3, in CALLBACK() function
319 CALLBACK (NdisRequestConfirm (WORD protId, WORD macId, WORD reqHandle, in CALLBACK() function
328 CALLBACK (NdisTransmitConfirm (WORD protId, WORD macId, WORD reqHandle, in CALLBACK() function
344 CALLBACK (NdisReceiveLookahead (WORD macId, WORD frameSize, in CALLBACK() function
397 CALLBACK (NdisIndicationComplete (WORD macId, WORD protDS)) in CALLBACK() function
410 CALLBACK (NdisReceiveChain (WORD macId, WORD frameSize, WORD reqHandle, in CALLBACK() function
454 CALLBACK (NdisStatusProc (WORD macId, WORD param1, BYTE *indicate, in CALLBACK() function
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
DInterceptFieldTransformer.java32 private static final Type CALLBACK = field in InterceptFieldTransformer
37 new Signature("setInterceptFieldCallback", Type.VOID_TYPE, new Type[]{ CALLBACK });
39 new Signature("getInterceptFieldCallback", CALLBACK, new Type[0]);
53 CALLBACK, in begin_class()
106 e.invoke_interface(CALLBACK, readCallbackSig(type)); in addReadMethod()
131 e.invoke_interface(CALLBACK, writeCallbackSig(type)); in addWriteMethod()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.h188 static void CALLBACK OnPipeConnected(void* context, BOOLEAN timer_or_wait);
191 static void CALLBACK OnDumpRequest(void* context, BOOLEAN timer_or_wait);
194 static void CALLBACK OnClientEnd(void* context, BOOLEAN timer_or_wait);
Dcrash_generation_server.cc812 void CALLBACK CrashGenerationServer::OnPipeConnected(void* context, BOOLEAN) { in OnPipeConnected()
821 void CALLBACK CrashGenerationServer::OnDumpRequest(void* context, BOOLEAN) { in OnDumpRequest()
836 void CALLBACK CrashGenerationServer::OnClientEnd(void* context, BOOLEAN) { in OnClientEnd()
/external/webrtc/webrtc/base/
Dwin32windowpicker.h30 static BOOL CALLBACK EnumProc(HWND hwnd, LPARAM l_param);
31 static BOOL CALLBACK MonitorEnumProc(HMONITOR h_monitor,
Dwin32windowpicker.cc29 BOOL CALLBACK Win32WindowPicker::EnumProc(HWND hwnd, LPARAM l_param) { in EnumProc()
71 BOOL CALLBACK Win32WindowPicker::MonitorEnumProc(HMONITOR h_monitor, in MonitorEnumProc()
Dwin32window.h46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h47 …typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerDat…
48 typedef BOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PSTR filename,PVOID context);
49 …typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData);
55 …typedef BOOL (CALLBACK WINAPI *PSYMBOLSERVERCALLBACKPROC)(UINT_PTR action,ULONG64 data,ULONG64 con…
130 typedef BOOL (CALLBACK *PENUMDIRTREE_CALLBACK)(LPCSTR FilePath,PVOID CallerData);
306 …typedef BOOL (CALLBACK *PSYM_ENUMMODULES_CALLBACK64)(PSTR ModuleName,DWORD64 BaseOfDll,PVOID UserC…
307 …typedef BOOL (CALLBACK *PSYM_ENUMSYMBOLS_CALLBACK64)(PSTR SymbolName,DWORD64 SymbolAddress,ULONG S…
308 …typedef BOOL (CALLBACK *PSYM_ENUMSYMBOLS_CALLBACK64W)(PWSTR SymbolName,DWORD64 SymbolAddress,ULONG…
309 …typedef BOOL (CALLBACK *PENUMLOADED_MODULES_CALLBACK64)(PSTR ModuleName,DWORD64 ModuleBase,ULONG M…
310 …typedef BOOL (CALLBACK *PSYMBOL_REGISTERED_CALLBACK64)(HANDLE hProcess,ULONG ActionCode,ULONG64 Ca…
[all …]
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.h194 static BOOL CALLBACK SymCallback(HANDLE process, ULONG action, ULONG64 data,
202 static BOOL CALLBACK SymFindFileInPathCallback(const char *filename,
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc73 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
74 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
357 LRESULT CALLBACK WndProc(HWND wnd, in WndProc()
446 INT_PTR CALLBACK About(HWND dlg, in About()
/external/opencv3/samples/directx/
Dwinapp.hpp101 static LRESULT CALLBACK StaticWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in StaticWndProc()
123 virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) = 0;
/external/skia/src/views/win/
Dskia_win.cpp15 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
116 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { in WndProc()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_tls.h53 LRESULT CALLBACK
/external/compiler-rt/test/asan/TestCases/Windows/
Dqueue_user_work_item_report.cc8 DWORD CALLBACK work_item(LPVOID) { in work_item()
Dqueue_user_work_item.cc39 DWORD CALLBACK work_item(LPVOID) { in work_item()
Dbind_io_completion_callback.cc41 void CALLBACK completion_callback(DWORD error, DWORD bytesRead, in completion_callback()
/external/zlib/src/contrib/minizip/
Dioapi.h125 … defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEW…
126 #define ZCALLBACK CALLBACK
/external/skia/tools/
Dwin_lcid.cpp11 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { in MyFuncLocaleEx()
/external/libchrome/base/power_monitor/
Dpower_monitor_device_source.h75 static LRESULT CALLBACK WndProcThunk(HWND hwnd,
/external/vulkan-validation-layers/demos/smoke/
DShellWin32.h45 static LRESULT CALLBACK window_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in window_proc()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DEnhancer.java86 private static final Type CALLBACK = field in Enhancer
105 new Signature("newInstance", Constants.TYPE_OBJECT, new Type[]{ CALLBACK });
107 new Signature("setCallback", Type.VOID_TYPE, new Type[]{ Type.INT_TYPE, CALLBACK });
109 new Signature("getCallback", CALLBACK, new Type[]{ Type.INT_TYPE });
790 e.newarray(CALLBACK); in emitGetCallbacks()
828 e.newarray(CALLBACK); in emitNewInstanceCallback()
/external/lzma/CPP/Windows/
DShell.cpp174 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc()
270 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2()
/external/icu/icu4c/source/test/intltest/
Dwinutil.cpp36 BOOL CALLBACK EnumLocalesProc(LPSTR lpLocaleString) in EnumLocalesProc()

1234