/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
sdlexe.cpp | 81 void MakeEvent(TWsEvent& aEvent, const TPoint& aBasePos) const; 157 void TVirtualCursor::MakeEvent(TWsEvent& aEvent, const TPoint& aBasePos) const 159 aEvent.SetType(EEventPointer), 160 aEvent.SetTimeNow(); 161 TPointerEvent& pointer = *aEvent.Pointer(); 185 void SendEvent(TInt aEvent, TInt aParam, CSDL* aSDL); 201 void TSdlClass::SendEvent(TInt aEvent, TInt aParam, CSDL* aSDL) 204 iObs->SDLMainEvent(aEvent, aParam, aSDL); 313 void HandleWsEventL(const TWsEvent& aEvent, CCoeControl* aDestination); 318 TInt SdlEvent(TInt aEvent, TInt aParam) [all...] |
SDL_main.cpp | 81 TInt Append(const TWsEvent& aEvent); 105 TInt CEventQueue::Append(const TWsEvent& aEvent) 108 const TInt err = iVector.Append(aEvent); 210 TInt ObserverEvent(TInt aEvent, TInt aParam); 244 TInt CSdlAppServ::ObserverEvent(TInt aEvent, TInt aParam) 250 return iObserver->SdlThreadEvent(aEvent, aParam); 254 return iObserver->SdlEvent(aEvent, aParam); 882 EXPORT_C TInt CSDL::AppendWsEvent(const TWsEvent& aEvent) 884 return EpocSdlEnv::EventQueue().Append(aEvent);
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
dri2.c | 100 GLXBufferSwapComplete *aevent = (GLXBufferSwapComplete *)event; local 107 aevent->type = dri2GetSwapEventType(dpy, awire->drawable); 108 if(!aevent->type) 111 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire); 112 aevent->send_event = (awire->type & 0x80) != 0; 113 aevent->display = dpy; 114 aevent->drawable = awire->drawable; 117 aevent->event_type = GLX_EXCHANGE_COMPLETE_INTEL; 120 aevent->event_type = GLX_COPY_COMPLETE_INTEL; 123 aevent->event_type = GLX_FLIP_COMPLETE_INTEL [all...] |
glxext.c | 118 GLXPbufferClobberEvent *aevent = (GLXPbufferClobberEvent *)event; local 120 aevent->event_type = awire->type; 121 aevent->serial = awire->sequenceNumber; 122 aevent->event_type = awire->event_type; 123 aevent->draw_type = awire->draw_type; 124 aevent->drawable = awire->drawable; 125 aevent->buffer_mask = awire->buffer_mask; 126 aevent->aux_buffer = awire->aux_buffer; 127 aevent->x = awire->x; 128 aevent->y = awire->y 136 GLXBufferSwapComplete *aevent = (GLXBufferSwapComplete *)event; local [all...] |
/external/mesa3d/src/glx/ |
dri2.c | 100 GLXBufferSwapComplete *aevent = (GLXBufferSwapComplete *)event; local 107 aevent->type = dri2GetSwapEventType(dpy, awire->drawable); 108 if(!aevent->type) 111 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire); 112 aevent->send_event = (awire->type & 0x80) != 0; 113 aevent->display = dpy; 114 aevent->drawable = awire->drawable; 117 aevent->event_type = GLX_EXCHANGE_COMPLETE_INTEL; 120 aevent->event_type = GLX_COPY_COMPLETE_INTEL; 123 aevent->event_type = GLX_FLIP_COMPLETE_INTEL [all...] |
glxext.c | 118 GLXPbufferClobberEvent *aevent = (GLXPbufferClobberEvent *)event; local 120 aevent->event_type = awire->type; 121 aevent->serial = awire->sequenceNumber; 122 aevent->event_type = awire->event_type; 123 aevent->draw_type = awire->draw_type; 124 aevent->drawable = awire->drawable; 125 aevent->buffer_mask = awire->buffer_mask; 126 aevent->aux_buffer = awire->aux_buffer; 127 aevent->x = awire->x; 128 aevent->y = awire->y 136 GLXBufferSwapComplete *aevent = (GLXBufferSwapComplete *)event; local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
key_sequence_test.js | 109 this.aEvent = this.createMockEvent(65); 237 var aKey = new cvox.KeySequence(this.aEvent, false); 250 var commandSequence = new cvox.KeySequence(this.aEvent, true); 308 var aNoModifier = new cvox.KeySequence(this.aEvent, false); 309 var aWithModifier = new cvox.KeySequence(this.aEvent, true);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
xfrm.h | 243 /* AEVENT flags */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
xfrm.h | 243 /* AEVENT flags */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
cvei.h | 323 /** The callback funtion with aEvent being one of TCVEIEvent enumeration. */ 325 (uint32 aId, uint32 aEvent, uint32 aParam1 = 0) = 0;
|
/external/iproute2/include/linux/ |
xfrm.h | 251 /* AEVENT flags */
|
/external/kernel-headers/original/uapi/linux/ |
xfrm.h | 253 /* AEVENT flags */
|
/external/iproute2/ip/ |
xfrm_monitor.c | 371 } else if (matches(*argv, "aevent") == 0) {
|