Home
last modified time | relevance | path

Searched defs:ffd (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c53 int ffd; member
131 static int cnw_dequeue_buffer1(aWindow *base, aBuffer **buf, int *ffd) { in cnw_dequeue_buffer1()
154 static void set_layer(hwc_layer_1_t *dl, aBuffer *buf, int ffd) { in set_layer()
180 static void hwc_post(CNativeWindow *win, aBuffer *buf, int ffd) { in hwc_post()
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()
264 int ffd = -1; in cnw_dequeue_buffer0() local
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DTypeface_Delegate.java369 FontFamily_Delegate ffd = fontFamilies[index++]; in next() local
376 FontFamily_Builder_Delegate ffd = fontFamilyBuilders[index++ - fontFamilies.length]; in next() local
/aosp12/bootable/recovery/fuse_sideload/
H A Dfuse_sideload.cpp77 android::base::unique_fd ffd; // file descriptor for the fuse socket member