Home
last modified time | relevance | path

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

1234

/device/generic/goldfish-opengl/fuchsia/include/hardware/
Dhardware.h15 struct hw_device_t;
30 struct hw_device_t** device);
33 typedef struct hw_device_t { struct
37 int (*close)(struct hw_device_t* device); argument
38 } hw_device_t; typedef
Dhwvulkan.h24 struct hw_device_t common;
/device/generic/opengl-transport/host/libs/virglrenderer/include/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()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraFactory.h80 int cameraDeviceOpen(int camera_id, hw_device_t** device);
121 uint32_t halVersion, struct hw_device_t** device);
128 hw_device_t** device);
DEmulatedBaseCamera.h41 struct hw_device_t* device, struct hw_module_t* module);
66 virtual status_t connectCamera(hw_device_t** device) = 0;
DEmulatedCamera3.h94 virtual status_t connectCamera(hw_device_t **device);
160 static int close(struct hw_device_t *device);
DEmulatedCameraFactory.cpp141 hw_device_t** device) { in cameraDeviceOpen()
191 const char* name, hw_device_t** device) { in device_open()
231 struct hw_device_t** /*device*/) { in open_legacy() argument
/device/generic/goldfish/camera/
DEmulatedCameraFactory.h82 int cameraDeviceOpen(int camera_id, hw_device_t **device);
137 uint32_t halVersion, struct hw_device_t **device);
144 hw_device_t **device);
DEmulatedBaseCamera.h39 struct hw_device_t* device,
67 virtual status_t connectCamera(hw_device_t** device) = 0;
DEmulatedCamera3.h97 virtual status_t connectCamera(hw_device_t** device);
167 static int close(struct hw_device_t* device);
/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec_test_hal.c26 static int (*hdmicec_open)(const struct hw_module_t *, const char *, struct hw_device_t **);
41 err = (*hdmicec_open)(&HAL_MODULE_INFO_SYM, NULL, (struct hw_device_t **)device2); in main()
119 cec_device->common.close((struct hw_device_t *)cec_device); in main()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGralloc1.cpp32 static int gralloc1_device_open(const hw_module_t*, const char*, hw_device_t**);
48 static int gralloc1_device_close(hw_device_t*) { in gralloc1_device_close() argument
127 static int gralloc1_device_open(const hw_module_t* module, const char* id, hw_device_t** device) { in gralloc1_device_open()
/device/amlogic/yukawa/hal/gralloc/legacy/
Dalloc_device.h22 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
/device/linaro/hikey/gralloc960/legacy/
Dalloc_device.h22 int alloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_public_interface.h23 int mali_gralloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dframebuffer_device.h23 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dmali_gralloc_ion.h31 int mali_gralloc_ion_device_close(struct hw_device_t *device);
/device/linaro/hikey/gralloc960/
Dmali_gralloc_public_interface.h23 int mali_gralloc_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dframebuffer_device.h23 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
Dmali_gralloc_ion.h31 int mali_gralloc_ion_device_close(struct hw_device_t *device);
/device/linaro/hikey/gralloc/
Dframebuffer_device.h22 int framebuffer_device_open(hw_module_t const *module, const char *name, hw_device_t **device);
/device/linaro/dragonboard/gralloc/
Dgralloc.cpp166 static int gbm_mod_close_gpu0(struct hw_device_t *dev) in gbm_mod_close_gpu0()
208 static int gbm_mod_open_gpu0(struct gbm_module_t *dmod, hw_device_t **dev) in gbm_mod_open_gpu0()
235 const char *name, struct hw_device_t **dev) in gbm_mod_open()
/device/google/wahoo/liblight/
Dlights.c327 struct hw_device_t** device) in open_lights()
357 dev->common.close = (int (*)(struct hw_device_t*))close_lights; in open_lights()
360 *device = (struct hw_device_t*)dev; in open_lights()
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.h32 struct hw_device_t** device);

1234