Lines Matching defs:gralloc_module_t
154 typedef struct gralloc_module_t { struct
172 int (*registerBuffer)(struct gralloc_module_t const* module, argument
187 int (*unregisterBuffer)(struct gralloc_module_t const* module, argument
225 int (*lock)(struct gralloc_module_t const* module, argument
236 int (*unlock)(struct gralloc_module_t const* module, argument
241 int (*perform)(struct gralloc_module_t const* module, argument
264 int (*lock_ycbcr)(struct gralloc_module_t const* module, argument
279 int (*lockAsync)(struct gralloc_module_t const* module, argument
295 int (*unlockAsync)(struct gralloc_module_t const* module, argument
309 int (*lockAsync_ycbcr)(struct gralloc_module_t const* module, argument
327 struct gralloc_module_t const* module, buffer_handle_t handle, uint32_t *outNumFds, argument
338 struct gralloc_module_t const* device, buffer_handle_t handle, argument
344 } gralloc_module_t; argument