Home
last modified time | relevance | path

Searched refs:pmodule (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/gralloc/
Dgralloc_module.cpp142 hw_module_t *pmodule = NULL; in gralloc_register_buffer() local
145 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in gralloc_register_buffer()
147 m = reinterpret_cast<private_module_t *>(pmodule); in gralloc_register_buffer()
433 hw_module_t *pmodule = NULL; in gralloc_unlock() local
436 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in gralloc_unlock()
438 m = reinterpret_cast<private_module_t *>(pmodule); in gralloc_unlock()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp633 hw_module_t *pmodule = NULL; in mali_gralloc_ion_map() local
636 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in mali_gralloc_ion_map()
638 m = reinterpret_cast<private_module_t *>(pmodule); in mali_gralloc_ion_map()
/device/amlogic/yukawa/gralloc/
Dmali_gralloc_ion.cpp679 hw_module_t *pmodule = NULL; in mali_gralloc_ion_map() local
682 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in mali_gralloc_ion_map()
684 m = reinterpret_cast<private_module_t *>(pmodule); in mali_gralloc_ion_map()