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

/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dgralloc.h38 * gralloc_module_t.common.module_api_version.
138 typedef struct gralloc_module_t { struct
156 int (*registerBuffer)(struct gralloc_module_t const* module,
171 int (*unregisterBuffer)(struct gralloc_module_t const* module,
209 int (*lock)(struct gralloc_module_t const* module,
220 int (*unlock)(struct gralloc_module_t const* module,
225 int (*perform)(struct gralloc_module_t const* module,
239 int (*lock_ycbcr)(struct gralloc_module_t const* module,
246 } gralloc_module_t; typedef in typeref:struct:gralloc_module_t

Completed in 1606 milliseconds