Home
last modified time | relevance | path

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

/hardware/libhardware/tests/hwc/
Dcnativewindow.c49 typedef struct CNativeBuffer { struct
51 struct CNativeBuffer *next; argument
52 struct CNativeBuffer *prev; argument
54 } CNativeBuffer; typedef
69 CNativeBuffer free_buffer_queue;
83 static inline CNativeBuffer *from_abuffer(aBuffer *buf) { in from_abuffer()
84 return (CNativeBuffer*) buf; in from_abuffer()
87 static CNativeBuffer *get_front(struct CNativeBuffer *queue) { in get_front()
88 CNativeBuffer *buf = queue->next; in get_front()
97 static void put_front(struct CNativeBuffer *queue, aBuffer *_buf) { in put_front()
[all …]