Home
last modified time | relevance | path

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

/external/swiftshader/include/Android/hardware/
Dhardware.h48 struct hw_device_t { struct
57 int (*close)(hw_device_t* device); argument
61 int (*open)(const hw_module_t*, const char*, hw_device_t**);
Dgralloc1.h65 hw_device_t common;
76 reinterpret_cast<hw_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);
34 static int radv_hal_close(struct hw_device_t *dev);
67 struct hw_device_t** dev) in radv_hal_open()
93 radv_hal_close(struct hw_device_t *dev) in radv_hal_close()
/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);
34 static int anv_hal_close(struct hw_device_t *dev);
67 struct hw_device_t** dev) in anv_hal_open()
93 anv_hal_close(struct hw_device_t *dev) in anv_hal_close()
/external/drm_hwcomposer/
Ddrmhwctwo.h32 struct hw_device_t **dev);
264 static int HookDevClose(hw_device_t *dev);
Ddrmhwctwo.cpp951 int DrmHwcTwo::HookDevClose(hw_device_t * /*dev*/) { in HookDevClose() argument
1166 struct hw_device_t **dev) { in HookDevOpen()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc139 static int gralloc0_close(struct hw_device_t *dev) in gralloc0_close()
172 static int gralloc0_open(const struct hw_module_t *mod, const char *name, struct hw_device_t **dev) in gralloc0_open()