Searched defs:gralloc_module_t (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dgralloc.h38 * gralloc_module_t.common.module_api_version.
145 typedef struct gralloc_module_t { struct
163 int (*registerBuffer)(struct gralloc_module_t const* module,
178 int (*unregisterBuffer)(struct gralloc_module_t const* module,
216 int (*lock)(struct gralloc_module_t const* module,
227 int (*unlock)(struct gralloc_module_t const* module,
232 int (*perform)(struct gralloc_module_t const* module,
255 int (*lock_ycbcr)(struct gralloc_module_t const* module,
270 int (*lockAsync)(struct gralloc_module_t const* module,
286 int (*unlockAsync)(struct gralloc_module_t cons
307 } gralloc_module_t; typedef in typeref:struct:gralloc_module_t
[all...]

Completed in 158 milliseconds