Searched refs:hw_module_t (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/android_stub/
H A Dhardware_stub.cpp5 int hw_get_module(const char *id, const struct hw_module_t **module)
/xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
H A Dhardware.h29 * Value for the hw_module_t.tag field
49 * All module implementations must set the hw_module_t.hal_api_version field
66 * Use this macro to set the hw_module_t.module_api_version field.
77 struct hw_module_t;
83 * and the fields of this data structure must begin with hw_module_t
86 typedef struct hw_module_t { struct
121 * version the hw_module_t, hw_module_methods_t, and hw_device_t
154 } hw_module_t; typedef in typeref:struct:hw_module_t
158 int (*open)(const struct hw_module_t* module, const char* id,
190 struct hw_module_t* modul
[all...]
H A Dhwvulkan.h33 struct hw_module_t common;
H A Dfb.h160 static inline int framebuffer_open(const struct hw_module_t* module,
H A Dgralloc.h154 * and the fields of this data structure must begin with hw_module_t
158 struct hw_module_t common;
404 static inline int gralloc_open(const struct hw_module_t* module,
H A Dgralloc1.h307 static inline int gralloc1_open(const struct hw_module_t* module,
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_android.c44 tu_hal_open(const struct hw_module_t *mod,
82 tu_hal_open(const struct hw_module_t *mod,
224 (const hw_module_t **)&device->gralloc);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_android.c35 tu_hal_open(const struct hw_module_t *mod,
73 tu_hal_open(const struct hw_module_t *mod,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A 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,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_android.c44 static int radv_hal_open(const struct hw_module_t *mod, const char *id, struct hw_device_t **dev);
79 radv_hal_open(const struct hw_module_t *mod, const char *id, struct hw_device_t **dev)
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_android.c35 static int anv_hal_open(const struct hw_module_t* mod, const char* id, struct hw_device_t** dev);
68 anv_hal_open(const struct hw_module_t* mod, const char* id,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_android.c40 static int anv_hal_open(const struct hw_module_t* mod, const char* id, struct hw_device_t** dev);
73 anv_hal_open(const struct hw_module_t* mod, const char* id,
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_android.c32 vn_hal_open(const struct hw_module_t *mod,
78 vn_hal_open(const struct hw_module_t *mod,
89 (const hw_module_t **)&gralloc);
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c1579 (const hw_module_t **)&dri2_dpy->gralloc);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.c1681 (const hw_module_t **)&dri2_dpy->gralloc);

Completed in 22 milliseconds