Home
last modified time | relevance | path

Searched refs:SDL_evdevlist_item (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c61 typedef struct SDL_evdevlist_item struct
95 struct SDL_evdevlist_item *next; argument
96 } SDL_evdevlist_item; typedef
102 SDL_evdevlist_item *first;
103 SDL_evdevlist_item *last;
241 SDL_evdevlist_item *item; in SDL_EVDEV_Poll()
582 SDL_EVDEV_sync_device(SDL_evdevlist_item *item) in SDL_EVDEV_sync_device()
711 SDL_evdevlist_item *item; in SDL_EVDEV_device_added()
720 item = (SDL_evdevlist_item *) SDL_calloc(1, sizeof (SDL_evdevlist_item)); in SDL_EVDEV_device_added()
764 SDL_evdevlist_item *item; in SDL_EVDEV_device_removed()
[all …]
/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c251 SDL_EVDEV_init_touchscreen(SDL_evdevlist_item* item) in SDL_EVDEV_init_touchscreen()
356 SDL_evdevlist_item *item; in SDL_EVDEV_device_added()
365 item = (SDL_evdevlist_item *) SDL_calloc(1, sizeof (SDL_evdevlist_item)); in SDL_EVDEV_device_added()

Completed in 5 milliseconds