Searched refs:hw_module_t (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/include/Android/hardware/ |
D | hardware.h | 32 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);
|
D | gralloc.h | 33 hw_module_t common;
|
D | gralloc1.h | 74 static inline int gralloc1_open(const hw_module_t* module, gralloc1_device_t** device) { in gralloc1_open()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 33 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/ |
D | anv_android.c | 33 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/ |
D | GrallocAndroid.cpp | 30 const hw_module_t *module = nullptr; in GrallocModule()
|
/external/swiftshader/src/Common/ |
D | GrallocAndroid.cpp | 30 const hw_module_t *module = nullptr; in GrallocModule()
|
/external/drm_hwcomposer/ |
D | resourcemanager.cpp | 54 (const hw_module_t **)&gralloc_); in Init()
|
D | platformminigbm.cpp | 57 (const hw_module_t **)&gralloc_); in Init()
|
D | platformdrmgeneric.cpp | 58 (const hw_module_t **)&gralloc_); in Init()
|
D | platformhisi.cpp | 60 (const hw_module_t **)&gralloc_); in Init()
|
D | drmhwctwo.h | 31 static int HookDevOpen(const struct hw_module_t *module, const char *name,
|
D | drmhwctwo.cpp | 1165 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/ |
D | gralloc0.cc | 164 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/ |
D | gralloctest.c | 254 hw_module_t const *hw_module; in test_init_gralloc()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 1327 (const hw_module_t **)&dri2_dpy->gralloc); in dri2_initialize_android()
|