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.
155 typedef struct gralloc_module_t { struct
173 int (*registerBuffer)(struct gralloc_module_t const* module,
188 int (*unregisterBuffer)(struct gralloc_module_t const* module,
226 int (*lock)(struct gralloc_module_t const* module,
237 int (*unlock)(struct gralloc_module_t const* module,
242 int (*perform)(struct gralloc_module_t const* module,
265 int (*lock_ycbcr)(struct gralloc_module_t const* module,
280 int (*lockAsync)(struct gralloc_module_t const* module,
296 int (*unlockAsync)(struct gralloc_module_t cons
317 } gralloc_module_t; typedef in typeref:struct:gralloc_module_t
[all...]

Completed in 70 milliseconds