Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dgralloc.h155 typedef struct gralloc_module_t { struct
173 int (*registerBuffer)(struct gralloc_module_t const* module, argument
188 int (*unregisterBuffer)(struct gralloc_module_t const* module, argument
226 int (*lock)(struct gralloc_module_t const* module, argument
237 int (*unlock)(struct gralloc_module_t const* module, argument
242 int (*perform)(struct gralloc_module_t const* module, argument
265 int (*lock_ycbcr)(struct gralloc_module_t const* module, argument
280 int (*lockAsync)(struct gralloc_module_t const* module, argument
296 int (*unlockAsync)(struct gralloc_module_t const* module, argument
310 int (*lockAsync_ycbcr)(struct gralloc_module_t const* module, argument
[all …]
/hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
DPlatfBufferManager.cpp46 DataBuffer* PlatfBufferManager::createDataBuffer(gralloc_module_t * /* module */, in createDataBuffer() argument