Home
last modified time | relevance | path

Searched defs:framebuffer_device_t (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/libhardware/include/hardware/
H A Dfb.h38 typedef struct framebuffer_device_t { struct
45 struct hw_device_t common;
48 const uint32_t flags;
51 const uint32_t width;
52 const uint32_t height;
55 const int stride;
58 const int format;
83 int (*setSwapInterval)(struct framebuffer_device_t* window, argument
106 int (*setUpdateRect)(struct framebuffer_device_t* window, argument
136 int (*compositionComplete)(struct framebuffer_device_t* dev); argument
[all …]
/aosp12/system/tools/hidl/c2hal/test/
H A Dtest.h114 struct hw_device_t common;
120 } another_here;
123 struct {
127 struct not_type_defd {
132 char here;
135 const uint32_t flags;
138 const uint32_t width;
139 const uint32_t height;
142 const int stride;
170 int (*setSwapInterval)(struct framebuffer_device_t* window, argument
[all …]