Lines Matching refs:aWindow
35 typedef struct ANativeWindow aWindow;
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 *base, aBuffer **buf) {
272 static int cnw_queue_buffer0(aWindow *base, aBuffer *buf) {
276 static int cnw_cancel_buffer0(aWindow *base, aBuffer *buf) {
280 static int cnw_query(const aWindow *base, int what, int *value) {
313 static int cnw_perform(aWindow *base, int op, ...) {
528 win->base.common.version = sizeof(aWindow);