cnativewindow.c | 53 int ffd; member in struct:CNativeBuffer 131 static int cnw_dequeue_buffer1(aWindow *base, aBuffer **buf, int *ffd) { 141 *ffd = cnb->ffd; 143 cnb->ffd = -1; 144 LOG("<< dequeue buffer %p %d\n", *buf, *ffd); 154 static void set_layer(hwc_layer_1_t *dl, aBuffer *buf, int ffd) { 176 dl->acquireFenceFd = ffd; 180 static void hwc_post(CNativeWindow *win, aBuffer *buf, int ffd) { 195 set_layer(&dl[0], buf, ffd); 264 int ffd = -1; local [all...] |