Home
last modified time | relevance | path

Searched refs:mali_gralloc_module_methods (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_module.h46 extern hw_module_methods_t mali_gralloc_module_methods;
121 base.common.methods = &mali_gralloc_module_methods; in private_module_t()
Dmali_gralloc_module.cpp143 struct hw_module_methods_t mali_gralloc_module_methods = { mali_gralloc_module_device_open }; variable