Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c49 typedef struct CNativeBuffer { struct
51 struct CNativeBuffer *next; argument
52 struct CNativeBuffer *prev; argument
54 } CNativeBuffer; argument
69 CNativeBuffer free_buffer_queue;
84 return (CNativeBuffer*) buf; in from_abuffer()
87 static CNativeBuffer *get_front(struct CNativeBuffer *queue) { in get_front()
98 struct CNativeBuffer *buf = (struct CNativeBuffer *) _buf; in put_front()
106 struct CNativeBuffer *buf = (struct CNativeBuffer *) _buf; in put_back()
133 CNativeBuffer *cnb; in cnw_dequeue_buffer1()
[all …]