Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dgralloc_module.cpp139 hw_module_t *pmodule = NULL; in gralloc_register_buffer() local
142 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in gralloc_register_buffer()
144 m = reinterpret_cast<private_module_t *>(pmodule); in gralloc_register_buffer()
342 hw_module_t *pmodule = NULL; in gralloc_unlock() local
345 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0) in gralloc_unlock()
347 m = reinterpret_cast<private_module_t *>(pmodule); in gralloc_unlock()