OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_events_c.h
31
#define
EVENT_SIZE
(sizeof(PhEvent_t) + 1000 + PH_EVENT_SAFETY_POOL)
SDL_ph_video.c
365
if (NULL == (phevent = SDL_malloc(
EVENT_SIZE
)))
370
SDL_memset(phevent, 0x00,
EVENT_SIZE
);
SDL_ph_events.c
421
switch(PhEventPeek(phevent,
EVENT_SIZE
))
/device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp
30
#define
EVENT_SIZE
(sizeof(struct inotify_event))
31
#define EVENT_BUF_LEN (1024*(
EVENT_SIZE
+16))
210
i +=
EVENT_SIZE
+ event->len;
Completed in 56 milliseconds