HomeSort by relevance Sort by last modified time
    Searched full:phevent (Results 1 - 8 of 8) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_events.c 122 switch (phevent->type)
126 if (phevent->subtype == Ph_EV_PTR_ENTER)
130 else if (phevent->subtype ==Ph_EV_PTR_LEAVE)
142 pointerEvent = PhGetData(phevent);
143 rect = PhGetRects(phevent);
147 posted = ph_WarpedMotion(this, phevent);
159 pointerEvent = PhGetData(phevent);
170 pointerEvent = PhGetData(phevent);
172 if (phevent->subtype == Ph_EV_RELEASE_REAL && buttons != 0)
176 else if(phevent->subtype == Ph_EV_RELEASE_PHANTOM
    [all...]
SDL_ph_video.c 365 if (NULL == (phevent = SDL_malloc(EVENT_SIZE)))
370 SDL_memset(phevent, 0x00, EVENT_SIZE);
587 if (phevent!=NULL)
589 SDL_free(phevent);
590 phevent=NULL;
SDL_ph_video.h 143 #define phevent (this->hidden->event) macro
  /hardware/ti/omap3/dspbridge/inc/
sync.h 212 * phEvent: Pointer to location to receive the event object handle.
233 * - phEvent != NULL.
237 extern DSP_STATUS SYNC_OpenEvent(OUT struct SYNC_OBJECT* * phEvent,
wcdioctl.h 329 HANDLE *phEvent;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
sync.h 212 * phEvent: Pointer to location to receive the event object handle.
233 * - phEvent != NULL.
237 extern DSP_STATUS SYNC_OpenEvent(OUT struct SYNC_OBJECT* * phEvent,
wcdioctl.h 329 HANDLE *phEvent;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 253 tempStruct.ARGS_STRM_GETEVENTHANDLE.phEvent = &hEvent;

Completed in 706 milliseconds