Home
last modified time | relevance | path

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

/external/swiftshader/include/Android/hardware/
Dhardware.h32 struct hw_module_t { struct
51 struct hw_module_t* module; argument
61 int (*open)(const hw_module_t*, const char*, hw_device_t**);
65 int hw_get_module(const char* id, const hw_module_t** module);
Dgralloc.h33 hw_module_t common;
Dgralloc1.h74 static inline int gralloc1_open(const hw_module_t* module, gralloc1_device_t** device) { in gralloc1_open()
/external/mesa3d/src/amd/vulkan/
Dradv_android.c33 static int radv_hal_open(const struct hw_module_t* mod, const char* id, struct hw_device_t** dev);
66 radv_hal_open(const struct hw_module_t* mod, const char* id, in radv_hal_open()
/external/mesa3d/src/intel/vulkan/
Danv_android.c33 static int anv_hal_open(const struct hw_module_t* mod, const char* id, struct hw_device_t** dev);
66 anv_hal_open(const struct hw_module_t* mod, const char* id, in anv_hal_open()
/external/swiftshader/src/System/
DGrallocAndroid.cpp30 const hw_module_t *module = nullptr; in GrallocModule()
/external/swiftshader/src/Common/
DGrallocAndroid.cpp30 const hw_module_t *module = nullptr; in GrallocModule()
/external/drm_hwcomposer/
Dresourcemanager.cpp54 (const hw_module_t **)&gralloc_); in Init()
Dplatformminigbm.cpp57 (const hw_module_t **)&gralloc_); in Init()
Dplatformdrmgeneric.cpp58 (const hw_module_t **)&gralloc_); in Init()
Dplatformhisi.cpp60 (const hw_module_t **)&gralloc_); in Init()
Ddrmhwctwo.h31 static int HookDevOpen(const struct hw_module_t *module, const char *name,
Ddrmhwctwo.cpp1165 int DrmHwcTwo::HookDevOpen(const struct hw_module_t *module, const char *name, in HookDevOpen()
1185 ctx->common.module = const_cast<hw_module_t *>(module); in HookDevOpen()
1196 hw_module_t HAL_MODULE_INFO_SYM = {
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc164 mod->alloc->common.module = (hw_module_t *)mod; in gralloc0_init()
172 static int gralloc0_open(const struct hw_module_t *mod, const char *name, struct hw_device_t **dev) in gralloc0_open()
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c254 hw_module_t const *hw_module; in test_init_gralloc()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c1327 (const hw_module_t **)&dri2_dpy->gralloc); in dri2_initialize_android()