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

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

Completed in 66 milliseconds