Searched refs:nextHandler (Results 1 – 7 of 7) sorted by relevance
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/ |
D | MacHelpers.cpp | 36 OSStatus KeyDownWrapper( EventHandlerCallRef nextHandler, in KeyDownWrapper() argument 45 return CallNextEventHandler( nextHandler, theEvent ); in KeyDownWrapper() 55 OSStatus KeyUpWrapper( EventHandlerCallRef nextHandler, in KeyUpWrapper() argument 63 return CallNextEventHandler( nextHandler, theEvent ); in KeyUpWrapper() 73 OSStatus KeyModWrapper( EventHandlerCallRef nextHandler, in KeyModWrapper() argument 81 return CallNextEventHandler( nextHandler, theEvent ); in KeyModWrapper() 149 OSStatus MouseWrapper( EventHandlerCallRef nextHandler, EventRef theEvent, void* callClass ) in MouseWrapper() argument 156 return CallNextEventHandler( nextHandler, theEvent ); in MouseWrapper()
|
D | MacMouse.cpp | 130 OSStatus MacMouse::WindowFocusChanged(EventHandlerCallRef nextHandler, EventRef event, void* macMou… in WindowFocusChanged() argument 141 return CallNextEventHandler(nextHandler, event); in WindowFocusChanged()
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/ |
D | MacHelpers.h | 38 OSStatus KeyDownWrapper( EventHandlerCallRef nextHandler, EventRef theEvent, void* callClass ); 40 OSStatus KeyUpWrapper( EventHandlerCallRef nextHandler, EventRef theEvent, void* callClass ); 42 OSStatus KeyModWrapper( EventHandlerCallRef nextHandler, EventRef theEvent, void* callClass ); 44 OSStatus MouseWrapper( EventHandlerCallRef nextHandler, EventRef theEvent, void* callClass );
|
D | MacMouse.h | 57 …static OSStatus WindowFocusChanged(EventHandlerCallRef nextHandler, EventRef event, void* macMouse…
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.h | 136 EventHandlerCallRef nextHandler, EventRef theEvent, void* userData); 138 EventHandlerCallRef nextHandler, EventRef theEvent, void* userData);
|
D | video_render_agl.cc | 583 pascal OSStatus VideoRenderAGL::sHandleHiViewResized (EventHandlerCallRef nextHandler, EventRef the… in sHandleHiViewResized() argument
|
/external/opencv3/modules/highgui/src/ |
D | window_carbon.cpp | 128 static pascal OSStatus windowEventHandler(EventHandlerCallRef nextHandler, EventRef theEvent, void … 955 static pascal OSStatus windowEventHandler(EventHandlerCallRef nextHandler, EventRef theEvent, void … in windowEventHandler() argument 983 err = CallNextEventHandler(nextHandler, theEvent); in windowEventHandler()
|