Home
last modified time | relevance | path

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

/hardware/libhardware/tests/hwc/
Dcnativewindow.c35 typedef struct ANativeWindow aWindow; typedef
57 aWindow base;
116 static inline CNativeWindow *from_base(aWindow *base) { in from_base()
120 static inline CNativeWindow *from_base_const(const aWindow *base) { in from_base_const()
124 static int cnw_set_swap_interval(aWindow *base, int interval) { in cnw_set_swap_interval()
131 static int cnw_dequeue_buffer1(aWindow *base, aBuffer **buf, int *ffd) { in cnw_dequeue_buffer1()
150 static int cnw_lock_buffer0(aWindow *base, aBuffer *buffer) { in cnw_lock_buffer0()
230 static int cnw_queue_buffer1(aWindow *base, aBuffer *buffer, int ffd) { in cnw_queue_buffer1()
252 static int cnw_cancel_buffer1(aWindow *base, aBuffer *buf, int ffd) { in cnw_cancel_buffer1()
263 static int cnw_dequeue_buffer0(aWindow *base, aBuffer **buf) { in cnw_dequeue_buffer0()
[all …]