Home
last modified time | relevance | path

Searched defs:SDL_DataQueue (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/
A DSDL_dataqueue.c35 struct SDL_DataQueue struct
37 SDL_DataQueuePacket *head; /* device fed from here. */ argument
38 SDL_DataQueuePacket *tail; /* queue fills to here. */ argument
39 SDL_DataQueuePacket *pool; /* these are unused packets. */ argument
57 SDL_DataQueue * argument
A DSDL_dataqueue.h27 typedef struct SDL_DataQueue SDL_DataQueue; typedef

Completed in 6 milliseconds