Searched refs:hw_device_t (Results 1 – 7 of 7) sorted by relevance
48 struct hw_device_t { struct57 int (*close)(hw_device_t* device); argument61 int (*open)(const hw_module_t*, const char*, hw_device_t**);
65 hw_device_t common;76 reinterpret_cast<hw_device_t**>(device)); in gralloc1_open()
33 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()
33 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()
32 struct hw_device_t **dev);264 static int HookDevClose(hw_device_t *dev);
951 int DrmHwcTwo::HookDevClose(hw_device_t * /*dev*/) { in HookDevClose() argument1166 struct hw_device_t **dev) { in HookDevOpen()
139 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()