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

/hardware/libhardware/include/hardware/
H A Dgralloc.h37 * gralloc_module_t.common.module_api_version.
154 typedef struct gralloc_module_t { struct
172 int (*registerBuffer)(struct gralloc_module_t const* module,
187 int (*unregisterBuffer)(struct gralloc_module_t const* module,
225 int (*lock)(struct gralloc_module_t const* module,
236 int (*unlock)(struct gralloc_module_t const* module,
241 int (*perform)(struct gralloc_module_t const* module,
264 int (*lock_ycbcr)(struct gralloc_module_t const* module,
279 int (*lockAsync)(struct gralloc_module_t const* module,
295 int (*unlockAsync)(struct gralloc_module_t cons
316 } gralloc_module_t; typedef in typeref:struct:gralloc_module_t
[all...]

Completed in 38 milliseconds