Searched refs:pmodule (Results 1 – 3 of 3) sorted by relevance
142 hw_module_t *pmodule = NULL; in gralloc_register_buffer() local145 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() local436 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()
679 hw_module_t *pmodule = NULL; in mali_gralloc_ion_map() local682 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()
721 hw_module_t *pmodule = NULL; in mali_gralloc_ion_map() local724 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in mali_gralloc_ion_map()726 m = reinterpret_cast<private_module_t *>(pmodule); in mali_gralloc_ion_map()