HomeSort by relevance Sort by last modified time
    Searched refs:pmodule (Results 1 - 2 of 2) sorted by null

  /device/linaro/hikey/gralloc/
gralloc_module.cpp 142 hw_module_t *pmodule = NULL; local
145 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0)
147 m = reinterpret_cast<private_module_t *>(pmodule);
433 hw_module_t *pmodule = NULL; local
436 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0)
438 m = reinterpret_cast<private_module_t *>(pmodule);
  /device/linaro/hikey/gralloc960/
mali_gralloc_ion.cpp 678 hw_module_t *pmodule = NULL; local
681 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&pmodule) == 0)
683 m = reinterpret_cast<private_module_t *>(pmodule);

Completed in 55 milliseconds